Jump to content

Recommended Posts

Posted

friends

i am having two different network cards installed on my pc.

one network card is used for internet (isp had provided it)

and other one i use for home networking (connecting with my other pc)

i want to know how to assign 2 different ip addresses (along with gateway and dns addresses ) on both these network cards

i have referred to ref.chm

there i saw the option for same

but its show entry for network card 1 or 2

but i am unable to understand which one is card 1 and which one is card 2

is the ranking based on pci slot

if yes then how to check out the card no. or ranking

plz help

tell me anything u know about assigning ip addresses to network cards.

may be it help


Posted

You need to identify the adapters first using their Inf IDs

Here is an example:

[NetAdapters]
   Adapter1=params.Adapter1
   Adapter2=params.Adapter2

[params.Adapter1]
   InfID="PCI\VEN_10DE&DEV_0066&SUBSYS_10001695&REV_A1\3&13C0B0C5&0&20"
   ConnectionName="NVIDIA nForce Networking Controller"

[params.Adapter2]
   InfID="PCI\VEN_10EC&DEV_8139&SUBSYS_90011695&REV_10\4&3B1D9AB8&0&5840"
   ConnectionName="Realtek RTL8139/810x Family Fast Ethernet NIC"

[params.MS_TCPIP]
   AdapterSections=params.MS_TCPIP.Adapter1, params.MS_TCPIP.Adapter2

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1

[params.MS_TCPIP.Adapter2]
   SpecificTo=Adapter2

this does not include all the options in each section, just the ones pertinent to your request.

hope it Helps!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...