vpslijie / chnroutes

Automatically exported from code.google.com/p/chnroutes
0 stars 0 forks source link

公司网段访问 #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 按照chnroutes 设置完毕
2. 启动VPN,连接旧金山

What is the expected output? What do you see instead?
无法正常访问公司内部网站,outlook无法连接公司exchange邮件��
�务器

What version of the product are you using? On what operating system?
office 2011 for mac, mac os 10.6

Please provide any additional information below.
以前在公司用vpn,最大的问题就是拨了之后无法访问公司内��
�oa网站,也无法正常收取邮件(当然这也很正常;)

然后找到了chnroutes,非常满意这个能根据需求来区别是否走vp
n的方式。
想了解如何将公司网段添加设置为不走vpn的模式。

例如公司网段为172.18.xxx.xxx

Original issue reported on code.google.com by entro...@gmail.com on 8 Oct 2010 at 7:28

GoogleCodeExporter commented 8 years ago
openvpn 还是 pptp之类的?  你可以打开生成的文件 
把这个网段加进去.

openvpn应该是 route 172.18.0.0 255.255.0.0 net_gateway 5
pptp那个是 route add 172.18.0.0/16 "${OLDGW}"
都放文件末尾就行

Original comment by youn...@gmail.com on 8 Oct 2010 at 8:58

GoogleCodeExporter commented 8 years ago
昨天自己弄的时候搞错了,以为是del 掉就可以,原来是要add

另外补充,对于公司内部oa或者邮件服务器等域名。
还需要在hosts中设置一下ip指向。

目前已经完美。在公司拨着vpn

国外网站走VPN
国内网站不走VPN(虽然我这个vpn不限速不限流量,但还是走��
�内速度更块)
公司内网访问、oa、邮件都正常。

这样即使24小时挂着VPN都很完美

Original comment by entro...@gmail.com on 9 Oct 2010 at 8:12

GoogleCodeExporter commented 8 years ago
修改生成的文件,down和up都把网段加进去了,成功

Original comment by clouds...@gmail.com on 19 Mar 2013 at 6:37