I have a dual NIC server running Windows 2003 standard that is acting a a web proxy server running apache behind a F5 BigIP. Both NICs are set with static IP information and I have manually configured persistent routes. Everything works fine for a while, but after random periods of time, the NIC facing the BigIP seems to forget it's gateway. The gateway still shows up in the TCP/IP settings as well as in NetSH, but if I use IPCONFIG, the gateway for that NIC is blank. Disabling and Enabling the NIC solves the problem and the gateway shows up again, but only for a small period of time (usually less than 24 hours). I swapped the NIC out yesterday with a Broadcom GigE NIC thinking that it might have been a driver issue, but I woke up this morning and checked it and the gateway was again gone.
Output from ROUTE PRINT command:
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10004 ...00 08 02 b3 af b0 ...... HP NC3163 Fast Ethernet NIC
0x20003 ...00 10 18 16 2a 8e ...... Broadcom NetXtreme Gigabit Ethernet
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.1.1.1 10.1.1.49 100
0.0.0.0 0.0.0.0 172.16.7.1 172.16.7.2 1
10.0.0.0 255.0.0.0 10.1.1.1 10.1.1.49 1
10.1.1.0 255.255.255.0 10.1.1.49 10.1.1.49 10
10.1.1.49 255.255.255.255 127.0.0.1 127.0.0.1 10
10.255.255.255 255.255.255.255 10.1.1.49 10.1.1.49 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.16.7.0 255.255.255.248 172.16.7.2 172.16.7.2 20
172.16.7.2 255.255.255.255 127.0.0.1 127.0.0.1 20
172.16.255.255 255.255.255.255 172.16.7.2 172.16.7.2 20
224.0.0.0 240.0.0.0 10.1.1.49 10.1.1.49 10
224.0.0.0 240.0.0.0 172.16.7.2 172.16.7.2 20
255.255.255.255 255.255.255.255 10.1.1.49 10.1.1.49 1
255.255.255.255 255.255.255.255 172.16.7.2 172.16.7.2 1
Default Gateway: 10.1.1.1
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
10.0.0.0 255.0.0.0 10.1.1.1 1
0.0.0.0 0.0.0.0 172.16.7.1 1
0.0.0.0 0.0.0.0 10.1.1.1 100
Output from IPConfig when problem is happening:
Windows IP Configuration
Ethernet adapter Private:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.1.1.49
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.1.1.1
Ethernet adapter Public:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 172.16.7.2
Subnet Mask . . . . . . . . . . . : 255.255.255.248
Default Gateway . . . . . . . . . :
Output from IPConfig after "Public" NIC is disabled and enabled:
Ethernet adapter Private:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.1.1.49
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.1.1.1
Ethernet adapter Public:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 172.16.7.2
Subnet Mask . . . . . . . . . . . : 255.255.255.248
Default Gateway . . . . . . . . . : 172.16.7.1
Thanks in advance,
Scott