Piotr Jasiukajtis wrote: > Hi, > > 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. >
You would need to be running a proxy ARP server on each of the tunnel end points that advertised itself for all of the addresses at the other end of the tunnel. But that's rather kludgey. It seems like you want to run a bridge over a VPN? Darren _______________________________________________ networking-discuss mailing list [email protected]
