Results 1 to 2 of 2
squid2.6-STABLE12
squid_lan_ip: 10.0.0.110
squid_port: 3128
in squid.conf i add the following two lines
http_port 10.0.0.110:3128 transparent
always_direct allow all
but still transparent proxy doesnt work
on squid server I got ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-16-2007 #1Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
transparent proxy using squid2.6-STABLE12
squid2.6-STABLE12
squid_lan_ip: 10.0.0.110
squid_port: 3128
in squid.conf i add the following two lines
http_port 10.0.0.110:3128 transparent
always_direct allow all
but still transparent proxy doesnt work
on squid server I got the following error,
# squid -NCd1
.
.
2007/04/16 10:43:54| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 11.
2007/04/16 10:43:54| commBind: Cannot bind socket FD 12 to 10.0.0.110:3128: (98 ) Address already in use
.
.
when any client try to browse, then
#squid -NCd1
.
.
.
2007/04/16 18:21:21| clientReadRequest: FD 10 (10.0.0.131:1293) Invalid Request
# tail -f /usr/local/squid/var/logs/access.log
1176729681.883 0 10.0.0.131 TCP_DENIED/400 1965 GET error:invalid-request - NONE/- text/html
If i configure the proxy setting, on the browser, I can then easily browse, but I cant config the all the browsers, as a proxy client... I need transparent proxy.
plz help me config transparent proxy using squid2.6-STABLE12
Regards
Needee
- 04-17-2007 #2Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
issue resolved

my mistak was that I add "http_port" lines two times, one to define the the squid port, and second to define the transparent proxy... its the mistake.
i was doing, in squid.conf
http_port 3128 ### to define the squid listening port
http_port 3128 transparent ### to config the transparent proxy
I simply remove the "http_port 3128"... and issue resolved.. no eror, and transparent is working quite fine
Regards


Reply With Quote
