linux - Allow outgoing connections using 'iptables' -


greeting all,

"iptables -l" gives following output

[root@ibmd ~]# iptables -l chain input (policy accept) target     prot opt source               destination           chain forward (policy accept) target     prot opt source               destination           chain output (policy accept) target     prot opt source               destination  

server has global ip , can accessed outer ips.but cannot ping nor telnet port (including tcp 80) server. has 'iptables' settings ? tips on allow access server?

thanks in advance.

it seems have empty iptables, i.e. have no firewall. take care.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -