“Linux的vpn配置问题集锦”的版本间的差异
(创建页面,内容为“category:IS LUbuntu等轻量化Linux系统下如果无法配置pptp、L2tp、openvpn等情况,通常情况下是vpn插件缺少,解决方法如下: 根据…”) |
|||
第1行: | 第1行: | ||
[[category:IS]] | [[category:IS]] | ||
+ | =Linux的VPN插件安装= | ||
LUbuntu等轻量化Linux系统下如果无法配置pptp、L2tp、openvpn等情况,通常情况下是vpn插件缺少,解决方法如下: | LUbuntu等轻量化Linux系统下如果无法配置pptp、L2tp、openvpn等情况,通常情况下是vpn插件缺少,解决方法如下: | ||
根据您想要使用的 VPN 服务类型,安装: | 根据您想要使用的 VPN 服务类型,安装: | ||
第6行: | 第7行: | ||
# network-manager-vpnc-gnome, | # network-manager-vpnc-gnome, | ||
# network-manager-openvpn-gnome 等。 | # network-manager-openvpn-gnome 等。 | ||
+ | |||
+ | =Linux L2TP配置= | ||
+ | # 将主机名或地址放在Gateway字段中。 | ||
+ | # 将用户名放在用户名字段中。 | ||
+ | ## 单击“密码”字段中的图标,然后选择有关如何提供密码的首选项。 | ||
+ | # 单击IPSec设置... | ||
+ | ## 单击“启用到L2TP主机的IPsec隧道”框, | ||
+ | ## 在预共享密钥字段中输入共享密钥。 | ||
+ | ## 将Gateway ID字段留空。 | ||
+ | ## 展开“高级选项”区域 | ||
+ | ## 在“阶段1算法”框中输入“3des-sha1-modp1024”。 | ||
+ | ## 在Phase 2 Algorithms框中输入“3des-sha1”。 | ||
+ | ## 选中“强制UDP封装”复选框。 | ||
+ | ## 单击确定。 | ||
+ | ## 单击保存。 | ||
+ | # (参考)禁用xl2tpd | ||
+ | ## 打开终端并输入以下命令以永久禁用xl2tpd服务: | ||
+ | ## sudo service xl2tpd stop | ||
+ | ## sudo systemctl disable xl2tpd | ||
+ | # 打开网络设置并尝试打开VPN,连接成功。 |
2020年3月19日 (四) 18:52的版本
Linux的VPN插件安装
LUbuntu等轻量化Linux系统下如果无法配置pptp、L2tp、openvpn等情况,通常情况下是vpn插件缺少,解决方法如下: 根据您想要使用的 VPN 服务类型,安装:
- network-manager-pptp-gnome,
- network-manager-vpnc-gnome,
- network-manager-openvpn-gnome 等。
Linux L2TP配置
- 将主机名或地址放在Gateway字段中。
- 将用户名放在用户名字段中。
- 单击“密码”字段中的图标,然后选择有关如何提供密码的首选项。
- 单击IPSec设置...
- 单击“启用到L2TP主机的IPsec隧道”框,
- 在预共享密钥字段中输入共享密钥。
- 将Gateway ID字段留空。
- 展开“高级选项”区域
- 在“阶段1算法”框中输入“3des-sha1-modp1024”。
- 在Phase 2 Algorithms框中输入“3des-sha1”。
- 选中“强制UDP封装”复选框。
- 单击确定。
- 单击保存。
- (参考)禁用xl2tpd
- 打开终端并输入以下命令以永久禁用xl2tpd服务:
- sudo service xl2tpd stop
- sudo systemctl disable xl2tpd
- 打开网络设置并尝试打开VPN,连接成功。