On Mar 17, 2020, at 9:27 PM, Farrell, Jolene <Jolene.Farrell@team.telstra.com> wrote:
Thanks heaps and sorry about the images. The errors I received in plain text when running radiusd -X were as follows.
First error: Failed opening auth interface eth0 address :: port 1812 bound to server default: Address family not supported by protocol /etc/raddb/sites-enabled/default[234]: Error binding to port for :: port 1812
If "eth0" doesn't have IPv6 enabled, then the server shouldn't listen on IPv6 addresses. Just delete that "listen" section which uses "::"
Second error: Ignoring request to acct address * port 1813 bound to server default from unknown client XXX.XX.XXX.XXX port 41510 proto udp
Add a client definition to the clients.conf file. That file contains extensive documentation. Alan DeKok.