Squid DansGuardian iptables on YDL3.0

Ken Schweigert yellowdog-general@lists.terrasoftsolutions.com
Wed, 1 Sep 2004 13:39:55 -0400


On Thu, 02 Sep 2004 07:59:40 -0700, Ward Family <swardfamily@shaw.ca> wrote:
> Thanks Derick,
> 
> But perhaps I have a more fundamental problem in that whether using Lokkit
> or attempting to modify th eiptables directly, no setting seem to take. As
> root, I cannot even seem to turn off the firewall, let alone adjust
> configuration settings. Has anyone ever encountered this before?
> 
> thx
> Steve

To stop the firewall, from the command line, try:
  /etc/rc.d/init.d/iptables stop

Make sure you save your changes with:
  /etc/rc.d/init.d/iptables save

When you say that "no setting seem to take" do you mean that no rules
get entered and cannot be viewed with 'iptables -nvL' ?

-ken