web-dev-qa-db-ja.com

radiusclientコマンドについて

Freeradiusサーバー2.1.12とfreeradiusクライアント1.1.6を別の仮想マシン(redhat linux)にインストールし、実行中の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
Harman

次のコマンドを使用できます。

radiusclient -f /usr/local/etc/radiusclient/radiusclient.conf -p 1812 User-Name=steve Password=testing
2
liangliang

RADIUSサーバーのインストールと構成を確認しようとしている場合は、radtestradclientなどのRADIUSクライアントを使用するだけで十分です。

特にradiusclientでテストする必要がありますか?私は以前にこのツールを試したことがありません。使い方の例を見つけておくといいと思います。

2
Khaled