RE: [RadiusNT] Limiting a RADIUS user to only one IP address

skarim ( (no email) )
Fri, 25 Jun 1999 13:27:21 PDT

First create Filter on NAS then in RadConfigs table add such entry:

RadConfigID 4
AccountID 2
RadAttributeID 11
RadVendorID 0
RadVendorType 0
Data filtername
Value (null)
RadCheck (null)

RadConfigID is radius generated, AccountID is for that particular account RadAttributeID = 11 is for Framed Filter u can find this value in RadAttributes Table, RadvenderID & RadvendorType may be 0, Data is your filter name.

It will use for a particular accounts, if u wanna use for a no of users then place those users in seprate account type then u will have to use RadATConfig table. In that table u have to explain AccountType insted of AccountID.

Thanks

Salman