> the documentation says that I can create a tunnel between 2 different 
> subnetworks, for example 10.1.2.0/24 and 10.2.3.0/24:
> 
> ifconfig ip.tun0 10.1.2.1 10.2.3.1 tsrc 192.168.1.10 tdst 192.168.2.10
> 
> How can I create a tunnel between 2 subnets with the same addresses? For
> example 10.2.3.0/24.

So you want 10.2.3.0/24 to go over ip.tun0?  Using your example above as the
already-plumbed tunnel, just add a route:

        route add 10.2.3.0/24 10.2.3.1

Or am I missing something?

Dan
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to