This section provides the steps to clear the Proxy settings in the system.

Login to the TCA Airgap Appliance using SSH admin account then switch to root with su to use agctl command.

Procedure

  1. Edit /usr/local/airgap/scripts/vars/user-inputs.yml using the following command:
    vi /usr/local/airgap/scripts/vars/user-inputs.yml
  2. Update enable_proxy setting to False.
    enable_proxy: False
  3. Save and run agctl deploy command to apply the settings.

    Log out the console then log in again to ensure your shell takes the latest proxy environment variable.