Para corrigir o problema, tive que comentar client localhost {
e ipaddr = 127.0.0.1
em /etc/freeradius/clients.conf
.
Comente o seguinte
#client localhost {
# Allowed values are:
# dotted quad (1.2.3.4)
# hostname (radius.example.com)
# ipaddr = 127.0.0.1
# OR, you can use an IPv6 address, but not both
# at the same time.
# ipv6addr = :: # any. ::1 == localhost
e, em seguida, adicione
client openwrt {
ipaddr = 192.168.2.1
secret = testing123
require_message_authenticator = yes
Permitir porta 1812
e 1813
sudo ufw allow 1812
sudo ufw allow 1813