[squid-users] squid 3 and cache peer

From: Ankit Sagwekar <ankit_at_intelebiz.net.ms>
Date: Wed, 14 Sep 2011 10:08:02 +0530

i have one proxy server base on centos 6.0 which come with squid 3.1.4

server have two LAN ip address eth0 192.168.0.35
eth0:1 192.168.0.34
eth1 XXX.XXX.XXX.XXX WAN IP

i want to forward request to other proxy which is on internet (WAN IP)

so i create rule that if some proxy traffic come to ip 192.168.0.34 from
internal network it get forward to wan proxy

if i get request to 192.168.0.35 from internal network. it process from
local proxy which is on same server

i add this line in my squid.conf in squid 3.1.4 for this

http_port 3128
http_port 192.168.0.34:3120
acl external myip 192.168.0.34

cache_peer 173.208.xxx.xxx parent 25981 0 no-query no-digest
cache_peer_access 173.208.xxx.xxx allow external

this rule work fine on squid 2.7 but not work in squid 3-3.1

anybody have any idea what's wrong with this ?

i already check iptables so it's not firewall problem
Received on Wed Sep 14 2011 - 04:38:17 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 16 2011 - 12:00:03 MDT