1

我只是在 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
4

0 回答 0