> Hello!
>
> I'm trying to manual set an ip address to each modem on my PM3, i.e. m0 =
> 1.1.1.1, m1 = 1.1.1.2 and so on.
>
> I tried using the set s0 destination 1.1.1.1 command but it seems to be
> ignored and the PM3 assigns the address from the address pool. I am
> currently allocating the IPs from the address pool.
Woo hoo!!! My question would be "why would you want to do that?"
After browsing through the RADIUS manual, what you could do is:
DEFAULT Auth-Type = System, NAS-Port = 0
Service-Type = Framed-User,
Framed-IP-Address = 1.1.1.1,
.,
.,
.
DEFAULT Auth-Type = System, NAS-Port = 1
Service-Type = Framed-User,
Framed-IP-Address = 1.1.1.2,
.,
.,
.
DEFAULT Auth-Type = System, NAS-Port = 2
Service-Type = Framed-User,
Framed-IP-Address = 1.1.1.3,
.,
.,
.
Can you tell I need sleep? hehe
-- Aloha from Paradise,Sherwood
- To unsubscribe, email 'majordomo@livingston.com' with 'unsubscribe portmaster-users' in the body of the message.