I think it is possible to set up 2 IP addresses and subnet masks on one NIC in Windows XP.
How can this be done?
|
I think it is possible to set up 2 IP addresses and subnet masks on one NIC in Windows XP. How can this be done? | ||||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
Having more than 2 IP addresses is called Multihoming. Actually, there is a way to multihome a network interface card (NIC) under XP and use both DHCP and multiple static IP addresses. Here's how, taken from Eccentricities of Windows networking :
| |||||||||||
feedback
|
|
Searched Microsoft for "second ip address windows xp" it was the 5th link. Read though you'll see it in there. | |||
|
feedback
|
|
I usually do this with netsh as it's easy to replicate.
Now you'll want to configure DNS also, I presume.
I'll then save these commands to a .cmd file and save that in my source code repository (or other backed up location) for posterity. | |||
|
feedback
|
|
Yes, although both IP's have to be static.
| |||
feedback
|
|
It does not work with dhcp but with static ips you can set it by going to Network card properties. Internet Protocol(TCP/IP) properties. Click advanced In this screen you can add as much ip's and gatways as you want. | |||
feedback
|
|
The Registry Key details here apply to Windows 98; different info applies to XP - go to the Eccentricities of Windows Networking site for the right info. | |||
|
feedback
|