1
0
Fork 0
mirror of synced 2025-04-02 21:06:10 +03:00
setup-ipsec-vpn/docs/uninstall-zh.md
hwdsl2 681f10cd70 Improve docs
- Add translation for uninstall.md
- Various corrections to docs
- [ci skip]
2016-06-24 18:23:31 -05:00

1.9 KiB

卸载 VPN

其他语言版本: English, 简体中文.

按照以下步骤移除 VPN。这些命令需要用 root 账户运行,或者使用 sudo

步骤

第一步

service ipsec stop
service xl2tpd stop
rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec
rm -f /etc/init.d/ipsec /lib/systemd/system/ipsec.service

第二步

Ubuntu/Debian

apt-get remove xl2tpd

CentOS/RHEL

yum remove xl2tpd

第三步

Ubuntu/Debian

编辑 /etc/iptables.rules 并删除不需要的规则。
你以前的防火墙规则(如果有)会备份在 /etc/iptables.rules.old-date-time
另外如果文件 /etc/iptables/rules.v4 存在,请编辑它。
如果使用 IPv6 ,还需编辑 /etc/ip6tables.rules 和/或 /etc/iptables/rules.v6

CentOS/RHEL

编辑 /etc/sysconfig/iptables 并删除不需要的规则。
如果使用 IPv6 ,还需编辑 /etc/sysconfig/ip6tables

第四步

编辑 /etc/sysctl.conf 并删除该标记后面的行: # Added by hwdsl2 VPN script
编辑 /etc/rc.local 并删除该标记后面的行: # Added by hwdsl2 VPN script不要删除 exit 0 (如果有)

可选步骤

删除这些配置文件:

  • /etc/ipsec.conf
  • /etc/ipsec.secrets
  • /etc/xl2tpd/xl2tpd.conf
  • /etc/ppp/options.xl2tpd
  • /etc/ppp/chap-secrets
  • /etc/ipsec.d/*
  • /etc/pam.d/pluto
  • /etc/sysconfig/pluto

要快速删除,可以复制并粘贴以下命令:

rm -f /etc/ipsec.conf /etc/ipsec.secrets /etc/xl2tpd/xl2tpd.conf /etc/ppp/options.xl2tpd /etc/ppp/chap-secrets /etc/ipsec.d/* /etc/pam.d/pluto /etc/sysconfig/pluto

删除 Libreswan 源目录:

rm -rf /opt/src/libreswan-*

完成后操作

重启你的服务器。