Routing problem

J

Jorgen

In the diagram below, from B I can ping all interfaces on A and C.
From C I can only ping B's 10.1.1.9 interface. Given the routing
tables below, is anybody able to tell me where my problem lies?


+-----+
| A | (ADSL modem, NAT enabled, 10.1.1.3 to 10.1.1.32
+-----+ available)
| 10.1.1.1
|
| 10.1.1.3
+-----+
| B | (Win 2k Prof + SP4, IP forwarding enabled
+-----+ in registry, RRAS service running)
| 10.1.1.9
|
| 10.1.1.14
+-----+
| C | (Win 2k Prof + SP4)
+-----+


B's routing table:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 0e a6 0d ca 90 ...... 3Com EtherLink PCI
0x1000004 ...00 30 bd 4f 5c af ...... Belkin 11Mbps Wireless Desktop
Network Card
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.1.1.1 10.1.1.3
1
10.1.1.0 255.255.255.248 10.1.1.3 10.1.1.3
1
10.1.1.3 255.255.255.255 127.0.0.1 127.0.0.1
1
10.1.1.8 255.255.255.248 10.1.1.9 10.1.1.9
1
10.1.1.9 255.255.255.255 127.0.0.1 127.0.0.1
1
10.255.255.255 255.255.255.255 10.1.1.3 10.1.1.3
1
10.255.255.255 255.255.255.255 10.1.1.9 10.1.1.9
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.1.1.3 10.1.1.3
1
224.0.0.0 224.0.0.0 10.1.1.9 10.1.1.9
1
255.255.255.255 255.255.255.255 10.1.1.3 10.1.1.3
1
Default Gateway: 10.1.1.1
===========================================================================
Persistent Routes:
None


C's routing table:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 30 bd 4f 5c 4f ...... Belkin 11Mbps Wireless Desktop Network
Card
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.1.1.3 10.1.1.14
1
10.1.1.8 255.255.255.248 10.1.1.14 10.1.1.14
1
10.1.1.14 255.255.255.255 127.0.0.1 127.0.0.1
1
10.255.255.255 255.255.255.255 10.1.1.14 10.1.1.14
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.1.1.14 10.1.1.14
1
255.255.255.255 255.255.255.255 10.1.1.14 10.1.1.14
1
Default Gateway: 10.1.1.3
===========================================================================
Persistent Routes:
None
 
J

Jorgen

Thanks Phillip. I noticed the link regarding configuration of RRAS
refers to Windows 2000 Server, I hope that does not mean that routing
is not available under Windows 2000 Professional...


Jorgen


Phillip Windell said:
"C" probably doesn't have 10.1.1.9 as the Default Gateway (or have a Static
route).
or
"A" probably doesn't have 10.1.1.3 as the Default Gateway (or have a Static
route).
or
Both of the above...
...and I am assuming by this that RRAS is functioning properly.

299810 - HOW TO: Configure Windows 2000 to Be a Router
http://support.microsoft.com/default.aspx?scid=kb;en-us;299810

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


Jorgen said:
In the diagram below, from B I can ping all interfaces on A and C.
From C I can only ping B's 10.1.1.9 interface. Given the routing
tables below, is anybody able to tell me where my problem lies?


+-----+
| A | (ADSL modem, NAT enabled, 10.1.1.3 to 10.1.1.32 +-----+ available)
| 10.1.1.1
|
| 10.1.1.3 +-----+
| B | (Win 2k Prof + SP4, IP forwarding enabled
+-----+ in registry, RRAS service running)
| 10.1.1.9
|
| 10.1.1.14 +-----+
| C | (Win 2k Prof + SP4)
+-----+


B's routing table:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 0e a6 0d ca 90 ...... 3Com EtherLink PCI
0x1000004 ...00 30 bd 4f 5c af ...... Belkin 11Mbps Wireless Desktop
Network Card
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.1.1.1 10.1.1.3 1
10.1.1.0 255.255.255.248 10.1.1.3 10.1.1.3 1
10.1.1.3 255.255.255.255 127.0.0.1 127.0.0.1 1
10.1.1.8 255.255.255.248 10.1.1.9 10.1.1.9 1
10.1.1.9 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.1.1.3 10.1.1.3 1
10.255.255.255 255.255.255.255 10.1.1.9 10.1.1.9 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.1.1.3 10.1.1.3 1
224.0.0.0 224.0.0.0 10.1.1.9 10.1.1.9 1
255.255.255.255 255.255.255.255 10.1.1.3 10.1.1.3 1
Default Gateway: 10.1.1.1
===========================================================================
Persistent Routes:
None


C's routing table:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 30 bd 4f 5c 4f ...... Belkin 11Mbps Wireless Desktop Network
Card
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.1.1.3 10.1.1.14
1
10.1.1.8 255.255.255.248 10.1.1.14 10.1.1.14
1
10.1.1.14 255.255.255.255 127.0.0.1 127.0.0.1
1
10.255.255.255 255.255.255.255 10.1.1.14 10.1.1.14
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.1.1.14 10.1.1.14
1
255.255.255.255 255.255.255.255 10.1.1.14 10.1.1.14
1
Default Gateway: 10.1.1.3
===========================================================================
Persistent Routes:
None
 
P

Phillip Windell

Jorgen said:
Thanks Phillip. I noticed the link regarding configuration of RRAS
refers to Windows 2000 Server, I hope that does not mean that routing
is not available under Windows 2000 Professional...

2000Pro doesn't have RRAS. I suppose you could hack and chop you way
through it with Pro, but I don't know the steps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top