M
msnews.microsoft.com
I would like to get RRAS working on a win 2k server with two network cards.
I have two subnets
192.168.0.xxx
192.168.1.xxx
The win2k server has IP
192.168.0.6
192.168.1.6
I can see all the machines on 0.xxx from 1.xxx
I can see all the machines on 1.xxx from 0.xxx
I need to be able to route to 2.xxx which goes through 192.168.1.1
I can see 192.168.1.6 from all of 2.xxx
On the gateway 192.168.0.1 I have a route to send 2.xxx to 192.168.0.6
I have a routing table on the win2k server
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 02 b3 0b 35 18 ...... Intel(R) PRO/100+ Management Adapter
0x10004 ...00 d0 b7 85 37 5c ...... Intel(R) PRO/100+ Management Adapter #2
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.6 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.6 192.168.0.6 20
192.168.0.6 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.255 255.255.255.255 192.168.0.6 192.168.0.6 20
192.168.1.0 255.255.255.0 192.168.1.6 192.168.1.6 1
192.168.1.6 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.6 192.168.1.6 1
192.168.2.0 255.255.255.0 192.168.1.1 192.168.1.6 1
224.0.0.0 240.0.0.0 192.168.0.6 192.168.0.6 20
224.0.0.0 240.0.0.0 192.168.1.6 192.168.1.6 1
255.255.255.255 255.255.255.255 192.168.0.6 192.168.0.6 1
255.255.255.255 255.255.255.255 192.168.1.6 192.168.1.6 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None
I would like to know why this is not working and if there is an example of
what to do.
thank you
mark
I have two subnets
192.168.0.xxx
192.168.1.xxx
The win2k server has IP
192.168.0.6
192.168.1.6
I can see all the machines on 0.xxx from 1.xxx
I can see all the machines on 1.xxx from 0.xxx
I need to be able to route to 2.xxx which goes through 192.168.1.1
I can see 192.168.1.6 from all of 2.xxx
On the gateway 192.168.0.1 I have a route to send 2.xxx to 192.168.0.6
I have a routing table on the win2k server
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 02 b3 0b 35 18 ...... Intel(R) PRO/100+ Management Adapter
0x10004 ...00 d0 b7 85 37 5c ...... Intel(R) PRO/100+ Management Adapter #2
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.6 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.6 192.168.0.6 20
192.168.0.6 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.255 255.255.255.255 192.168.0.6 192.168.0.6 20
192.168.1.0 255.255.255.0 192.168.1.6 192.168.1.6 1
192.168.1.6 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.6 192.168.1.6 1
192.168.2.0 255.255.255.0 192.168.1.1 192.168.1.6 1
224.0.0.0 240.0.0.0 192.168.0.6 192.168.0.6 20
224.0.0.0 240.0.0.0 192.168.1.6 192.168.1.6 1
255.255.255.255 255.255.255.255 192.168.0.6 192.168.0.6 1
255.255.255.255 255.255.255.255 192.168.1.6 192.168.1.6 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None
I would like to know why this is not working and if there is an example of
what to do.
thank you
mark