Aaron Stromas wrote: > > Hello, > > This is my first time using Squid, and I must be making a newbie error, yet > I haven't found it mentioned in the FAQ or archives. I hope, somebody can > tell me what is wrong. I built Squid 2.5 STABLE 2 on Red Hat Linux 7.3. > Proxy is listening on port 4443 and should proxy ports 80 and 443 to host > 164.95.119.70, but it doesn't. This is what the cache log shows: > > commBind: Cannot bind socket FD 15 to 164.95.119.70:0: (99) Cannot assign > requested address
Hmm.. looks to me as if you have set tcp_outgoing_address to 164.95.119.70. This directive tells Squid that it should try to use 164.95.119.70 as source address when initiating connections to web servers and cache peers. Regards Henrik
