/etc/rinetd.conf 0.0.0.0 443 10.30.224.7 636 allow * >lsop -i|grep rinetd rinetd 27099 root 4u IPv4 2553556 TCP *:https (LISTEN)
另外iptables -L -n返回nothings。
但是,如果我尝试远程login到本地主机(或使用服务器IP)端口443它将工作,但如果我尝试从另一台机器相同,它将失败与telnet: Unable to connect to remote host: Connection timed out
所以,这个港口有些东西,但是不想回应。
我错过了什么?
“连接超时”通常表示防火墙已到位。 如果不是防火墙,它会说“连接被拒绝”或类似的情况(如果服务不可访问)。 运行service iptables stop ,如果你在基于RH的操作系统上,一定要检查SELinux,并用setenforce 0禁用它。