antolik@ipesoft.sk wrote:
> Hello,
>
> I would like to setup squid this way.
> All client from internal network(172.16.0.0) could reach external server
> 15.14.13.12 on all port.
> Many thanks.
>
acl clients src 172.16.0.0/16
acl server dst 15.14.13.12
http_access allow clients server
Proper placement in the squid.conf is left as an exercise for the
reader. Also, be aware that Squid is STRICTLY an HTTP proxy (with a
dash of FTP).
Chris
Received on Mon Apr 16 2007 - 13:29:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue May 01 2007 - 12:00:01 MDT