2017-03-20 06:10:49 +03:00
# 卸载 VPN
2016-06-25 01:54:24 +03:00
*其他语言版本: [English ](uninstall.md ), [简体中文 ](uninstall-zh.md ).*
按照以下步骤移除 VPN。这些命令需要用 `root` 账户运行,或者使用 `sudo` 。
## 步骤
* [第一步 ](#第一步 )
* [第二步 ](#第二步 )
* [第三步 ](#第三步 )
* [第四步 ](#第四步 )
* [可选步骤 ](#可选步骤 )
2016-06-29 22:35:28 +03:00
* [完成后 ](#完成后 )
2016-06-25 01:54:24 +03:00
## 第一步
2017-02-05 23:48:11 +03:00
```bash
2016-06-25 01:54:24 +03:00
service ipsec stop
service xl2tpd stop
rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec
2016-06-29 22:35:28 +03:00
rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service \
/etc/init.d/ipsec /usr/lib/systemd/system/ipsec.service
2016-06-25 01:54:24 +03:00
```
## 第二步
2020-12-27 09:16:49 +03:00
### Ubuntu & Debian
2016-06-25 01:54:24 +03:00
2016-06-29 22:35:28 +03:00
`apt-get purge xl2tpd`
2016-06-25 01:54:24 +03:00
2020-12-27 09:16:49 +03:00
### CentOS/RHEL & Amazon Linux 2
2016-06-25 01:54:24 +03:00
`yum remove xl2tpd`
## 第三步
2020-12-27 09:16:49 +03:00
### Ubuntu & Debian
2016-06-25 01:54:24 +03:00
2020-05-25 22:20:32 +03:00
编辑 `/etc/iptables.rules` 并删除不需要的规则。你之前的防火墙规则(如果有)备份在 `/etc/iptables.rules.old-日期-时间` 。另外如果文件 `/etc/iptables/rules.v4` 存在,请编辑它。
2016-06-25 01:54:24 +03:00
2020-12-27 09:16:49 +03:00
### CentOS/RHEL & Amazon Linux 2
2016-06-25 01:54:24 +03:00
2020-05-25 22:20:32 +03:00
编辑 `/etc/sysconfig/iptables` 并删除不需要的规则。你之前的防火墙规则(如果有)备份在 `/etc/sysconfig/iptables.old-日期-时间` 。
**注:** 如果使用 CentOS/RHEL 8 并且在安装 VPN 时 firewalld 正在运行,则可能已配置 nftables。编辑 `/etc/sysconfig/nftables.conf` 并删除不需要的规则。你之前的防火墙规则备份在 `/etc/sysconfig/nftables.conf.old-日期-时间` 。
2016-06-25 01:54:24 +03:00
## 第四步
编辑 `/etc/sysctl.conf` 并删除该标记后面的行: `# Added by hwdsl2 VPN script` 。
2016-06-25 04:42:57 +03:00
编辑 `/etc/rc.local` 并删除该标记后面的行: `# Added by hwdsl2 VPN script` 。\*不要\* 删除 `exit 0` (如果有)。
2016-06-25 01:54:24 +03:00
## 可选步骤
2020-05-25 22:20:32 +03:00
**注:** 这一步是可选的。
2016-06-25 04:42:57 +03:00
2016-06-25 01:54:24 +03:00
删除这些配置文件:
2016-06-29 22:35:28 +03:00
* /etc/ipsec.conf*
* /etc/ipsec.secrets*
* /etc/ppp/chap-secrets*
* /etc/ppp/options.xl2tpd*
2016-06-25 01:54:24 +03:00
* /etc/pam.d/pluto
* /etc/sysconfig/pluto
2016-06-29 22:35:28 +03:00
* /etc/default/pluto
2016-06-25 04:42:57 +03:00
* /etc/ipsec.d (目录)
2016-06-29 22:35:28 +03:00
* /etc/xl2tpd (目录)
2016-06-25 01:54:24 +03:00
要快速删除,可以复制并粘贴以下命令:
2017-02-05 23:48:11 +03:00
```bash
2016-06-29 22:35:28 +03:00
rm -f /etc/ipsec.conf* /etc/ipsec.secrets* /etc/ppp/chap-secrets* /etc/ppp/options.xl2tpd* \
/etc/pam.d/pluto /etc/sysconfig/pluto /etc/default/pluto
rm -rf /etc/ipsec.d /etc/xl2tpd
2016-06-25 04:42:57 +03:00
```
2016-06-25 01:54:24 +03:00
2016-06-29 22:35:28 +03:00
## 完成后
2016-06-25 01:54:24 +03:00
重启你的服务器。
2021-03-29 23:05:45 +03:00
## 授权协议
2021-06-05 01:27:21 +03:00
版权所有 (C) 2016-2021 [Lin Song ](https://github.com/hwdsl2 ) [![View my profile on LinkedIn ](https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_160x25.png )](https://www.linkedin.com/in/linsongui)
2021-03-29 23:05:45 +03:00
2021-06-05 01:27:21 +03:00
[![Creative Commons License ](https://i.creativecommons.org/l/by-sa/3.0/88x31.png )](http://creativecommons.org/licenses/by-sa/3.0/)
这个项目是以 [知识共享署名-相同方式共享3.0 ](http://creativecommons.org/licenses/by-sa/3.0/ ) 许可协议授权。
2021-03-29 23:05:45 +03:00
必须署名: 请包括我的名字在任何衍生产品,并且让我知道你是如何改善它的!