Re: bad argument modprobe when run from script

2003-10-20 Thread Benjamin J. Weiss
> I am working on my iptables script. > > When I run the /etc/rc.d/init.d/iptables script which calls > /etc/iptables.rules it fails with the error > "bad argument modprobe" > > If I just run the /etc/iptables.rules script I have no errors or if I run > modprobe ip_tables from bash I have no errors

Re: bad argument modprobe when run from script

2003-10-19 Thread lrnobs
The default Redhat startup script has a grep command that launches IPTABLES_CONFIG. I hard coded the launch of my script instead /etc/iptables.rules and the script runs fine. I have to start another posting now, my script locks me out of my web site. Thanks, Larry Nobs At 07:04 PM 10/19/2003

Re: bad argument modprobe when run from script

2003-10-19 Thread Edward Dekkers
lrnobs wrote: I am working on my iptables script. When I run the /etc/rc.d/init.d/iptables script which calls /etc/iptables.rules it fails with the error "bad argument modprobe" If I just run the /etc/iptables.rules script I have no errors or if I run modprobe ip_tables from bash I have no erro

bad argument modprobe when run from script

2003-10-19 Thread lrnobs
I am working on my iptables script. When I run the /etc/rc.d/init.d/iptables script which calls /etc/iptables.rules it fails with the error "bad argument modprobe" If I just run the /etc/iptables.rules script I have no errors or if I run modprobe ip_tables from bash I have no errors. Any ideas