Re: telnet users

Dan Lowe (dan@multiverse.com)
Sun, 1 Jun 1997 11:56:22 -0400 (EDT)

>I am attempting to create a menu within radius which will allow the
>user to telnet to a host they specify. I know how to make the menus with
>the hosts already defined, but is their a way to have radius prompt the
>user for the hostname & telnet port of where they would like to go?
>
>Basically, I am wanting the user to be able to telnet from the portmaster
>to any host they specify.

You should be able to do that with something like this

dan Password = "password"
User-Service-Type = Login-User,
Login-Service = Telnet,
Login-TCP-Port = 23,
Login-Host = 255.255.255.255

This will prompt for a hostname, I'm not sure how to get it to prompt
for a port number...

-d.