C
Casey Ajalat
I'm trying to add a 2nd IP address with a mask of 32 bits to an
existing Windows 2000 Server but I'm not having much luck. The
smallest I can add is a /32 (255.255.255.252) bit mask. So what I
want is this:
A traditional IP/Mask as the primary interface IP and a secondary IP
as a /32. When I try to add the /32 Windows complains as follows:
"The combination of IP address and subnet mask is invalid. All of the
bits in the host address portion of the IP address are set to 1.
Please enter a valid combination of IP address and subnet mask."
Now I KNOW that this error message assumes wrongly that there is no
such thing as an all 1's mask. This sort of thing is done all the
time for routers (loopback addresses) and can easily be done on unix
(either as a primary interface such as an eth0 or as a virtual
interface such as eth0:1). So my question is:
How/where can I add a /32 to an interface.
Thanks in advance.
existing Windows 2000 Server but I'm not having much luck. The
smallest I can add is a /32 (255.255.255.252) bit mask. So what I
want is this:
A traditional IP/Mask as the primary interface IP and a secondary IP
as a /32. When I try to add the /32 Windows complains as follows:
"The combination of IP address and subnet mask is invalid. All of the
bits in the host address portion of the IP address are set to 1.
Please enter a valid combination of IP address and subnet mask."
Now I KNOW that this error message assumes wrongly that there is no
such thing as an all 1's mask. This sort of thing is done all the
time for routers (loopback addresses) and can easily be done on unix
(either as a primary interface such as an eth0 or as a virtual
interface such as eth0:1). So my question is:
How/where can I add a /32 to an interface.
Thanks in advance.