端口被阻止在Ubuntu 13.10 VPS

我一直在寻找一个答案,我有一个便宜的vps服务器运行Ubuntu 13.10和安装webmin,应该让我去serverip:10000

但我无法连接到它,像yougetsignal.com portcheckers说,端口是closures的。

我试过运行:iptables -A INPUT -p tcp -d 0/0 -s 0/0 –dport 10000 -j ACCEPT

(和谷歌上发现的许多其他变化,保存,重新启动等)

当我运行netstat -an | grep“LISTEN”我可以看到:tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN

ifconfig不显示任何本地IP,所以它应该直接连接到互联网。 没有安装防火墙,“ufw”命令不被识别。

我也冲刷iptables和设置input,输出,转发接受。

显然唯一的端口是开放的端口22,我用它来连接到它与SSH,甚至80端口是封闭的。

(主要是我试图在端口6121上运行另一个服务,相同的结果,它正在监听,但仍然阻止连接到它)

为什么这些端口被阻塞? 我怎样才能打开端口和连接到/使用我的服务器?

编辑> netstat -ntlp的结果:

Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 557/sendmail: MTA: tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 648/perl tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 610/apache2 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 425/sshd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 557/sendmail: MTA: tcp 0 0 0.0.0.0:6121 0.0.0.0:* LISTEN 4712/python tcp6 0 0 :::22 :::* LISTEN 425/sshd 

iptables的结果–list:

 Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:6121 ACCEPT tcp -- anywhere anywhere tcp dpt:webmin Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination 

我从我的主机得到这个回复“我们不closures或阻止我们的任何端口,确保你有禁用iptables。