On 04/09/2014 07:55 AM, Matthew Newton wrote:
On Wed, Apr 09, 2014 at 07:45:36AM +0100, Arran Cudbard-Bell wrote:
On 9 Apr 2014, at 06:30, Casey Daniels <mailinglist@cd.kcfam.net> wrote:
I also have a bunch of users. All users can use Wifi (unless of course I need to revoke them for a little bit)
Then certain Users need to be authenticated against the HTTP Proxy to allow them to do direct connections instead
I plan on using the standard users file if possible. client <wifi> { nas_type = 'wifi' } Alternatively, put them through different virtual servers - it can make it easier to do more separation, though you may end up with more duplicated config:
client <wifi> { ... virtual_server = wireless }
client <proxy> { ... virtual_server = proxy }
Matthew
Thank you for the reply, so in the user file would I do this? Wifi Only user bob { ... Service-Type = wifi } User of both timmy { ... Service-Type = wifi, proxy } Casey