With this users file, could I do PAP authentication so that Windows 95
users can enter just username, and not username.ppp.
This is probably my single biggest tech support issue. Right now, just
putting in username without the .ppp results in Win 95 popping up a box
saying password error, and asking for the password again.
I do have PAP turned on in my PM2E-30s.
# 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 <username>.cslip (starts dynamic CSLIP)
DEFAULT2 Auth-Type = System, Suffix = ".cslip"
Service-Type = Framed-User,
Framed-Protocol = SLIP,
Framed-IP-Address = 255.255.255.254,
Framed-Routing = None,
Framed-MTU = 1006,
Framed-Compression = Van-Jacobsen-TCP-IP
# This is for <username>.slip (starts dynamic SLIP)
DEFAULT3 Auth-Type = System, Suffix = ".slip"
Service-Type = Framed-User,
Framed-Protocol = SLIP,
Framed-IP-Address = 255.255.255.254,
Framed-Routing = None,
Framed-MTU = 1006,
Framed-Compression = None
DEFAULT4 Auth-Type = System
Service-Type = Login-User,
Login-Host = 206.11.208.3,
Login-Service = Rlogin
Brian