1、卸载pptpd和iptables,重新安装pptpd
#卸载pptpd
$ apt-get autoremove pptpd
$ apt-get purge pptpd
#卸载iptables
$ apt-get autoremove iptables*
$ apt-get purge iptables*
#安装pptpd
$ apt-get install pptpd
2、配置pptpd
(1)首先,编辑pptpd.conf文件,设置localip和remoteip
$ vim /etc/pptpd.c[……]
[…]
Recent Comments