Ok, I think I've solved it. I can telnet to port 80 from another box ok I need to have |
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT to allow the input packets that are coming back to the terminal to be accepted. (Doh, Dur, dummy etc etc). 'scuse my ignorance Cheers Pete | -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
