On Tuesday 10 September 2002 09:24 am, Craig White wrote: > did you check 'whereis iptables' ?
>
> is it really in /usr/sbin?
>
> Why not try ./rc.firewall-2.4 > /tmp/output.txt 2>&1 and insert the
> results of /tmp/output.txt in the next email so we can see what
> happened?
>
> Craig
Hi Craig
The rsults of whereis iptables is as follows:
loran:/home/clay # whereis iptables
iptables: /usr/sbin/iptables /usr/lib/iptables
/usr/share/man/man8/iptables.8.gz
The results of "./rc.firewall-2.4 > /tmp/output.txt 2>&1" is as follows:
loran:/home/clay # /etc/rc.d/rc.firewall-2.4 > /tmp/output.txt 2>&1
loran:/home/clay # cat /tmp/output.txt
bash: /etc/rc.d/rc.firewall-2.4: bad interpreter: Permission denied
My next attempt will be to scrap this firewall and do it all fresh and
see what happens.