> > Looks good to me. Try this: after doing the service iptables stop do > the following and see if there are any rules left: > > iptables -L > iptables -t nat -L > iptables -t mangle -L > > if there are any rules at all listed, replace the -L with -F and re-run > the commands. > > -Brent Ran each of the command and all three had no entries. Jerry