#define quoting(David Darville)
// I have to make a squid setup with 2 Squid's running on the same Linux
// machine, each Squid serving a different group of users users, who have
// to use 2 different internet connections, thus the machine will be
// configured with a nic for each of the 2 internet connections, and a 3rd
// for the local subnets, where the clients are located.
//
// I have been considering to patch the sourcecode to make the squid's use
// the SO_BINDTODEVICE socket option, to make sure the traffic goes out on
// the right interface, but I'm not sure if thats the best solution, so
// I'm asking if there are anyone out there with a better solution, and if
// there is anything I should remember while configuring such a setup.
Why not use the keywords:
#tcp_incoming_address 0.0.0.0
#tcp_outgoing_address 0.0.0.0
#udp_incoming_address 0.0.0.0
#udp_outgoing_address 0.0.0.0
In the config file ? Is it not enough ?
Jonny
PS: I have once run 3 squids on the same machine, but for different
purposes. :)
-- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de JaneiroReceived on Mon Jun 15 1998 - 10:13:25 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:40:42 MST