Dynamic IP using Radius

Ming He (ming@FundSERV.COM)
Thu, 5 Sep 1996 14:12:16 -0400

I am setting up dynamic PPP connection with PM 2e and Radius.

/etc/raddb/users:
# read password from host
DEFAULT Password = "UNIX"
User-Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Address = 255.255.255.254,
Framed-Netmask = 255.255.255.255,
Framed-Routing = None,
Framed-Compression = Van-Jacobsen-TCP-IP,
Framed-Filter-Id = "std.ppp.in"
Framed-MTU = 1500

This should be fine.

Then on PM 2e, which I am not sure:

Portmaster> set s1 destination xxx.xxx.xxx.101 255.255.255.0
.........
Portmaster> set s29 destination xxx.xxx.xxx.129 255.255.255.0
Portmaster> save all
Portmaster> reset all

That will do it?

Thank your very much.

/ming