On Tue, 16 Mar 1999, Chuck Shimada wrote:
> I am tring to configure the ports on a PM2e and PM3 to allow both
> PPP and Telnet sessions. I have looked in the manual and while not
> stating that I can do this, it has not stated I can not either.
>
> So, I have tried "set s29 login", using a user which is set up
> for telnet and a host. I can login to that host. When I use
> a Win95 PC and try PPP, using a user which is set up for PPP.
> I get a message back from Win95 stating that it could not start
> a PPP session.
>
> If I "set s29 network dialin", the PPP id works but the Telnet
> do not. The telnet ID just reprompts for a login:.
First what does your RADIUS user file look like?
> Is the portmaster even capable of doing this?
Aiyup, it sure does.
> How are the ISP with one set of dialup numbers allowing both
> to PPP and Telnet(Shell) access to occure?
A couple of ways actually:
One lame way is to make a separate user id for those that want to use a
term program. But this means making individual entries.
The more scalable method is to use Check-items.
#any PPP type coming in gets a (now) regular connection
#
DEFAULT Auth-Type = System, Framed-Protocol = PPP
Service-Type = Framed-User,
Framed-Compression = Van-Jacobson-TCP-IP,
Framed-Routing = None,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 1500
#No PPP, then people get dropped down to login
DEFAULT Auth-Type = System
Service-Type = Login-User,
Login-IP-Host = 192.168.1.76,
Login-Service = Telnet
So something like that... Oh, btw, look in archives since you'll want to
do an entry in hosts.equiv ...
Uhm, this is in archives BTW ;) www.livingston.com or www.nexial.nl are 2
nice places to check.
-- Aloha from Paradise,Sherwood Got Clue? If so: ISPF! The Forum for ISPs by ISPs, <http://www.ispf.com>
- 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/>