Menu

#2 Small error in iptables firewall script

open
nobody
None
5
2005-12-29
2005-12-29
Martin
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.