FreeRadius - Multiple Clients

Matthew Newton mcn4 at leicester.ac.uk
Wed Apr 9 13:55:52 CEST 2014


On Wed, Apr 09, 2014 at 07:45:36AM +0100, Arran Cudbard-Bell wrote:
> 
> On 9 Apr 2014, at 06:30, Casey Daniels <mailinglist at 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


-- 
Matthew Newton, Ph.D. <mcn4 at le.ac.uk>

Systems Specialist, Infrastructure Services,
I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom

For IT help contact helpdesk extn. 2253, <ithelp at le.ac.uk>


More information about the Freeradius-Users mailing list