我的拓扑如下..。
----------------------
| |
| LAN-1 |
| (192.168.2.0/24) |
| |
| |
| |
---------------------|
| INTERNET |
| |
| |
| |
| |
----------------------
| LAN-2 |
| (192.168.2.0/24) |
| |
| |
| |
| |
---------------------- 在这里,我们可以从上面的图表中观察到2 LANS是连接到互联网上的。
1) LAN-1拥有网络192.168.2.0/24
2) LAN-2具有与LAN-1192.168.2.0/24相同的网络
My requirement is i want to access the deivces from LAN-1 to LAN-2 by using VPN .I want to ping 192.168.2.4 from LAN-1 to 192.168.2.10 which is in LAN-2 . But the ping is always going to my own network as my own network is havnig the destination network . How can i overcome this situation .I know , I should always make sure that 2 LANS should be configured with different subnets .
I don't want to do that ,
Any solution for this ?发布于 2013-09-26 18:59:19
重命名是正确的答案。如果您不想这样做,那么在两个方向实现NAT。这将允许您将现有的IP保存在两个位置。然而,每一方将“看起来”像一个不同的子网与另一方。
发布于 2013-09-29 00:30:44
NAT是一种选择,但它会很复杂,而且过于复杂。
要实现这一点,更好的解决方案是使用VPLS或L2TPv3。与您的运营商联系,看看他们是否可以提供VPLS或其他L2VPN服务。
发布于 2013-09-26 14:35:50
桥接和代理ARP。OpenVPN应该能够在每一端提供一个主机,也可能是任何在以太网接口和ipsec隧道之间配置了irb的思科。
https://networkengineering.stackexchange.com/questions/3387
复制相似问题