> We have a couple users who want to do either PPP or connect directly
> to a specific host using telnet. (Gotta figure out how to do this
> before we switch everyone to our shiny new PM3.) Presently, when they
> dial in to our Linux box, they get a login prompt, and then the
> presence of PPP frames is automatically detected by mgetty.
Here are the relevant sections from my Radius users file:
Anyone using a dialer that does PAP will get PPP with just username.
Anyone who is using just username without PAP will get a login session.
People who don't have PAP and need PPP will have to put in username.ppp.
# This is for <username>.ppp (starts dynamic ppp)
DEFAULT1 Auth-Type = System, Suffix = ".ppp"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-Routing = None,
Framed-MTU = 1500,
# This is for PAP
DEFAULT2 Auth-Type = System, Framed-Protocol = PPP
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-Routing = None,
Framed-MTU = 1500,
DEFAULT5 Auth-Type = System
Service-Type = Login-User,
Login-Host = 209.98.8.3,
Login-Service = Rlogin
-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.