troubleshooting Freeradius and Daloradius
process | |
---|---|
ps -ef | grep radius | |
freeradius me@server01:~$ ps -ef | grep radius freerad 2044 1946 0 05:57 pts/0 00:00:00 /usr/sbin/freeradius -X | |
port listening | |
netstat -tlnp If needed install:Â Â sudo apt install net-tools | |
ports me@server01:~$ netstat -tlnp (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN - | |
Does not start | |
systemctl status freeradius.service systemctl start freeradius.service journalctl -xe | |
problem | if needed:Â Â Â Â systemctl stop freeradius.service freeradius -XÂ Â ( for troubleshooting ) >>>>> Duplicate NASÂ |
remove one NAS with the same name systemctl start freeradius.service | |
Test with NTRadping | |