[olug] Squid access with RAS server (revised)

Daniel G. Linder dlinder at iprevolution.net
Thu Aug 7 21:23:07 UTC 2003


Ryan,

You wrote:

> Therefore,

> > all dialup users are assigned a 10.1.10.x/8 address and Squid is not

> > allowing them web access.

[snip]

> > ### squid.conf snippet ###

> > acl localnetwork 10.0.0.0/8

> > http_access allow localnetwork

> > http_access allow all

You say that they are assigned 10.1.10.0/8 (i.e. 10.1.10.0 through 10.1.10.255, inclusive), but then you have Squid setup to allow the 10.0.0.0/8 network (i.e. 10.0.0.0 through 10.0.0.255 inclusive). You will need to change the Squid line to read : acl localhost 10.1.10.0/8

It has been a long time since I installed and configured Squid, but this appears correct...

Dan



More information about the OLUG mailing list