Windows Sever is dropping active persistant routes.
Look at the routing table below and you will notice that the route for 10.0.4.2 has been been dropped even though its listed as a persistant route. Why is this happening? What can I do to fix this? C:\>route print IPv4 Route Table =========================================================================== Interface List 0x1 ........................... MS TCP Loopback interface 0x10003 ...00 14 22 1b ed d4 ...... Intel(R) PRO/1000 MT Network Connection =========================================================================== =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.0.1.1 10.0.1.12 10 10.0.0.90 255.255.255.255 10.0.1.254 10.0.1.12 1 10.0.0.92 255.255.255.255 10.0.1.254 10.0.1.12 1 10.0.0.93 255.255.255.255 10.0.1.254 10.0.1.12 1 10.0.0.94 255.255.255.255 10.0.1.254 10.0.1.12 1 10.0.0.95 255.255.255.255 10.0.1.254 10.0.1.12 1 10.0.1.0 255.255.255.0 10.0.1.12 10.0.1.12 10 10.0.1.12 255.255.255.255 127.0.0.1 127.0.0.1 10 10.255.255.255 255.255.255.255 10.0.1.12 10.0.1.12 10 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 224.0.0.0 240.0.0.0 10.0.1.12 10.0.1.12 10 255.255.255.255 255.255.255.255 10.0.1.12 10.0.1.12 1 Default Gateway: 10.0.1.1 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 10.0.0.90 255.255.255.255 10.0.1.254 1 10.0.0.91 255.255.255.255 10.0.1.254 1 10.0.0.92 255.255.255.255 10.0.1.254 1 10.0.0.93 255.255.255.255 10.0.1.254 1 10.0.0.94 255.255.255.255 10.0.1.254 1 10.0.0.95 255.255.255.255 10.0.1.254 1 10.0.4.2 255.255.255.255 10.0.1.254 1 <---------------------ROUTE IS HERE BUT NOT IN ACTIVE TABLE? This is happening on several of my servers and I depend on these routes so its critical that I find a solution. This route has a constant flow of traffic as well. Is there a rhyme or reason for this. Thanks in advanced for your help. Chad
July 16th, 2010 5:30pm

This KB applies to Windows Cluster, but the same sort of thing may be happening: http://support.microsoft.com/kb/2161341 Although the route has been added, it is not listed as active since the interface parameter was not used when adding the persistent route. Have you tried re-adding the route using the interface ID (in this case 0x10003 as it is listed in the first part of the table for the route print command) -- Mike Burr
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2010 10:15pm

Hi, Agree with Mike , for confirm this suspicion ,could you post "ipconfig /all" result here ? Thank. Tiger LiPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
July 20th, 2010 11:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics