Hi,
I have configured the freeRADIUS 0.9.3 server on RedHat 9. I am required to use FreeRADIUS to authenticate valid users and give them a Telnet session on either another Unix(192.168.20.7) server or a Windows (192.168.20.14) server on the same network as mu FreeRADIUS server. I configured my "users" file as below;
unixuser Auth-Type := Local, User-Password == "testunix" Service-Type = Framed-User, Framed-Protocol = PPP, Login-Service = Telnet, Login-TCP-Port = Telnet, Login-IP-Host = 192.168.20.7
If you want to do a Telnet session you should not send back Framed attributes, which tell the NAS to do PPP.
Try this syntax instead:
unixuser Auth-Type := Local, User-Password == "testunix"
Service-Type = Login-User,
Login-Service = Telnet,
Login-TCP-Port = Telnet,
Login-IP-Host = 192.168.20.7-Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless! \ Director, Engineering | @ @ | \ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo--\------------------------------------------------------ \ Wholesale Internet Services - http://www.megapop.net
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

