Adding a TEG Proxy Configuration

Adding a proxy configuration to the Teldio Edge Gateway

Process to Add Proxy

  1. Download the configuration from the TEG by logging in to the interface and navigating to Settings/ Management and click download configuration.
  2. Extract the contents of the configuration file into an empty folder
  3. Search for the env.conf file in the extracted file folder. *If env.conf does not exist, create the file*
  4. Once env.conf is opened, use the following settings to set the proxy:
    1. NO_PROXY=localhost
      HTTP_PROXY=http://proxy_server_address:port
      TZ=EST5EDT
    2. The file should look like this before saving (replace proxy_server_address:port with the actual IP address or URL and port for the proxy server):
  5. Save the file and rezip the folder to make a new configuration.
  6. Apply the new configuration to the TEG by going to the gateway interface and navigating to Settings/ Management and select Replace Configuration.
  7. The TEG will automatically set the environment proxy settings and connect using those settings.

Proxy with Username and Password

To add a username and password to your proxy configuration, open the env.conf file and replace the HTTP_PROXY line with the following:

HTTP_PROXY=http://username:password@proxy_server_address:port

Save the file to the configuration folder, rezip it and create a new configuration file to upload to the TEG following step 6 above.