Probably a confusing title (and a bit off-topic argument ?)....
Let's assume I build a number of tunnels between my own site and remote sites.
Each remote LAN has the same subnet (i.e. 192.168.1.0/24) so there will be many machines , each on its own LAN , with the same ip address.
Can I create virtual subnets on my own site to point (route) traffic on each desired remote lan ??
I.e. :
10.0.1.0/24 point to 192.168.1.0/24 offirstremote site/tunnel end
10.0.2.0/24 point to 192.168.1.0/24 ofsecondremote site/tunnel end
10.0.3.0/24 point to 192.168.1.0/24 ofthirdremote site/tunnel end
and so on....
So when I point to 10.0.3.100packets will be routed to 192.168.1.100ofthirdsite
Any solution ?
Thanks