|
From: Dick M. <di...@li...> - 2006-06-06 16:35:44
|
gro...@un... wrote: > Hi Moray. > I had already tried that, but when I run /etc/init.d/firewall.rules there's a > message that says "iproute not found" and the rules aren't reloaded. I don't > know why but when I reboot this doesn't happen and the script runs normally. > Next is part of the script where I think the mistake must be in: > > LSMOD="sbin/lsmod" > MODPROBE="sbin/modprobe" > IPTABLES="usr/sbin/iptables" > IPTABLES_RESTORE="usr/sbin/iptables-restore" > IP="usr/sbin/ip" > LOGGER="usr/bin/logger" There's no leading '/' on your paths. You need to fix this in fwbuilder under, I think, OS options. Dick |