Skip to main content

Thread: squid3 denying all outbound access


hello,

i've installed squid3 on remote (11.04) server, reason won't allow me use proxy service, instead giving me access denied on every attempt pull through it.
access control configuration prevents request being allowed @ time. please contact service provider if feel incorrect.
the thing is, i've gone on configuration dozen times, looked @ handful of how-to guides , tried treating squid3 sane 1 (and myself untrustworthy lout), can't see reason why won't let me connect.

configuration, stripped comment lines, here:
http://paste.ubuntu.com/798656/

appreciated.

i see you're using transparent proxy. have appropriate iptables rule redirect port 80 traffic through proxy? this:

code:
iptables -t nat -a prerouting --s 10.10.0.0/24 -p tcp -m tcp --dport 80 -j redirect --to-ports 3128
if want use proxy browser, rid of "transparent" option , tell browser use ip.of.proxy.server:3128 http proxy. transparency helpful if you're trying proxy entire lan , want avoid specifying proxy settings on clients. it's pretty unhelpful proxying machine or two.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] squid3 denying all outbound access


Ubuntu

Comments