> Enter the user in to the /etc/raddb/users file as follows
> username Password = "UNIX"
> User-Service-Type = Framed-User,
> NAS-Port-Type = Async,
> Framed-Protocol = PPP,
> Framed-Address = static ip address here,
> Framed-Netmask = 255.255.255.0,
> Framed-Routing = None,
> Framed-Compression = Van-Jacobsen-TCP-IP,
> Port-Limit = 1
>
> The static IP should not be in the pool.
A number of things in here. NAS-Port-Type is a check item and not a reply
item. Also What version of RADIUS are you using as you are using a number
of the old style entries. You do not want to have 255.255.255.0 as a net
mask as this is telling the PM you want to route a block of class C
addresses. You want something like:
username Password = "UNIX", NAS-Port-Type = Async
User-Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Address = static ip address here,
Framed-Netmask = 255.255.255.255,
Framed-Routing = None,
Framed-Compression = Van-Jacobsen-TCP-IP,
Port-Limit = 1
-- Thomas C Kinnen - <tkinnen@ra.lucent.com> <tkinnen@sobhrach.com> [RADIUS Test Engineer] - LUCENT Technologies RABU "All of the opinions stated above are my own and not my employer's, unless they were given to me by my employer" - To unsubscribe, email 'majordomo@livingston.com' with 'unsubscribe portmaster-users' in the body of the message. Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>