On 9/18/07, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > > I'm getting some weird errors here. For instance, it complains about > > something on line 8, when my squid.conf is only 6 lines. I'm using > > FreeBSD where /usr/local/etc/squid/squid.conf is the default > > configuration file. I just want a simple IP anonymizer setup. Nothing > > fancy. > > > > (root@box)(09/17+20:44) > > (/usr/local/etc/squid) cat squid.conf > > > > http_port 3127 > > acl my_ip src 88.89.21.124/255.255.255.255 > > http_access allow my_ip > > forwarded_for off > > > > (root@box)(09/17+20:44) > > (/usr/local/etc/squid) /usr/local/etc/rc.d/squid start > > Starting squid. > > 2007/09/17 20:45:07| ACL name 'all' not defined! it says all not deined. I think it is a minor issue. pls check squid.conf carefully. Just check below line. leave it uncommented. #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 > > > -- Thank you Indunil Jayasooriya