<div dir="ltr">Thanks Arran,<div><br></div><div>I had it in the clients.conf file but took a close look at it and noticed the keyword "client" in front of the ip address was missing.</div><div><br></div><div><br>
</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jan 26, 2014 at 9:17 PM, Arran Cudbard-Bell <span dir="ltr"><<a href="mailto:a.cudbardb@freeradius.org" target="_blank">a.cudbardb@freeradius.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 27 Jan 2014, at 01:23, Winston McDowell <<a href="mailto:winston.mcd99@gmail.com">winston.mcd99@gmail.com</a>> wrote:<br>
<br>
> I tried setting up freeradius with mysql based on the information from the wiki site.<br>
><br>
> I can run radtest from the command line and authenticate a user in the database.<br>
><br>
> Every attempt via wifi generates the error "Ignoring requests to authentication address * port 1812 from unknown client 192.168.226.248 port 58245"<br>
<br>
</div>* Ignoring (which in this case also means discarding)<br>
* Requests (most likely RADIUS requests as this is a RADIUS server)<br>
* to authentication address * (i.e. the address the server expects to receive authentication requests on, the * in this case is a wildcard, meaning all local IP addresses are authentication addresses)<br>
* port 1812 (the port the server is listening on)<br>
* unknown client (means the server doesn't recognise the client)<br>
* 192.168.226.248 (the IP address of the unknown client)<br>
* port 58245 (the src port of the packet from the unknown client).<br>
<br>
So we know the server is discarding requests on it's authentication interface, from unknown clients. Would it help if I told you the fact that the client is unknown is not a coincidence? In fact there is a direct causal relationship here. I know it might not be obvious from reading the message, but the reason why the server is ignoring the request is precisely because of the client's 'unknownness'.<br>

<br>
Would defining extra users help? Probably not, as they're users, not clients. Clients in this case being NAS (Network Access Servers), the things that act as intermediaries between the users and the RADIUS servers.<br>

<br>
What you need to do to make this work is to inform the server of the clients existence and thus authorize it to communicate with the server.<br>
<br>
There are a few ways to do that, but the simplest is probably adding an entry in raddb/clients.conf.<br>
<br>
Arran Cudbard-Bell <<a href="mailto:a.cudbardb@freeradius.org">a.cudbardb@freeradius.org</a>><br>
FreeRADIUS Development Team<br>
<br>
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2<br>
<br>
<br>-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br></div>