Hello I'm in trouble using chillispot with freeradius on ubuntu 11.04 server freeradius works well with a LDAP backend but when I start chillispot I get that kind of error messages, the shared secret is OK on both sides as it is a testing install I haven't touch the famous "testing123" Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 56851, id=0, length=162 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. rad_recv: Access-Request packet from host 127.0.0.1 port 56851, id=1, length=162 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Thank you for any idea ...
Frank Bonnet wrote:
freeradius works well with a LDAP backend but when I start chillispot I get that kind of error messages, the shared secret is OK on both sides
Well.. it's not.
as it is a testing install I haven't touch the famous "testing123"
Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 56851, id=0, length=162 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response.
That's pretty definitive.
Thank you for any idea ...
(a) a software bug (b) keyboard problem
Hello Alan, Is it bug on freeradius v2? I got the chillispot working with freeradius 1.7 then and still tested same recently but v2 of radius give same error while v1 work seamlessly. I compiled this on centos 5.6. Thank you. On 8/29/11, Alan DeKok <aland@deployingradius.com> wrote:
Frank Bonnet wrote:
freeradius works well with a LDAP backend but when I start chillispot I get that kind of error messages, the shared secret is OK on both sides
Well.. it's not.
as it is a testing install I haven't touch the famous "testing123"
Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 56851, id=0, length=162 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response.
That's pretty definitive.
Thank you for any idea ...
(a) a software bug (b) keyboard problem - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Sent from my mobile device
On 30 Aug 2011, at 07:21, Goke M Aruna wrote:
Hello Alan, Is it bug on freeradius v2? I got the chillispot working with freeradius 1.7 then and still tested same recently but v2 of radius give same error while v1 work seamlessly. I compiled this on centos 5.6.
There's a dissector in Wireshark which you can use to decode RADIUS packets, IIRC it lets you specify a shared secret. Please verify that wireshark can decrypt the User-Password attribute in the request (assuming you're doing PAP), if it can't then the problem is with chillispot, if it can then the problem is with your FreeRADIUS config. It is *HIGHLY* unlikely that this basic functionality is broken in v2 because of the widespread deployment of FreeRADIUS. -Arran Arran Cudbard-Bell a.cudbardb@freeradius.org RADIUS - Half the complexity of Diameter
Goke M Aruna wrote:
Is it bug on freeradius v2?
No.
I got the chillispot working with freeradius 1.7 then and still tested same recently but v2 of radius give same error while v1 work seamlessly. I compiled this on centos 5.6.
You mistyped the shared secret. Alan DeKok.
Hi Allan, Mistyped shared-secret? How can I confirm that? Thank you. On 8/31/11, Alan DeKok <aland@deployingradius.com> wrote:
Goke M Aruna wrote:
Is it bug on freeradius v2?
No.
I got the chillispot working with freeradius 1.7 then and still tested same recently but v2 of radius give same error while v1 work seamlessly. I compiled this on centos 5.6.
You mistyped the shared secret.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Sent from my mobile device
Try in localhost to see if work. radtest testuser passwd localhost 1812 test123 if (in locahost) dont work then (change the share passwd to only numbers to see if the system works and try again) radtest testuser passwd localhost 1812 123456 if (works) then (try with a laptop in the same network) radtest testuser passwd 192.168.182.1 1812 test123 if (dont work) then (see the client file to see whats wrong with the sharepass) El lun, 29-08-2011 a las 18:06 -0400, Alan DeKok escribió:
Frank Bonnet wrote:
freeradius works well with a LDAP backend but when I start chillispot I get that kind of error messages, the shared secret is OK on both sides
Well.. it's not.
as it is a testing install I haven't touch the famous "testing123"
Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 56851, id=0, length=162 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response.
That's pretty definitive.
Thank you for any idea ...
(a) a software bug (b) keyboard problem - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (6)
-
Aceror -
Alan DeKok -
Arran Cudbard-Bell -
EasyHorpak.com -
Frank Bonnet -
Goke M Aruna