Adding a proxy configuration to the Teldio Edge Gateway
Process to Add Proxy
- Download the configuration from the TEG by logging in to the interface and navigating to Settings/ Management and click download configuration.
- Extract the contents of the configuration file into an empty folder
- Search for the env.conf file in the extracted file folder. *If env.conf does not exist, create the file*
- Once env.conf is opened, use the following settings to set the proxy:
- NO_PROXY=localhost
HTTP_PROXY=http://proxy_server_address:port
TZ=EST5EDT - 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):
- NO_PROXY=localhost
- Save the file and rezip the folder to make a new configuration.
- Apply the new configuration to the TEG by going to the gateway interface and navigating to Settings/ Management and select Replace Configuration.
- 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.