Re: FC4 IP Masquerading

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 26 Oct 2005 11:31:03 +1000
Tony Crouch <acrouch2@xxxxxxxxxx> wrote:

:[root@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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux