On Friday 18 July 2003 11:19 am, anant shintre wrote: > I have changed only this line > "acl localnet src 192.168.1.0/255.255.255.0" > from default 'squid.conf' to > acl localnet src 192.168.0.1/255.255.255.0 > > Any idea about error.
192.168.0.1/255.255.255.0 makes no sense. If you want to match all addresses in the Class C network beginning with 192.168.0, then you should say 192.168.0.0/255.255.255.0 192.168.0.1 is the address of a particular host within that network - it cannot possibly be a whole network address. Regards, Antony. -- Ramdisk is not an installation procedure.
