Re: [squid-users] "aclParseIpData: WARNING: Netmask masks away part of the specified IP in '172.16.4.1/12' " ....Plz help

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Sat, 9 Oct 2004 12:04:50 +0530

> ACL part of squid.conf is......
>
> acl a src 172.16.4.1/12
> acl b src 172.16.1.0/12
> acl b src 172.16.3.0/12

Try as,

    acl a src 172.16.4.1/32
 so that individual ip-address has to be with netmask as 32 there.

> acl leisure time 16:30-18:00
>
> http_access allow a
> http_access allow b
> http_access allow c
> http_access allow !a !b !c leisure

Execute ./squid -k parse to check acl settings again.

Regards
Muthu

---
===============  It is a "Virus Free Mail" ===============
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.774 / Virus Database: 521 - Release Date: 10/7/2004
Received on Sat Oct 09 2004 - 00:35:01 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:01 MST