我只是在OVH租了一台VPS,我试图在1337端口运行Nodejs应用程序。 当我尝试时,应用程序正确运行:
curl 0.0.0.0:1337
它为我提供了页面的代码(也适用于127.0.0.1
)
但是当我尝试连接到176.31.184.111:1337
时,它无法正常工作。
#root: iptables -L -v -n
Chain INPUT (policy ACCEPT 8645 packets, 592K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 7556 packets, 729K bytes)
pkts bytes target prot opt in out source destination