Troubleshooting when the Local RADIUS server running on an Azure container instance becomes dormant
In this topic, you will find guidance to diagnose and resolve a situation where the Portnox™ Local RADIUS container on an Azure container instance (ACI) enters a dormant state. This problem is usually caused by DNS or networking issues within Azure or your network environment.
The Local RADIUS server can become dormant if the Azure instance stops running or if it cannot communicate with the Portnox Cloud back-end service. Example errors you may see in the Docker logs include:
curl == Info: Could not resolve host: radius.portnox.com
return code: '6', http code: '0'
In some cases, a timeout may occur:
return code: '28', http code: '0'
These issues usually originate from Azure’s infrastructure rather than the container or Portnox Cloud. To identify the root cause, examine the container logs carefully.
Additional notes:
-
The Portnox container operates entirely at the application level.
-
Azure manages all DNS, routing, and networking.
-
The container does not modify or manage the underlying infrastructure.
-
Even when multiple container instances share the same subnet, isolated network faults can occur at the host node level.
