This is a discussion on Re: [squid-users] SQuid crashes when running iptables - squid ; --=-J1+m+UmEXfip+AgKH2oS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 ...
--=-J1+m+UmEXfip+AgKH2oS
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
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.
>=20
> However, for i don't know what reason, and squid crashes. Any idea?
>=20
> Thanks
> nat
--=-J1+m+UmEXfip+AgKH2oS
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Dies ist ein digital signierter Nachrichtenteil
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQBADR1JaX24m3tqAF0RAlnZAJ0dNiftpPhCfU2H+S8Dki zoNR1RrgCfWRhI
XFeCq274VV67GkEO0BrLwno=
=PM1O
-----END PGP SIGNATURE-----
--=-J1+m+UmEXfip+AgKH2oS--