> I have WAN with 2 different network, they are 172.16.1.0 (Network A) and > 172.16.2.0 (Network B) > Network A has internet connection, peoples on Network B can surf the > internet thru Network A. > in Network A .. I have configured squid with transparent proxy and it works > properly..
Change the source ip-address (acl all) set-up to handle only the Network A's squid as acl all src 172.16.1.0/255.255.255.0 > Now I need to configire a new squid server for Network B that will handle > people on its network. > > My question is how to configure squid in Network B? > Change the source ip-address (acl all) set-up to handle only the Network B's squid as acl all src 172.16.2.0/255.255.255.0 Regards, Muthukumar.
