Title: Message
Hi all.  I'am using a NAS - cisco 4500 router and trying to get it to use my freeradius installation on my RH8.0 box.  Now i think i have the hosts file configured correctly
 
 
 
 Defines a RADIUS client.  The format is 'client [hostname|ip-address]'
#
#  '127.0.0.1' is another name for 'localhost'.  It is enabled by default,
#  to allow testing of the server after an initial installation.  If you
#  are not going to be permitting RADIUS queries from localhost, we suggest
#  that you delete, or comment out, this entry.
#
client 127.0.0.1 {
client 192.168.254.102 {
 #  The shared secret use to "encrypt" and "sign" packets between
        #  the NAS and FreeRADIUS.  You MUST change this secret from the
        #  default, otherwise it's not a secret any more!
        #
        #  The secret can be any string, up to 32 characters in length.
        #
        secret          = cisco
 
 
#client 192.168.254.102 {
#       # secret and password are mapped through the "secrets" file.
#       secret      = cisco
#       shortname   = testrouter
so my NAS is testrouter at ip 192.168.254.102 witht he shared key cisco
 
Now my question is about the users file.  I just want to make a user who i will be able to use when telneting to the cisco router.
what would be an example insert in the users file to add this type of user.  I keep on reading how auth= "local" or "system" for certain users in the file but this user is logging into a remote device. any help?
 

Reply via email to