Radiusd сервер не обслуживает запрос
Я настроил сервер radiud на centos 6.8, и у меня есть переключатель, который я хочу назвать этим сервером радиуса для аутентификации. IP-адрес коммутатора 10.2.1.4, который есть в файле конфигурации клиентов. Вот часть моего клиентского файла conf
client switch {
ipaddr = 10.2.1.4
secret = testing123
nastype = other
}
Ниже ошибка, которую я получаю
... adding new socket proxy address * port 55146
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /var/run/radiusd/radiusd.sock
Listening on authentication address 127.0.0.1 port 18120 as server inner-
tunnel
Listening on proxy address * port 1814
Ready to process requests.
Ignoring request to authentication address * port 1812 from unknown client
10.2.1.4 port 1037
Ready to process requests.
Может кто-нибудь помочь мне здесь?