我只是在The Geek Stuff上使用这个指南来安装OpenVPN客户端
但现在(有点像预期的),我所有的stream量都通过VPN路由。
我其实只是想设置接口设备。
有谁知道这是怎么做到的吗?
这是configuration文件:
client dev tun remote purevpnserver.test 53 proto udp nobind persist-key persist-tun tls-auth Wdc.key 1 ca ca.crt cipher AES-256-CBC comp-lzo verb 1 mute 20 float route-method exe route-delay 2 auth-user-pass auth-retry interact explicit-exit-notify 2 ifconfig-nowarn auth-nocache
通过将route-nopull添加到configuration文件中,openvpn将忽略从服务器推送到客户端的路由。
我在openvpn网站上find的东西