RRAS not routing packets

  • Thread starter Thread starter Bruno Braga
  • Start date Start date
B

Bruno Braga

Hi there,

I have a Branch Office connecting to my main office through Routing and
Remote Access.

My branch office IP range is 192.168.1.x and my Main Office IP range is
192.168.0.x

After the VPN-Interface is connected on RRAS, I can only ping IP's on
0.x range from the Branch Office Server, not from the branch office
clients.

When I do a pathping 192.168.0.6 -n from a branch office client, it
returns:

0 192.168.1.10
1 192.168.1.1
2 * * *

When I do a pathping 192.168.0.6 -n from the branch server, it returns:

0 192.168.0.208
1 192.168.0.200
2 192.168.0.6

192.168.1.1 is the Branch Office Intranet Network Adapter

192.168.0.208 is the Branch Office IP given by Main Office RRAS

192.168.0.200 is the Main Office IP for RRAS

Routing Table from Branch Office:

0.0.0.0 0.0.0.0 200.232.79.213 200.232.79.214
20
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.200 192.168.0.208
1
192.168.0.0 255.255.255.255 192.168.1.1 192.168.1.1
1
192.168.0.0 255.255.255.0 0.0.0.0 192.168.0.208
1
192.168.0.200 255.255.255.255 192.168.0.208 192.168.0.208
1
192.168.0.208 255.255.255.255 127.0.0.1 127.0.0.1
50
192.168.0.255 255.255.255.255 192.168.0.208 192.168.0.208
50
192.168.1.0 255.255.255.0 192.168.1.1 192.168.1.1
20
192.168.1.0 255.255.255.0 192.168.1.20 192.168.1.20
30
192.168.1.1 255.255.255.255 127.0.0.1 127.0.0.1
20
192.168.1.20 255.255.255.255 127.0.0.1 127.0.0.1
30
192.168.1.200 255.255.255.255 127.0.0.1 127.0.0.1
50
192.168.1.255 255.255.255.255 192.168.1.1 192.168.1.1
20
192.168.1.255 255.255.255.255 192.168.1.20 192.168.1.20
30


Does anybody know what's wrong?

Thanks for your attention.

Bruno
 
What about the other end of the connection? Does the main office router
have a route back to 192.168.1.0 through the tunnel? Ping only works if
there is a route back for the reply packet. (The server doesn't need this
route because it will be using its 192.168.0 address).
 
Back
Top