I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this? Here is the output from my login attempt: rad_recv: Access-Reject packet from host 127.0.0.1:1645, id=184, length=20 rad_decode: Received Access-Reject packet from 127.0.0.1:1645 with invalid signature (err=2)! (Shared secret is incorrect.) Sending Access-Request of id 185 to 127.0.0.1:1645 User-Name = "chrisr" User-Password = "test1" NAS-IP-Address = scooby Here is the logs from my radius.log file: Fri Jan 6 09:11:42 2006 : Auth: Login incorrect: [chrisr/\362\354A2\317\227\374\237\273J<\300-#\373\217] (from client localhost port 0) Fri Jan 6 09:11:45 2006 : Auth: Login incorrect: [chrisr/\357U*\345\330sG\353\3417-F&\226\005\327] (from client localhost port 0) Fri Jan 6 09:11:48 2006 : Auth: Login incorrect: [chrisr/5\315\237\373\3417r\344\300J\255\363] (from client localhost port 0) Thanks, -- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
Make sure you have a client config for 127.0.0.1 instead of your actual IP address in the clients.conf config file and that the secret for it is the same as your other clients.. Jonathan Carpenter wrote:
I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this?
Here is the output from my login attempt: rad_recv: Access-Reject packet from host 127.0.0.1:1645 <http://127.0.0.1:1645>, id=184, length=20 rad_decode: Received Access-Reject packet from 127.0.0.1:1645 <http://127.0.0.1:1645> with invalid signature (err=2)! (Shared secret is incorrect.) Sending Access-Request of id 185 to 127.0.0.1:1645 <http://127.0.0.1:1645> User-Name = "chrisr" User-Password = "test1" NAS-IP-Address = scooby Here is the logs from my radius.log file: Fri Jan 6 09:11:42 2006 : Auth: Login incorrect: [chrisr/\362\354A2\317\227\374\237\273J<\300-#\373\217] (from client localhost port 0) Fri Jan 6 09:11:45 2006 : Auth: Login incorrect: [chrisr/\357U*\345\330sG\353\3417-F&\226\005\327] (from client localhost port 0) Fri Jan 6 09:11:48 2006 : Auth: Login incorrect: [chrisr/5\315\237\373\3417r\344\300J\255\363] (from client localhost port 0)
Thanks, -- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Richard Marriner II Maingear.Net Sr. Network Consultant I.T. Consulting richard@maingear.net www.maingear.net
Yes, I finally found out what was causing the issue. But now I am having problems and I do not have any error messages. Now I am really lost. Here is what I get when I try to authincate: Re-sending Access-Request of id 82 to 127.0.0.1:1812 User-Name = "test" User-Password = "\255`-(d\246\021;@\215?\325Lp\246\202" NAS-IP-Address = scooby NAS-Port = 1645 radclient: no response from server for ID 82 Nothing ever shows up on my /var/log/radius/radius.log and everytime I try to authincate the last line of radclient: no response from server for ID ? the ID # changes everytime I try. The only tables I have data in is the radcheck table is: id | username | attribute | op | value ----+----------+---------------+----+------- 1 | test | User-Password | == | test Should I have more data in my database? On 1/6/06, Richard Marriner II <richard@maingear.net> wrote:
Make sure you have a client config for 127.0.0.1 instead of your actual IP address in the clients.conf config file and that the secret for it is the same as your other clients..
Jonathan Carpenter wrote:
I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this?
Here is the output from my login attempt: rad_recv: Access-Reject packet from host 127.0.0.1:1645 <http://127.0.0.1:1645>, id=184, length=20 rad_decode: Received Access-Reject packet from 127.0.0.1:1645 <http://127.0.0.1:1645> with invalid signature (err=2)! (Shared secret is incorrect.) Sending Access-Request of id 185 to 127.0.0.1:1645 < http://127.0.0.1:1645> User-Name = "chrisr" User-Password = "test1" NAS-IP-Address = scooby Here is the logs from my radius.log file: Fri Jan 6 09:11:42 2006 : Auth: Login incorrect: [chrisr/\362\354A2\317\227\374\237\273J<\300-#\373\217] (from client localhost port 0) Fri Jan 6 09:11:45 2006 : Auth: Login incorrect: [chrisr/\357U*\345\330sG\353\3417-F&\226\005\327] (from client localhost port 0) Fri Jan 6 09:11:48 2006 : Auth: Login incorrect: [chrisr/5\315\237\373\3417r\344\300J\255\363] (from client localhost port 0)
Thanks, -- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Richard Marriner II Maingear.Net Sr. Network Consultant I.T. Consulting richard@maingear.net www.maingear.net
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
On 1/6/06, Jonathan Carpenter <jonathan.carpenter@gmail.com> wrote:
Yes, I finally found out what was causing the issue. But now I am having problems and I do not have any error messages. Now I am really lost. Here is what I get when I try to authincate:
Re-sending Access-Request of id 82 to 127.0.0.1:1812 User-Name = "test" User-Password = "\255`-(d\246\021;@\215?\325Lp\246\202" NAS-IP-Address = scooby NAS-Port = 1645 radclient: no response from server for ID 82
Nothing ever shows up on my /var/log/radius/radius.log and everytime I try to authincate the last line of radclient: no response from server for ID ? the ID # changes everytime I try. The only tables I have data in is the radcheck table is: id | username | attribute | op | value ----+----------+---------------+----+------- 1 | test | User-Password | == | test
Should I have more data in my database?
On 1/6/06, Richard Marriner II <richard@maingear.net> wrote:
Make sure you have a client config for 127.0.0.1 instead of your actual IP address in the clients.conf config file and that the secret for it is the same as your other clients..
Jonathan Carpenter wrote:
I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this?
Here is the output from my login attempt: rad_recv: Access-Reject packet from host 127.0.0.1:1645 <http://127.0.0.1:1645 >, id=184, length=20 rad_decode: Received Access-Reject packet from 127.0.0.1:1645 <http://127.0.0.1:1645> with invalid signature (err=2)! (Shared secret is incorrect.) Sending Access-Request of id 185 to 127.0.0.1:1645 < http://127.0.0.1:1645> User-Name = "chrisr" User-Password = "test1" NAS-IP-Address = scooby Here is the logs from my radius.log file: Fri Jan 6 09:11:42 2006 : Auth: Login incorrect: [chrisr/\362\354A2\317\227\374\237\273J<\300-#\373\217] (from client localhost port 0) Fri Jan 6 09:11:45 2006 : Auth: Login incorrect: [chrisr/\357U*\345\330sG\353\3417-F&\226\005\327] (from client localhost port 0) Fri Jan 6 09:11:48 2006 : Auth: Login incorrect: [chrisr/5\315\237\373\3417r\344\300J\255\363] (from client localhost port 0)
Thanks, -- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Richard Marriner II Maingear.Net Sr. Network Consultant I.T. Consulting richard@maingear.net www.maingear.net
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
-- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
On 2006-01-06 at 12:51:51 -0800, Richard Marriner II wrote (shortened):
I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this?
Here is the output from my login attempt: rad_recv: Access-Reject packet from host 127.0.0.1:1645 <http://127.0.0.1:1645>, id=184, length=20 rad_decode: Received Access-Reject packet from 127.0.0.1:1645 <http://127.0.0.1:1645> with invalid signature (err=2)! (Shared secret is incorrect.) Sending Access-Request of id 185 to 127.0.0.1:1645 <http://127.0.0.1:1645> User-Name = "chrisr" User-Password = "test1" NAS-IP-Address = scooby Here is the logs from my radius.log file: Fri Jan 6 09:11:42 2006 : Auth: Login incorrect: [chrisr/\362\354A2\317\227\374\237\273J<\300-#\373\217] (from client localhost port 0) Fri Jan 6 09:11:45 2006 : Auth: Login incorrect: [chrisr/\357U*\345\330sG\353\3417-F&\226\005\327] (from client localhost port 0) Fri Jan 6 09:11:48 2006 : Auth: Login incorrect: [chrisr/5\315\237\373\3417r\344\300J\255\363] (from client localhost port 0)
just to make sure: Which version of FreeRadius do you use on which platform? Wolfgang
Fedora 4, freeradius 1.0.4 On 1/6/06, Wolfgang Rosenauer <stark@suse.de> wrote:
On 2006-01-06 at 12:51:51 -0800, Richard Marriner II wrote (shortened):
I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this?
Here is the output from my login attempt: rad_recv: Access-Reject packet from host 127.0.0.1:1645 <http://127.0.0.1:1645>, id=184, length=20 rad_decode: Received Access-Reject packet from 127.0.0.1:1645 <http://127.0.0.1:1645> with invalid signature (err=2)! (Shared secret is incorrect.) Sending Access-Request of id 185 to 127.0.0.1:1645 < http://127.0.0.1:1645> User-Name = "chrisr" User-Password = "test1" NAS-IP-Address = scooby Here is the logs from my radius.log file: Fri Jan 6 09:11:42 2006 : Auth: Login incorrect: [chrisr/\362\354A2\317\227\374\237\273J<\300-#\373\217] (from client localhost port 0) Fri Jan 6 09:11:45 2006 : Auth: Login incorrect: [chrisr/\357U*\345\330sG\353\3417-F&\226\005\327] (from client localhost port 0) Fri Jan 6 09:11:48 2006 : Auth: Login incorrect: [chrisr/5\315\237\373\3417r\344\300J\255\363] (from client localhost port 0)
just to make sure: Which version of FreeRadius do you use on which platform?
Wolfgang
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Jonathan Carpenter Linux System Administrator Windows System Administrator <The Unix Geek>
Jonathan Carpenter <jonathan.carpenter@gmail.com> wrote:
I have setup freeradius to authincate against my postgresql database. But I am getting odd errors about my secrets. They are the same every where. Can someone help me out with this?
Fix the shared secret? What part of that error message is unclear?
Here is the logs from my radius.log file:
<sigh> I guess it's impossible to use debug mode. Alan DeKok.
participants (4)
-
Alan DeKok -
Jonathan Carpenter -
Richard Marriner II -
Wolfgang Rosenauer