> Hi, Is it possible to setup acl's to redirect traffic thru a different > gateway/nic card? I have looked thru the manual and done several google > searches but coming up dry for an answer. > > Configuration: > Server running Squid > NIC 1 > IP: 10.25.103.250 > SUB: 255.255.254.0 > GWAY: 10.25.103.253 > > There is no parent proxy on this gateway, clients are directed to squid > which accesses the site directly. > > > To do: > Add NIC 2 > IP: 10.25.103.251 > SUB: 255.255.254.0 > GWAY: 10.25.103.254 > > I want configure squid, when a request to "iwww.site.com" is received to > direct the request to NIC 2. However on NIC 2 is a forced parent proxy > "proxy.site.com". > > > The way I am planing to do this is to setup 2 seperate squid boxes and use a > autoproxy script but I dont really want to do this if I dont want to. > - Use one instance of SQUID (indeed), - Check the : tcp_outgoing_address directive in squid.conf.default (read all comments) M.