Ruslan: You can set the http_port tag in squid.conf to listen to a single ip address:port combination or a single hostname:port combination. Here's the beginning of that tag's section from the squid.conf.default file.
Jim Darling # TAG: http_port # Usage: port # hostname:port # 1.2.3.4:port # # The socket addresses where Squid will listen for HTTP client # requests. You may specify multiple socket addresses. # There are three forms: port alone, hostname with port, and # IP address with port. If you specify a hostname or IP # address, then Squid binds the socket to that specific # address. This replaces the old 'tcp_incoming_address' # option. Most likely, you do not need to bind to a specific # address, so you can use the port number alone. # -----Original Message----- From: Ruslan Spivak [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 6:45 AM To: [EMAIL PROTECTED] Subject: [squid-users] one ethernet card + ip aliases + squid: problem Hello, squid users! I have one ethernet card and 4 ip aliases on it. How can i make so that my squid will send requests from ip i want and not randomly choose from ip aliases on my card? Thanks in advance Best regards, Ruslan
