See below a extraction of my files :
client.conf sample :
client my-router.mydomain.fr {
# secret and password are mapped through the "secrets" file.
secret = xxxxxxxxx
shortname = my-router.mydomain.fr
nastype = cisco
}users sample :
fooman Auth-type := Local, User-Password == "foopwd"
Service-Type = NAS-Prompt-User,
cisco-avpair = "shell:idletime=5",
Idle-Timeout = 300,
Reply-Message = "hello!"-- -- Jean-Paul Chapalain - GICM - Reseaux et Systemes Distribues -- 32 rue Mirabeau - Le Relecq-Kerhuon - 29808 Brest Cedex 9, FRANCE -- Tel +33298002873 - Fax +33298284005 - [EMAIL PROTECTED] -- Key Fingerprint: 192C 1CFE F24A 050D F280 A086 AF15 8631 3ABB 4C7D
Jason(Website) wrote:
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?
smime.p7s
Description: S/MIME Cryptographic Signature
