Small error in iptables firewall script
Brought to you by:
wjohnsaunders
In the README file and on the site
http://transproxy.sourceforge.net/
the following line occurs twice:
# iptables -t nat -A PREROUTING -p tcp -d <ip of local
network>/<bits-in-net> --dport 80 -j ACCEPT
In the second case (when no http server is running),
this should read:
# iptables -t nat -A PREROUTING -p tcp -d <ip of local
network>/<bits-in-net> --dport 80 -j REJECT