Revision history of "Set up a firewall"

From Linuxintro

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 08:39, 21 November 2010imported>ThorstenStaerk 340 bytes +340 New page: To set up a firewall use iptables: echo "1" > /proc/sys/net/ipv4/ip_forward /sbin/iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE /sbin/iptables -A FORWARD -p tcp --tcp-flags SYN...