Intersite Routing problem

Hello everyone,

I have a bunch of sites (RB450’s) that are linked via PPTP back to our central location - everything is staically routed, and every site can get back to the master, the master can get to all of the sites, but i can never get from site to site: eg- aite 1 to 2 no probs 1 to 3 no problem, but 2 to 3… no go. I have attached a diagram to explain what I mean… I’m sure it’s something really stupid, but I am completely missing it.

Also, how would I do a scenario like this with RIP?

Thanks!
layout.jpg

Bump, bump…

Hi,

This is a basic description of how mine works (I hope you can draw some kind of resolution from this).


NOC routor1
PPTP
pool= ptpp1 10.0.0.100-10.0.0.254
firewall masquerade SCR IP:10.0.0.0/24
action:masquerade
security profile (i found if i was using radius i was only able to use chap authentication otherwise it would not communicate)

User1 on NOC=routor1
local address:10.0.0.1
Remote address 10.0.0.2


User2 on NOC=routor2
local address=10.0.0.3
local address=10.0.0.4

routor1
Lan IP=192.168.88.1
masqurade SRC:192.168.88.0/24
PPTP:10.0.0.1


routor2
Lan IP=192.168.88.1
masqurade SRC:192.168.88.0/24
PPTP:10.0.0.4

once authenticated user1 10.0.0.1 should talk to user2 10.0.0.4