为什么我放开端口还是无法访问
下面的我都试了
iptables -I INPUT -p tcp --dport 9000 -j ACCEPT
iptables -I INPUT -p tcp -i eth0 --dport 9000 -j ACCEPT
iptables -I INPUT -p tcp -i lo --dport 9000 -j ACCEPT
iptables -I INPUT -i lo -j ACCPT
发现9000端口就是访问不到
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
telnet ip 9000 或者telnet 127.0.0.1 9000都报错,连接拒绝,怎么解决