|
||||||||
I think by design you can't have the same IP range, otherwise, how does the client know where to send packets? What happens if you have two computers on each end with the same IP address? M0n0wall may support it, but I'm not sure the clients will. Thanks, Michael Mark Gilbert wrote: > Does the m0n0wall have the ability to handle vpn tunnels from one location with ideticle subnets at the other end of the tunnel. > > Ex. > > Operations VPN m0n0wall > 10.0.0.1 > _________________________________|________________________________ > | | | | > 192.168.1.0 192.168.0.0 172.20.30.185 192.168.1.0 > > You will notice that there are 2 networks with 192.168.1.0 > > I don not remember what to call this type of NAT translation but in order to do it on other devices we had to do the following for vpn's: > > 10.0.0.0 --- 192.10.20.30.0---|---192.168.31.0 ------ 192.168.1.0 > > 10.0.0.0 --- 192.10.20.40.0---|---192.168.41.0 ------ 192.168.1.0 > > This allows us to have multple customers with identicle subnets. > > |