Difference between revisions of "Using iptables"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with " echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080 Category:Firewalls") |
(No difference)
|
Latest revision as of 12:32, 3 June 2016
echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080