Solved
Routing problem on Server
Posted on 2004-08-06
2 servers with same config on same subnet. One can get to LAN and Internet. Other can only get to LAN... No Internet.
I noticed that on the routing tables for the problematic server, a bunch of the metrics are 20... that doesn't seem right. Isn't that the expected amount of hops?
Here are the outputs of a ROUTE PRINT command on the servers. The problematic server is the first one.
How can I fix it?
---------------------------------------------------
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator.STISD>route print
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x30004 ...00 0f 1f 67 8e 9f ...... Intel(R) PRO/1000 XT Network Connection
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.5.0.1 10.5.2.4 20
10.5.0.0 255.255.0.0 10.5.2.4 10.5.2.4 20
10.5.2.4 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.5.2.4 10.5.2.4 20
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.5.2.4 10.5.2.4 20
255.255.255.255 255.255.255.255 10.5.2.4 10.5.2.4 1
Default Gateway: 10.5.0.1
===========================================================================
Persistent Routes:
None
C:\Documents and Settings\Administrator.STISD>
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\Documents and Settings\Administrator.STISD>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 06 5b 38 e2 70 ...... Intel 8255x-based Integrated Fast Ethernet
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.5.0.1 10.5.2.2 1
10.5.0.0 255.255.0.0 10.5.2.2 10.5.2.2 1
10.5.2.2 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.5.2.2 10.5.2.2 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 224.0.0.0 10.5.2.2 10.5.2.2 1
255.255.255.255 255.255.255.255 10.5.2.2 10.5.2.2 1
Default Gateway: 10.5.0.1
===========================================================================
Persistent Routes:
None