Openvpn疑问,连接正常,网络不走ovpn,连接后仍然走本地[已解决]
本帖最后由 sealin 于 2013-3-27 18:26 编辑如题
openvpn已经配置好了
连接也正常
可以在本地ping通ros的ovpn网关
只是网络不走vpn,仍然走本地的网络
客户端配置如下
proto tcp-client
remote xxx.xxx.xxx.xxx 1194
dev tap
nobind
persist-key
tls-client
ca ca.crt
ping 10
verb 3
cipher AES-256-CBC
auth SHA1
pull
auth-user-pass
push "route 0.0.0.0 0.0.0.0 192.168.88.1"
push "route 192.168.0.0 255.255.0.0 192.168.88.1"
push "redirect-gateway"
其中192.168.88.0/24就是ovpn的网段
2013-03-27自己搞定了
win7下要用管理员身份运行,否则路由配置失效
页:
[1]