Re: [squid-users] SQuid crashes when running iptables

From: Sandro Littke <Sandro.Littke@dont-contact.us>
Date: Tue, 20 Jan 2004 12:21:29 +0000

Hello,

the reason whenever i used squid and a firewall for crashing squid were
in every case missing rules that allow the local IP- communication at
the host stack self. You have to add these rules (at very first in your
ruleset):

iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT

Just try, Sandro Littke.

Am Di, den 20.01.2004 schrieb novelit um 09:31:
> Iptables is running without any problems because all important ports are
> open. If ruleset was too strict, it would have never worked in the first
> place.
>
> However, for i don't know what reason, and squid crashes. Any idea?
>
> Thanks
> nat

Received on Tue Jan 20 2004 - 04:22:34 MST

This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:07 MST