(PM) PM3 config for Win3.1/Scripts AND PAP????

Phil Hunt (phil@isone.net)
Thu, 26 Feb 1998 23:06:13 -0500 (EST)

Hi

After looking through the manuals for my shiny new PM3, I am confused about
how to set a portmaster to acceptr both PAP AND Win 3.1 type dialups.

PAP does not ask a username/password prompt, but gets them through PAP and
win3.1 requires username:/password: prompts.

It looks to me that you can't set a port to do both, is that true? Mgetty
under Unix looks for PAP and if it doesn't see it, gives a username prompt.
Is that how pm stuff works?

Does anyone have the 'set all', etc settings and a sample radius file
implementing the above scenario.

My radius looks like this (will this work?:
======================================================================
#---------------------------------------------------------------------------
#
# @(#)users 1.2 5/20/97 Copyright 1991, 1997 Livingston Enterprises Inc
#
#---------------------------------------------------------------------------
#
# Users in group idtelnet telnet into server
DEFAULT Auth-Type = System, Group = "idtelnet"
Service-Type = Login-User,
Login-IP-Host = 199.125.96.5,
Login-TCP-Port = 23,
Login-Service = Telnet

DEFAULT Auth-Type = System, Group = "idppp"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 576

DEFAULT Auth-Type = System, Group = "idslip"
Service-Type = Framed-User,
Framed-Protocol = SLIP,
Framed-IP-Address = 255.255.255.254,
Framed-Compression = None,
Framed-MTU = 1006

DEFAULT Auth-Type = System, Group = "idipass"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 576

#
# Username alex runs PPP if alex's UNIX password matches
# and his nas ident is ipass. These are ipass logins
#
DEFAULT Auth-Type = System, NAS-Identifier = "i-Pass VNAS"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 576

#
#PAP is this default
# Username alex runs PPP if alex uses PAP to authenticate and port autodetects
DEFAULT Auth-Type = System, Framed-Protocol = PPP
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 576

#
#WIN3.1 scripting
# Anything else uses a menu, to allow old mac and win3.1 customers
# to still use their scripts
#
DEFAULT Auth-Type = System
Menu = "menu31"
Login-Service = Rlogin

======================================================================
Phil Hunt phil@isone.net
System Administrator work: (603)424-5278
Internet Services of New England WWW: www.isone.net
Merrimack, NH 03054 "New England Internet for less"

-
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/>