On Tue, 2003-08-19 at 14:38, Thom Paine wrote: > I thought I had figured out the hosts.allow and hosts.deny files, but > I'm still missing something. > > My hosts.deny has All: All in it, and then I've opened up some things in > hosts.allow to let services run. > > #1 I'm having trouble with people connecting to my squid proxy. > # Limits squid to the lan? > 3128: 10.10.10. > > I would like squid to only run on the lan. I don't want it to be able to > be accessed from the internet. > > Any other tuning I should do? I don't think squid supports tcpwrappers. You should configure ACLs in squid.conf instead. Try sth like this (in /etc/squid/squid.conf or wherever your squid configuration is) acl MY_LAN src 10.10.10.0/255.255.255.0 http_access allow MY_LAN Piero -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list