I have set up my firewall script as 'iptables' in the /etc/init.d/ dir and put this line in it:
chkconfig indeed created links in the rc directories.
I can also see (by putting "echo something > /tmp/somefile" in the firewall script) that it is being run at boottime.
After startup I can see that the rules (iptables -L) are present.
Why then doesn't masquerading work? If I call the script manually (/etc/init.d/iptables restart), masquerading
does work.
