Results 1 to 2 of 2
Hi,
I already install a transparent proxy in a ubuntu server. After i redirect all traffic to the squid, the squid access.log constantly show TCP_MISS none of them show TCP_HIT.Below ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-14-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
Squid 3.0 stable19 constanly TCP_MISS in ubuntu server 10.10
Hi,
I already install a transparent proxy in a ubuntu server. After i redirect all traffic to the squid, the squid access.log constantly show TCP_MISS none of them show TCP_HIT.Below is the access.log :
1313253881.995 46 192.168.1.101 TCP_MISS/200 974 GET safebrowsingcachegooglecom...MAAA8yBbuzAAA_- DIRECT/209.85.175.102 application/vndgoogleafebrowsingchunk
This things happens although i already open the same page twice.Below is the configuration that i have made in the proxy:
http_port 3128 transparent
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl localnet src 192.168.1.0/24
http_access allow localhost
http_access allow localnet
cache_dir ufs /var/spool/squid3 50000 16 256
always_direct allow all
my transparent proxy server use ip of 192.168.1.103/24 that connected to pfsense firewall externally.I didn't not configure anythings in the ip table except in the pfsense.
Please assist me,since i'm am totally new in using squid.
Thanks in Advance
p/s link at access.log has been adjust since cannot post link
- 08-14-2011 #2Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
Is there anyone here that can help me??


Reply With Quote
