安装freeradius后,执行 radiusd -X 经常出现问题:Failed binding to authentication address *port 1812: Address already in use
/usr/local/etc/raddb/radius.conf[240]: Error binding to port for 0.0.0.0 port 1812
/usr/local/etc/raddb/radius.conf[240]: Error binding to port for 0.0.0.0 port 1812
从网上搜索后,发现是端口1812的问题
运行 : lsof -i :1812 发现该端口是被radius占用的,直接kill 【pid】 杀掉进程
然后执行radiusd -X 就解决问题了