FC4 IP Masquerading

Charles A. Crayne ccrayne at crayne.org
Wed Oct 26 02:09:52 UTC 2005


On Wed, 26 Oct 2005 11:31:03 +1000
Tony Crouch <acrouch2 at une.edu.au> wrote:

:[root at localhost tony]# /sbin/iptables -D POSTROUTING -t nat -s
:192.168.0.0/24 -d ! 192.168.0.0/24 \-j MASQUERADE
:iptables: No chain/target/match by that name
:
:Any ideas on where to go from here?

The backslash character '\' is a line continuation character. If you are
entering the above from a command line, then it should be all on the same
line, without the continuation character. If you are entering it from a
script, and it won't all fit on one line, then it should read something
like:

/sbin/iptables -D POSTROUTING -t nat -s \
192.168.0.0/24 -d ! 192.168.0.0/24 -j MASQUERADE




More information about the fedora-list mailing list