Hello.
I have a squid proxy configured to forward all requests to an antivirus
box :
cache_peer 192.168.0.1 parent 80 0 no-query default
acl all src 0.0.0.0/0.0.0.0
never_direct allow all
I have a direct line with another enterprise of my group and all of their
servers other_domain.com are on segment 192.168.1.0
I'd like to redirect all normal trafic to the antivirus box but allow direct
connections to other_domain.com
I have tried :
acl internal dstdomain other_domain.com
always_direct allow internal
never_direct deny internal
It doesn't work.... Any idea ?
Thanks a lot
Received on Fri Nov 21 2003 - 01:22:55 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:32 MST