我的用户需要能够远程工作。在他们目前的环境中,他们使用工作站和要求他们的IP地址保持不变的独特的软件。现在他们正在远程工作,他们被分配了一个新的DHCP子网,用于VPN远程访问,软件不再工作。
我正在考虑为远程用户创建一个NAT,IP地址到他们以前的LAN,这样软件就可以工作了。然而,我担心这会导致冲突,即使NAT不会被使用,直到笔记本电脑离开办公室和遥控器。
我可能可以根据我的VPN/防火墙上的远程用户登录来预订I,但这只会帮助一个办公位置,而不是每个办公室都有Internet连接和防火墙/VPN。
这些其他办事处通过专用广域网和NATting连接,在主办事处有因特网接入的局域网子网in将导致在专用广域网上出现重复的BGP广告。
以前有没有人遇到过这种情况,有可能吗?我希望我将以运行Citrix、RDP或终端服务而告终。然而,我很好奇是否有更简单的方法。谢谢。
-还有--这里有一些线程的例子,尽管我希望使用的是软件VPN客户端,而不是站点到站点的VPN配置:
http://forums.juniper.net/t5/SRX-Services-Gateway/Possible-to-bridge-same-subnet-over-VPN/td-p/112432
http://www.aminus.org/blogs/index.php/2005/04/16/site_至_站点_桥接_以太网_使用_打开_2?blog=2
发布于 2013-09-10 11:06:56
如果他们的IP必须与他们的桌面相同,那么正确地这样做的唯一方法就是让他们通过VPN将RDP放到他们的桌面上。
或者修复有这个可笑需求的软件
发布于 2013-09-09 21:58:47
您可以通过openvpn轻松地完成这一任务。除了他们网站上的非常好的文档外,互联网上还有很多例子。请注意,您将需要设置一个水龙头隧道,以连接它与您的局域网,而不是一个tun隧道,这是路由。http://openvpn.net/index.php/open-source/documentation/howto.html#examples如果你需要比联系我更多的帮助,我可以和你分享我的工作配置。
发布于 2013-09-10 06:18:04
虽然LISP并不能解决您的中间问题,但是如果给出您的标题,LISP将非常肯定地允许用户在不同的“区域”中拥有一个ip地址,尽管对于工作/家庭使用来说它可能仍然有点复杂。
What is LISP?
LISP is a network architecture and set of protocols that implements a new semantic for IP addressing. LISP creates two namespaces
and uses two IP addresses: Endpoint Idenfitiers (EIDs), which are assigned to end-hosts, and Routing Locators (RLOCs), which are
assigned to devices (primarily routers) that make up the global routing system. Performing this separation offers several advantages,
including:
- Improved routing system scalability by using topologically-aggregated RLOCs
- Provider-independence for devices numbered out of the EID space (IP portability)
- Low-OPEX multi-homing of end-sites with improved traffic engineering
- IPv6 transition functionality
- IP mobility (EIDs can move without changing - only the RLOC changes!)
LISP is a simple, incremental, network-based implementation that is deployed primarily in network edge devices.
It requires no changes to host stacks, DNS, or local network infrastructure, and little to no major changes to
existing network infrastructures.思科LISP解释
https://networkengineering.stackexchange.com/questions/3128
复制相似问题