myport acl doesn't work on FreeBSD 7 with squid 2.5 or 2.6 and
tranparent proxying with ipfw
I didn't test it on other versions of FreeBSD, but on Linux this
construnction worked fine:

acl ACL1 myport 1111
acl ACL2 myport 2222

tcp_outgoing_address 1.1.1.1 ACL1
tcp_outgoing_address 2.2.2.2 ACL2

Any ideas? Is it normal behavior or bug?


Reply via email to