Check your http_access rules.
As a fail-safe measure you can insert the following lines at the top of
squid.conf.
acl internal src 192.168.1.0/255.255.255.0
http_access deny !internal
Would also recommend using the firewalling capabilities of FreeBSD to
firewall what traffic your FreeBSD server accepts from the Internet. See
the ipfw command.
Regards
Henrik
Craig Blanzy wrote:
>
> I'm attempting to close an open proxy. All i want to do is deny all accept
> people on my internal network.
>
> acl internal src 192.168.1.0/255.255.255.0
> http_access allow internal
> http_access deny all
>
> I thought that was pretty straight forward. But i'm still able to use this
> proxy from an external network.
>
> Running Squid 2.4 STABLE 7
>
> Free BSD 3.4
Received on Wed Dec 04 2002 - 14:25:06 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:51 MST