Re: Squid with Dansguardian problem.
- From: "Semih Gokalp" <semihgokalp@xxxxxxxxx>
- Date: Thu, 15 Nov 2007 11:13:10 +0200
If I redirect to squid(3128),i have not a problem but if I try redirect to
dansguardian(8080),The squid error page(The requested URL coult not be
retrieved) print on web browser.
If i try manually configure proxy server on web browser(connection setting)
to dansguardian(8080),it works.
it works like below:
$IPTABLES -t nat -A PREROUTING -i $INTIF -p tcp --dport 80 -j REDIRECT
--to-port 3128
but not works like below:
$IPTABLES -t nat -A PREROUTING -i $INTIF -p tcp --dport 80 -j REDIRECT
--to-port 8080
On 15/11/2007, Mihira Fernando <mihiratheace@xxxxxxxxx> wrote:
Semih Gokalp wrote:
Thanks for reply Mihira.I tried script and remove manual web browserbrowser.
configure for proxy but not worked.
Invalid URL Error page is squid error page that i see on the web
Do you get the same result if Iptables redirect to squid instead of
I think,it means web request is being redirected to dansguardian by
iptables and dansguardian is forwarding request to squid but squid dont
resolve the URL-path.
Am i wrong ?
What do you think ?
dansguardian ?
change he redirection command like this and try :
echo " Rerouting http hits to proxy server "
$IPTABLES -t nat -A PREROUTING -i $INTIF -p tcp --dport 80 -j REDIRECT
--to-port
3128
Mihira.
--
Random Quotes From Megas XLR
Coop: You see? The mysteries of the Universe are revealed when you break
stuff.
Jamie: When in doubt, blow up a planet.
Kiva: It's an 80 foot robot, if we can't see it, absolutely it's not here.
Glorft Technician: Unnecessary use of force in capturing the Earthers has
been
approved.
--
Iyi calismalar.Basarilar...
Semih Gokalp
Istanbul/Turkiye
- Follow-Ups:
- Re: Squid with Dansguardian problem.
- From: Mihira Fernando
- Re: Squid with Dansguardian problem.
- References:
- Squid with Dansguardian problem.
- From: Semih Gokalp
- Re: Squid with Dansguardian problem.
- From: Mihira Fernando
- Re: Squid with Dansguardian problem.
- From: Semih Gokalp
- Re: Squid with Dansguardian problem.
- From: Mihira Fernando
- Re: Squid with Dansguardian problem.
- From: Semih Gokalp
- Squid with Dansguardian problem.
- Prev by Date: Re: Squid with Dansguardian problem.
- Next by Date: Re: Squid with Dansguardian problem.
- Previous by thread: Re: Squid with Dansguardian problem.
- Next by thread: Re: Squid with Dansguardian problem.
- Index(es):
Relevant Pages
|