On Thu, Jan 23, 2003 at 01:29:42PM +1100, Peter Vogel wrote: > I am trying to configure a firewall for my new Reddhat 8 installation, > operating as a masquerading internet gateway. > > I have tried various IPTABLES scripts I have found on the net, but they > generate lots of errors when I try to run them; some examples: > > Unkown arg --sport > --state Command not found > -j Command not found > DNAT command not found
You probably have something like $IPTABLES --state .. --sport ... -j ... blah blah and IPTABLES var is not defined. Set it to iptables and you should be ok, but the other respondents on this thread had some good (better?) suggestions. Matt -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
