How to tunnel two subnets over a single dsl connection for multiple sites ?

HI

SiteA :
192.168.0.0/24
10.0.0.0/24

SIteB:
192.168.1.0/24
10.0.1.0/24

SiteC:
192.168.2.0/24
10.0.2.0/24

Each location have a single DSL connection with a single public IP address and routeros device

192.168 subnet have to “talk” each other as well the 10.0 ones

What’s the suggested tunneling/protocol solution over the internet connection ??

Thank you very much

I’m using IPIP+IPsec for this with static routes. See http://gregsowell.com/?p=1290.

More advanced options could be found going down the OSPF or MPLS route but for three networks I couldn’t be bothered with it, just set up the tunnel, encryption, static routes and be done with it.

OK,
I’ll go with it !

Thank you