I have already established in the clients.conf key "testing123" both the localhost and the AP. Stefan Paetow and sending the debug 2015-06-22 8:36 GMT-05:00 Stefan Paetow <Stefan.Paetow@jisc.ac.uk>:
"testing123" key both localhost as the AP, and when restarting the service (service freeradius restart). the radtest works, locally (localhost), but not the accesspoint (192.168.0.1).
Even if you've set the AP's secret to 'testing123', you have to also do it in the clients.conf entry for the AP. So in clients.conf, you have to update this entry:
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123
Change the secret there from 123 to testing123, then restart FreeRADIUS.
Also, your AP may not be sending a Message-Authenticator attribute, which you got around in the 'client localhost' entry by adding 'require_message_authenticator = no' (see below, directly quoted from your email):
client localhost { ipaddr = 127.0.0.1 secret = 123 require_message_authenticator = no
}
Your AP entry does not contain that, so if your AP is not sending a Message-Authenticator attribute, RADIUS will ignore your AP's request too.
Can you send us a debug log of ONE request from localhost (127.0.0.1) and ONE request from your AP with the configuration you have right now?
Don't mess with the configuration, just do a debug log (all the way from the beginning so we can see what the configuration is at that moment).
Thanks! :-)
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html