thanks Henrik

Go figure.. the netmask was unneeded.

Narozny



-----Original Message-----
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]]
Sent: 28 January 2003 03:07
To: Narozny
Cc: [EMAIL PROTECTED]
Subject: Re: [squid-users] Blocking specific ip


tis 2003-01-28 klockan 12.47 skrev Narozny:
> Hi everyone
> 
> I have a "seemingly-functional" squid setup.
> 
> The need has arisen to block a specific ip within the allowed ip-range.
> 
> >>I want to block only 192.168.0.10<<
> 
> I've tried the following:
> 
> acl allowed_iplist src 192.168.0.0/255.255.255.0
> acl denied_host1 src 192.168.0.10/255.255.255.0

You want

acl denied_host1 src 192.168.0.10

Regards
Henrik

-- 
Henrik Nordstrom <[EMAIL PROTECTED]>
MARA Systems AB, Sweden

Reply via email to