Windows 2008 Server NIC always adds static IP address of 0.0.0.0 in network config

networkingwindowswindows-server-2008

On a Windows 2008 server that is running under ESX 3.5 we see an issue for the NIC whereby it has multiple IP's. One is its normal IP 10.2.x.x, the other is the 0.0.0.0 address (subnet 0.0.0.0, gateway as per normal nic).

Heres the ipconfig /all dump

Windows IP Configuration

   Host Name . . . . . . . . . . . . : server
   Primary Dns Suffix  . . . . . . . : domain.local
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
  DNS Suffix Search List. . . . . . : domain.local

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : domain.local
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
   Physical Address. . . . . . . . . : 00-50-56-B0-3B-AC
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.2.81.71(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.2.81.254
   DNS Servers . . . . . . . . . . . : 10.2.81.57
                                       10.2.81.49
   Primary WINS Server . . . . . . . : 10.2.81.57
   Secondary WINS Server . . . . . . : 10.2.81.49
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection*:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : domain.local
   Description . . . . . . . . . . . : isatap.domain.local
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

IPV6 is unselected in properties, and IPV4 is selected.

If I manually remove the 0.0.0.0 address it sticks until a reboot, then it reappears again when viewing the NIC properties.

Best Answer

I'm with Dave, I don't see the 0.0.0.0 that you're talking about.

You may, however, see a route to 0.0.0.0 in the route print command, which is the default gateway for your NIC. Your default gateway is where you go for access to any networks you don't know about.

Is this 0.0.0.0 address causing an actual problem?