Is it possible to have one instance of Squid servicing two NIC's on different address ranges as I need to service another domain on my squid box
e.g. Outward facing 217.xxx.xxx.xxx (This is working now) Inward Facing 100.xxx.xxx.xxx (This is working now) I want to add anther inward facing NIC, say 10.xxx.xxx.xxx Is it just a case of issueing another http_port instruction so that my confg will look like http_port 100.xxx.xxx.xxx:port http_port 10.xxx.xxx.xxx:port udp_incoming_address 217.xxx.xxx.xxx.xxx etc. Kind regards Adrian
