centos 6.8 に radiud サーバーをセットアップしました。この radiud サーバーを認証用に呼び出すスイッチがあります。スイッチの IP アドレスは 10.2.1.4 で、クライアントの構成ファイルにあります。これが私のクライアントconfファイルの一部です
client switch {
ipaddr = 10.2.1.4
secret = testing123
nastype = other
}
以下は私が得ているエラーです
... adding new socket proxy address * port 55146
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /var/run/radiusd/radiusd.sock
Listening on authentication address 127.0.0.1 port 18120 as server inner-
tunnel
Listening on proxy address * port 1814
Ready to process requests.
Ignoring request to authentication address * port 1812 from unknown client
10.2.1.4 port 1037
Ready to process requests.
誰でもここで私を助けてもらえますか?