在阿里云上搭一个pptp服务器,以便在国外使用国内的网络。使用wget测试1723端口连接时,显示如下:
Connecting to 39.107.46.218:1723... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
然后就进入无限循环,只能强制停止。
目前基本确认不是防火墙问题,我已经关闭了iptables防火墙,ufw防火墙中允许了1723端口和GRE通讯。在阿里云的安全组策略中也允许了1723端口和GRE通讯。
确认ppypd服务在1723端口正常监听。
netstat -ntulp |grep 1723
tcp 0 0 0.0.0.0:1723 0.0.0.0:* LISTEN 5828/pptpd
配置pptp服务时就是按照网上的教程配置的。服务器系统是Ubuntu。
请问各位高手这是什么情况呢?该怎样解决?