我已经在不同的虚拟机(redhat linux)上安装了 freeradius 服务器 2.1.12 和 freeradius 客户端 1.1.6,并使用正在运行的 radtest 测试了服务器。我已经建立了客户端和服务器之间的连接,并使用 radlogin 测试了连接,它也运行正常,但问题出在命令上
[root@localhost ~]# radiusclient -f radiusclient.conf -p 1812 -a User-Name = testing -a Password = password -a Secret = testing123
error opening radius configuration file
[root@localhost ~]#
或者
[root@localhost ~]# radiusclient -f /etc/radiusclient/radiusclient.conf -p 1812 -a User-Name = testing -a Password = password -a Secret = testing123
Segmentation fault
答案1
如果您尝试检查 radius 服务器的安装和配置,使用任何 radius 客户端(如radtest
或 )就足够了radclient
。
您需要专门用 进行测试吗radiusclient
?我以前没有尝试过这个工具。我认为找到一个如何使用它的示例是个好主意。
答案2
您可以使用以下命令:
radiusclient -f /usr/local/etc/radiusclient/radiusclient.conf -p 1812 User-Name=steve Password=testing