On Monday 08 July 2002 9:00 pm, Mike G. Hammonds wrote: > I'm running RH7.2 with iptables1.2.4-2 > every time I start iptables I get the following error > Bad Argument 'LOG_LEVEL="notice" [FAILED] > > any ideas on how to fix this?
Use a numeric argument to --log-level instead "notice"=5 So you would use iptables -A FORWARD -s 192.168.1.0/24 -j LOG --log-level=5 or whatever.... Antony.
