We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在routes有8千多条,不知道是不是routes太多导致的问题,用了三种方式尝试,都没成功。
一、图形界面gnome-openvpn启动(其实调用的就是networkmanager),在原有正常的vpn增加了routes之后,vpn就连不上了。图形界面只是提示“Connection failed”
二、networkmanager命令行,通过nmcli命令激活后也报错了。
nmcli connection up 1bd79752-2397-4713-b176-c95161491e44 Error: Connection activation failed: The VPN service returned invalid configuration
直接使用openvpn命令启动配置,启动确实没失败,只是就cpu彪的飞起,然后机器就开始卡。。。呵呵了。最后在命令行界面kill掉openvpn,机器恢复了正常。。。
大家都怎么用的? 还是现在这个方式已经不合适了,现在还有没有其他的vpn局部代理的方式?
无奈中~~~
The text was updated successfully, but these errors were encountered:
我的也是无法启动,加到配置文后显示连接失败。
Sorry, something went wrong.
我用Wireguard自己搭了梯子,然后按照这里下载ip-pre-up和ip-down,运行Wireguard之后再执行ip-pre-up,可以正常使用
ip-pre-up
ip-down
Wireguard
No branches or pull requests
现在routes有8千多条,不知道是不是routes太多导致的问题,用了三种方式尝试,都没成功。
一、图形界面gnome-openvpn启动(其实调用的就是networkmanager),在原有正常的vpn增加了routes之后,vpn就连不上了。图形界面只是提示“Connection failed”
二、networkmanager命令行,通过nmcli命令激活后也报错了。
直接使用openvpn命令启动配置,启动确实没失败,只是就cpu彪的飞起,然后机器就开始卡。。。呵呵了。最后在命令行界面kill掉openvpn,机器恢复了正常。。。
大家都怎么用的?
还是现在这个方式已经不合适了,现在还有没有其他的vpn局部代理的方式?
无奈中~~~
The text was updated successfully, but these errors were encountered: