View Single Post
  #20 (permalink)  
Old 10-01-2009, 10:18 AM
jones0610 jones0610 is offline
Active Member
 
Posts: 30
Default

Thanks for the response. I allow everything from localhost and from my console PC. There is a rule allowing 443 but the connect request is accepted by iptables long before it gets there.

[root@security network-scripts]# telnet localhost 443
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
[root@security network-scripts]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[root@security network-scripts]#
Reply With Quote