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
 
winuser       Auth-Type := Local, User-Password == "testwin"
              Service-Type = Framed-User,
              Framed-Protocol = PPP,
              Login-Service = Telnet,
              Login-TCP-Port = Telnet,
              Login-IP-Host = 192.168.20.14
 
However, the users get authenticated, but no Telnet session, i.e., no Telnet username prompt. How do I accomplish this project? Please help!

Thank you... .Mike


Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing

Reply via email to