|
|
1#
大 中
小 发表于 2008-10-9 14:32 只看该作者
内网VPN服务器穿透映射一例
内网VPN 服务器穿透映射一例 公司内网有一个VPN服务器。路由是海蜘蛛。外地的员工远程拨入连接到VPN上。实现的步骤如下:
首先做好VPN服务器。这个不多讲,2003下做VPN很简单。百度一搜一大把的。我们主要讲的是路由部分。
VPN是PPTP的,VPN的地址是192.168.101.250,所以我们需要映射端口有:1723、47。如图:
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" resized="true" ? http: blog.51cto.com viewpic.php?refimg=" + this.src);}">
然后在防火墙的基本安全设置,高级模式里,开启NAT穿透支持和修改TCP数据包的最大报文长度。并TCPMSS值大小,随线路自动调整。如图:
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" resized="true" ? http: blog.51cto.com viewpic.php?refimg=" + this.src);}">
做好以上设置后。你就可以从外部访问VPN了。。。
|