Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The PowerConnect Cloud agent can be configured to use a proxy server for both inputs and outputs:

Inputs

  1. Set the environment variable HTTP_INPUT_PROXY_URL to the proxy server address e.g.
    export HTTP_INPUT_PROXY_URL=http://localhost:3128

  2. Restart the PowerConnect Cloud agent
    /opt/powerconnect/bin/powerconnect.sh restart

Outputs

  1. Set the environment variable HTTP_OUTPUT_PROXY_URL to the proxy server address e.g.
    export HTTP_OUTPUT_PROXY_URL=http://localhost:3128

  2. Restart the PowerConnect Cloud agent
    /opt/powerconnect/bin/powerconnect.sh restart

  • No labels