Geoffrey King wrote:
> On Sat, 02 Oct 2004 13:33:35 -0400, Hannu wrote:
>
>> iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE echo 1 >
>> /proc/sys/net/ipv4/ip_forward
>
> This should be two seperate commands. eg,
>
> iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> echo 1 > /proc/sys/net/ipv4/ip_forward
>
>
Thanks for your reply, it is two separate commands, somehow I guess the
editor lined it up wrong in the posting.
The script errors in the first line, which is the iptables command. The
script in the box is ported from a previous MDK installation, where it
worked just fine.
The version of the iptables is 1.2.9 ...
Hannu
|