-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
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
Ubuntu18.04上两个小坑 解决编译不过与可连接无法上网问题 #170
Comments
其中第一点修改成5.6.1后windows连接需要修改注册表,5.5.2则没问题。 |
以前一路回车,没注意网卡名字变了,一直上不去外网,现在解决了。万分感谢~~ |
我用的是Azure上的Ubuntu server 16.04,去年也是用这个脚本安装的,上网没有问题。最近因为服务器文件系统坏了,重新安装了一台服务器,同样的Ubuntu 16.04 server,同样的脚本,安装完了之后,能连上VPN服务器,但是无法上网。确认过了ifconfig显示的是eth0。去年到今年有什么改动吗?所有选择都是跟去年的一样啊 |
确认网卡名称没问题的话就检查一下iptables的配置吧 |
请问是修改哪里的注册表,谢谢 |
确实是网卡名字变了,感谢大佬分享 |
1、strongSwan版本需要改成5.6.1 脚本里的5.5.1无法编译 可以在脚本里搜索关键字修改版本
2、执行脚本前ifconfig看一下网卡名字 脚本里默认是eth0 Ubuntu某个版本以上就变成ens3了
如果网卡名和脚本不一致(不是eth0)执行脚本时不要一路回车
其中有一步要输入网卡名 要输入ifconfig中的名字
The text was updated successfully, but these errors were encountered: