Ron Darling([EMAIL PROTECTED]) is reported to have said:
> I am setting up a Firewall for my internal network at my home office.  I am
> using several books to help.  One of the books has a script to use to
> perform a basic setup of IPTables.  The book describes creating a file with
> the script in it.  Load the script using the command:
> 
> iptables-restore < /etc/iptables.rules
> 
> When I issue this command I receive error: 'Bad Argument 'echo'
> 
> The first line of script is:
> 
> echo > 0 /proc/sys/net/ipv4/ip_forward
Either the book is wrong or you copied it incorrectly

echo 0 > /proc/sys/net/ipv4/ip_forward

-- 
Real programmers don't write in BASIC.  Actually, no programmers write
in BASIC after reaching puberty.
_______________________________________________________

Reply via email to