I have a routing problem that I need to resolve, which involves three XP machines and three networks.
The WKA1 machine is on the 192.168.2.0 network, with an IP of 192.168.2.21 and a gateway of 192.168.2.1
The WKB1 machine is on the 192.168.3.0 network, with an IP of 192.168.3.21 and a gateway of 192.168.3.1
The XP-R machine has three interfaces, one in each of the above networks, and one in the 192.168.1.0 network
The IP 192.168.2.1 has a gateway of 192.168.1.150
The IP 192.168.3.1 has a gateway of 192.168.1.150
The IP 192.168.1.150 has a gateway of 192.168.1.1
The XP-R machine has routing enabled.
The WKA1 machine can ping 192.168.3.1 and 3.21, and 1.150, but not 1.1
The WKB1 machine can ping 192.168.3.1 and 3.21, and 1.150, but not 1.1
The XP-R machine can ping 192.168.2.21, 192.168.3.21 and 192.168.1.1
The message in the failing pings is "Request timed out"
It seems that I need to make changes to the routing table on XP-R, but I am not sure what.
Here is output from ROUTE PRINT on all three machines.
WKA1 machine
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 87 e1 90 ...... AMD PCNET Family PCI Ethernet Adapter - Packet
cheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.21 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.2.0 255.255.255.0 192.168.2.21 192.168.2.21 10
192.168.2.21 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.2.255 255.255.255.255 192.168.2.21 192.168.2.21 10
224.0.0.0 240.0.0.0 192.168.2.21 192.168.2.21 10
255.255.255.255 255.255.255.255 192.168.2.21 192.168.2.21 1
Default Gateway: 192.168.2.1
===========================================================================
Persistent Routes:
None
WKA2 machine
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 4f a5 17 ...... AMD PCNET Family PCI Ethernet Adapter - Packet
cheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.3.1 192.168.3.21 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.3.0 255.255.255.0 192.168.3.21 192.168.3.21 10
192.168.3.21 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.3.255 255.255.255.255 192.168.3.21 192.168.3.21 10
224.0.0.0 240.0.0.0 192.168.3.21 192.168.3.21 10
255.255.255.255 255.255.255.255 192.168.3.21 192.168.3.21 1
Default Gateway: 192.168.3.1
===========================================================================
Persistent Routes:
None
XP-R machine
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 65 ea 6d ...... VMware Accelerated AMD PCNet Adapter - Packet S
heduler Miniport
0x3 ...00 0c 29 65 ea 63 ...... AMD PCNET Family PCI Ethernet Adapter - Packet
cheduler Miniport
0x4 ...00 0c 29 65 ea 77 ...... VMware Accelerated AMD PCNet Adapter #2 - Packe
Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.150 10
0.0.0.0 0.0.0.0 192.168.1.150 192.168.3.1 10
0.0.0.0 0.0.0.0 192.168.1.150 192.168.2.1 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.150 192.168.1.150 10
192.168.1.150 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.1.255 255.255.255.255 192.168.1.150 192.168.1.150 10
192.168.2.0 255.255.255.0 192.168.2.1 192.168.2.1 10
192.168.2.1 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.2.255 255.255.255.255 192.168.2.1 192.168.2.1 10
192.168.3.0 255.255.255.0 192.168.3.1 192.168.3.1 10
192.168.3.1 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.3.255 255.255.255.255 192.168.3.1 192.168.3.1 10
224.0.0.0 240.0.0.0 192.168.1.150 192.168.1.150 10
224.0.0.0 240.0.0.0 192.168.2.1 192.168.2.1 10
224.0.0.0 240.0.0.0 192.168.3.1 192.168.3.1 10
255.255.255.255 255.255.255.255 192.168.1.150 192.168.1.150 1
255.255.255.255 255.255.255.255 192.168.2.1 192.168.2.1 1
255.255.255.255 255.255.255.255 192.168.3.1 192.168.3.1 1
Default Gateway: 192.168.1.150
===========================================================================
Persistent Routes:
None
The WKA1 machine is on the 192.168.2.0 network, with an IP of 192.168.2.21 and a gateway of 192.168.2.1
The WKB1 machine is on the 192.168.3.0 network, with an IP of 192.168.3.21 and a gateway of 192.168.3.1
The XP-R machine has three interfaces, one in each of the above networks, and one in the 192.168.1.0 network
The IP 192.168.2.1 has a gateway of 192.168.1.150
The IP 192.168.3.1 has a gateway of 192.168.1.150
The IP 192.168.1.150 has a gateway of 192.168.1.1
The XP-R machine has routing enabled.
The WKA1 machine can ping 192.168.3.1 and 3.21, and 1.150, but not 1.1
The WKB1 machine can ping 192.168.3.1 and 3.21, and 1.150, but not 1.1
The XP-R machine can ping 192.168.2.21, 192.168.3.21 and 192.168.1.1
The message in the failing pings is "Request timed out"
It seems that I need to make changes to the routing table on XP-R, but I am not sure what.
Here is output from ROUTE PRINT on all three machines.
WKA1 machine
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 87 e1 90 ...... AMD PCNET Family PCI Ethernet Adapter - Packet
cheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.21 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.2.0 255.255.255.0 192.168.2.21 192.168.2.21 10
192.168.2.21 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.2.255 255.255.255.255 192.168.2.21 192.168.2.21 10
224.0.0.0 240.0.0.0 192.168.2.21 192.168.2.21 10
255.255.255.255 255.255.255.255 192.168.2.21 192.168.2.21 1
Default Gateway: 192.168.2.1
===========================================================================
Persistent Routes:
None
WKA2 machine
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 4f a5 17 ...... AMD PCNET Family PCI Ethernet Adapter - Packet
cheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.3.1 192.168.3.21 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.3.0 255.255.255.0 192.168.3.21 192.168.3.21 10
192.168.3.21 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.3.255 255.255.255.255 192.168.3.21 192.168.3.21 10
224.0.0.0 240.0.0.0 192.168.3.21 192.168.3.21 10
255.255.255.255 255.255.255.255 192.168.3.21 192.168.3.21 1
Default Gateway: 192.168.3.1
===========================================================================
Persistent Routes:
None
XP-R machine
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 65 ea 6d ...... VMware Accelerated AMD PCNet Adapter - Packet S
heduler Miniport
0x3 ...00 0c 29 65 ea 63 ...... AMD PCNET Family PCI Ethernet Adapter - Packet
cheduler Miniport
0x4 ...00 0c 29 65 ea 77 ...... VMware Accelerated AMD PCNet Adapter #2 - Packe
Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.150 10
0.0.0.0 0.0.0.0 192.168.1.150 192.168.3.1 10
0.0.0.0 0.0.0.0 192.168.1.150 192.168.2.1 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.150 192.168.1.150 10
192.168.1.150 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.1.255 255.255.255.255 192.168.1.150 192.168.1.150 10
192.168.2.0 255.255.255.0 192.168.2.1 192.168.2.1 10
192.168.2.1 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.2.255 255.255.255.255 192.168.2.1 192.168.2.1 10
192.168.3.0 255.255.255.0 192.168.3.1 192.168.3.1 10
192.168.3.1 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.3.255 255.255.255.255 192.168.3.1 192.168.3.1 10
224.0.0.0 240.0.0.0 192.168.1.150 192.168.1.150 10
224.0.0.0 240.0.0.0 192.168.2.1 192.168.2.1 10
224.0.0.0 240.0.0.0 192.168.3.1 192.168.3.1 10
255.255.255.255 255.255.255.255 192.168.1.150 192.168.1.150 1
255.255.255.255 255.255.255.255 192.168.2.1 192.168.2.1 1
255.255.255.255 255.255.255.255 192.168.3.1 192.168.3.1 1
Default Gateway: 192.168.1.150
===========================================================================
Persistent Routes:
None