7 Apr
2006
7 Apr
'06
8 p.m.
the tcp_outgoing_address in Squid: I'm guessing you need it because Squid, by default, binds sockets to 0.0.0.0. This means that when you try to do a TPROXY_ASSIGN, it will fail (specifically, setsockopt() will with errno = EINVAL). Maybe you're
bind()ing is - or at least should be - completely independent of TPROXY_ASSIGN.
referring to something else entirely, in which case you should just disregard my comment.
Jan Engelhardt --