CentOS 6.2 IPTables
I'm trying to open port 21 on my CentOS 6.2 server but I can't get iptables to open ports…
This is the output of iptables -L -nv
This is the output of service iptables status
And this is the error I get when trying to restart the service (service iptables restart)
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: security raw nat[FAILED]filter
iptables: Unloading modules: [ OK ]
Really appreciate any help…!
1 Reply
% telnet li355-164.members.linode.com 21
Trying 178.79.186.164...
Connected to li355-164.members.linode.com (178.79.186.164).
Escape character is '^]'.
220 FTP Server ready.
quit
221 Goodbye.
Connection closed by foreign host.