Allow outgoing connections using 'iptables'

Posted by umanga on Stack Overflow See other posts from Stack Overflow or by umanga
Published on 2010-04-27T01:48:04Z Indexed on 2010/04/27 1:53 UTC
Read the original article Hit count: 325

Filed under:
|
|

Greeting all,

"iptables -L" gives the 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 and can be accessed from outer IPs.But I cannot ping nor telnet to any port (including TCP 80) from the server. Does this has something to do with my 'iptables' settings ? Any tips on allow access from my server?

thanks in advance.

© Stack Overflow or respective owner

Related posts about iptables

Related posts about linux