[olug] Squid access with RAS server (revised)
Nick Walter
waltern at iivip.com
Thu Aug 7 21:25:48 UTC 2003
Errr,
I'm no squid expert but when I see:
10.1.10.X/8
I'm pretty sure that means 10.0.0.0 through 10.255.255.255 inclusive.
Nick Walter
On Thu, 2003-08-07 at 16:23, Daniel G. Linder wrote:
> 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
>
>
> ______________________________________________________________________
>
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
More information about the OLUG
mailing list