PPTP tunneling with multiple routes

Hi all.

I have 2 boards RB450G connected by a PPTP tunnel. They work fine for me… but today I need to reach a another network that is not set in the tunnel route, how can I add another route to the same tunnel ? ex:

router A server - network 192.168.10.0/24
router b client - network 192.168.20.0/24 and 192.168.30.0/24

My tunnel is set to talk from (A) 182.168.10.x to (B) 192.168.20.x, works fine… but no from (A) I need to talk to (B) on network 192.168.30.x … how can I add this route to it ?

On the tunnel setup on the client, I am able only to add one route, in this case I would need to add more than one.

cheers

One way would be to add the route in the route table itself. Pointing to the PPTP interface, maybe something like:

/ip route add dst-address=192.168.30.0/24 gateway=“PPTP INTERFACE or IP”