Semih Gokalp wrote:
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

Your squid conf has a misconfiguration somewhere. Can you post the whole thing here ? without any mangling of any kind.

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.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to