12-12-2015 11:37 AM - edited 03-10-2019 11:19 PM
Hi everybody,
I am trying to learn Radius authentication . Here is my lab set up:
R1( 107.107.107.10)-------(107.107.107.4)-WIN2008(RADIUS SERVER)
Below is radius config on R1:
aaa authentication login default group radius local
radius-server host 107.107.107.4 auth-port 1645 acct-port 1646
radius-server key cisco
I have a few questions:
1) Above I do not specify any encryption on R1, what encryption will be used by R1 by default ?
In the attached file, we see password is encrypted but there is no config on R1 to use particular encryption
2) We also see " authenticator" which is I believe is R1 i.e host name encrypted with shared secret . Am I right?.
Much appreciated and have a great weekend!!
Solved! Go to Solution.
12-17-2015 09:58 PM
Hi,
The Radius Protocol encrypts the user-password by default. i think Radius uses MD5.
The authenticator is a random string generated by the client and is used in the process of encrypting the password.
Thanks
John
12-18-2015 11:44 AM
Take a look at:
http://www.untruth.org/~josh/security/radius/radius-auth.html
It'll answer both your questions fully.
12-17-2015 09:58 PM
Hi,
The Radius Protocol encrypts the user-password by default. i think Radius uses MD5.
The authenticator is a random string generated by the client and is used in the process of encrypting the password.
Thanks
John
12-18-2015 07:23 PM
Thanks John
12-18-2015 11:44 AM
Take a look at:
http://www.untruth.org/~josh/security/radius/radius-auth.html
It'll answer both your questions fully.
12-18-2015 07:23 PM
Thanks Hod for the excellent link
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide