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.
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.access control configuration prevents request being allowed @ time. please contact service provider if feel incorrect.
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:
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.code:iptables -t nat -a prerouting --s 10.10.0.0/24 -p tcp -m tcp --dport 80 -j redirect --to-ports 3128
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] squid3 denying all outbound access
Ubuntu
Comments
Post a Comment