Author Topic: [SOLVED] Radius - Ignoring request due to unknown client  (Read 28743 times)

marga

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
[SOLVED] Radius - Ignoring request due to unknown client
« on: May 07, 2013, 08:18:28 am »
The clients are already added into radius clients list. But whenever I tried to test authentication, /var/log/freeradius/radius.log will log "Error: Ignoring request to authentication address * port 1812 from unknown client 10.0.0.8 port 32454".

I checked the /etc/freeradius/clients.conf, and it doesn't have my clients configured on GUI.
Quote
root@zentyal:/etc/freeradius# cat clients.conf
# /etc/freeradius/clients.conf

#client localhost {
#        ipaddr = 127.0.0.1
#        secret = testing123
#        nastype = other
#}

If I add the clients manually and re-start freeradius, it works fine.

Am I missing something configuring from Web UI? I'm running v3.0.20.
« Last Edit: May 07, 2013, 09:44:19 am by marga »

marga

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Radius - Ignoring request due to unknown client
« Reply #1 on: May 07, 2013, 09:43:57 am »
I'm so silly. There is a big yellow button near top right corner of the configuration page. I forgot to press it.