On Mon, Mar 16, 2009 at 3:56 PM, Varghese Panicker <[email protected]> wrote: > Hi, > > We are using Redhat Fedoracore as proxy server (192.168.0.6 port 3128) > Lan series we are using is 192.168.0.0. and it is working fine. > Now we want to add one more series like 192.168.2.0. to connect internet in > an another location. > > We added 192.168.2.0 series in the route. we are able to ping proxy server > from the other location but are not able to access any sites. > > Firewall iptables are configured to accept all TCP traffic from 192.168.2.0 > > Can anyone help me
Varghese, You probably need to add squid acls to allow your new network http access. acl newnetwork src 192.168.2.0/255.255.255.0 http_access allow newnetwork Add those two lines at the top of your acl section in squid.conf file and then run the command "squid -k reconfigure" Regards, NMK.
