192.168.0.1 indicates that this is on a single host machine therefore you must use the 32-bt netmask ie 192.168.0.1/255.255.255.255, or if you like you can set it to 192.168.0.0/255.255.255.0 for the entire network address block
-----Original Message----- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:09 AM To: deny Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] error netmask tor 2003-02-27 klockan 19.35 skrev deny: > hello > i always have this error when i start squid > ./squid > > 2003/02/27 13:31:37| aclParseIpData: WARNING: Netmask masks away part of > the specified IP in '192.168.0.1/255.255.255.0' > > > i ve add in my squid.conf the lines > > acl poste1 src 192.168.0.1 > acl poste2 src 192.168.0.3 > http_access allow poste1 > http_access allow poste2 These lines does not match the above error.. the above error indicates you have written 192.168.0.1/255.255.255.0 somewhere, which is not the same as 192.168.0.1 192.168.0.1/255.255.255.0 indicates a network with an impossible network address, and is why Squid warns about it. Regards Henrik -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden -- This message has been scanned for viruses and dangerous contents on SSCR Email Scanner Server, and is believed to be clean. --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.456 / Virus Database: 256 - Release Date: 2/18/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.456 / Virus Database: 256 - Release Date: 2/18/2003 -- This message has been scanned for viruses and dangerous contents on SSCR Email Scanner Server, and is believed to be clean.
