RADIUSプロキシ

一般的なRADIUSプロキシの問題をトラブルシューティングする方法を学習します。

/sbin/service idcs_radiusが停止される

/sbin/service idcs_radiusdのステータスが停止済であることがわかる場合は、次のステップを実行します。

  1. 次のPythonコマンドを使用して、RADIUSエージェントが実行中であることを確認します:<radius_proxy_installer_location>/oracle_radius_proxy/radius_agent/scripts/src/radius_agent.py status
  2. ステータスが「実行中」である場合、次の場所にあるエージェント・ログを確認します: <radius_proxy_installer_location>/oracle_radius_proxy/radius_agent/logs/agent.log
  3. RADIUSプロキシ・ログ(<radius_proxy_installer_location>/oracle_radius_proxy/radius_proxy/log/radius_proxy.log)に次の例外が表示される場合は、RADIUSプロキシ・リスナーのホスト・エントリが正しいことを確認してください: Exception in thread "main" java.net.BindException: Cannot assign requested address at sun.nio.ch.Net.bind0(Native Method)