> Hi There. I would like to ask on how to filter
> clients of my squid proxy
> server. I have a network which has an IP range of
> 223.30.20.1 -
> 223.30.20.254. I would like only selected IP's on my
> network to use squid.
> How will I do that?
use acl in squid.conf like
acl all src 0.0.0.0/0
acl selected_ips src 223.30.20.1-223.30.20.10
http_access allow selected_ips
http_access deny all
>Also, I would like to ask
> something about linux. My
> linux machine no longer ask for a user to type his
> password whenever he logs
> on the linux machine locally. Even if you login as
> root, it no longer asks
> for any password. This happens when you log to the
> server locally. I need
> your help. Thanks.
>
I think you better ask this question on a Linux List.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
Received on Thu May 10 2001 - 05:19:35 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:54 MST