mikku Posted February 5, 2005 Posted February 5, 2005 friendsi 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 cardsi have referred to ref.chmthere i saw the option for samebut its show entry for network card 1 or 2but i am unable to understand which one is card 1 and which one is card 2is the ranking based on pci slotif yes then how to check out the card no. or rankingplz helptell me anything u know about assigning ip addresses to network cards.may be it help
Yzöwl Posted February 5, 2005 Posted February 5, 2005 You need to identify the adapters first using their Inf IDsHere 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now