Hi All, I have two questions:
1. how do you allow IRC on iptables? the following lines doesnt seem to work: iptables -A INPUT -p tcp --dport 113 -m state --state NEW -j ACCEPT 2. how do yo allow transparent proxy? the following lines doesnt work for me too: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 yes, httpd_accel and the likes are already set. Thanks. -- Lito A. Lampitoc :http://www.codewan.com.ph Systems & Network Administrator :Countrywide Devt. Wide Area Network -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
