But it can be done through the registry by updating these STRING values (Separating the IP-Addresses with a comma ","):
The {Adapter-Id} can have the value 0000, 0001, 000n. If several {Adapter-Id}, then find the correct one using the following ways :[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \Class \NetTrans \{Adapter-Id}]
IPAddress = "192.168.1.3,10.0.0.1"
IPMask = "255.255.255.0,255.0.0.0"
- Looking at the value "DriverDesc" for each {Adapter-Id}, and see if it matches the wanted device (Ex. if modem then "Dialup Adapter")
- Change the TCP/IP setting for the adapter in network properties, example the DNS address. Then find the {Adapter-Id} which has that certain DNS-address
More info MS KB156772
Credits mydesktophelp.com
Leave a Reply