Radius Server Agent Preparations
If you want to ensure that a specific IP address is used for the Radius Server agent, you must set the property mz.radius.server.host
 in the execution container:
$ mzsh topo set topo://container:<container name>/pico:<ec name>/val:config.properties.mz.radius.server.host <host address or name>
For this change to take effect, you must restart the EC after setting this property.
If this property is not set, the agent will listen on the host set in the property pico.rcp.server.host
 in the container.conf
.
If the property pico.rcp.server.host
 is not set in the container.conf
, the agent listen on all interfaces.