You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
We are announcing the retirement of the Helpdesk Pilot on-premise Helpdesk. Support and update would be discontinued as of June 30, 2019. Existing customers can migrate to our cloud edition - HappyFox.com.
Home > How Tos > Setting up Proxy server in Helpdesk Pilot Virtual Machine
Setting up Proxy server in Helpdesk Pilot Virtual Machine
print icon

Setting Proxy on HDP Virtual Machine (VM)

 

In the event that your network requires a proxy server to be set up for connection to the internet, the same needs to be set up in the Helpdesk Pilot VM too. Without this, the initialization or upgrades for Helpdesk Pilot will not work.

 

To do this,

  • In the Helpdesk Pilot VM console, login as superuser
  • Type nano ~/.profile
  • Add this line to the bottom of the file export http_proxy=http://domain\username:password@IP:port, with the correct values for domain, username, password and port, as per your network settings. Note: You might have to escape characters like ' or \ by adding another backslash before it.
  • We recommend you add this line too, for https_proxy - export https_proxy=$http_proxy
  • Once this is done, save the file by pressing Ctrl+x followed by 'y' and 'Enter'
  • The same needs to be done for the .profle file for hdp user too. You can do this by logging in as 'hdp' user in step 1 and following the same steps then
  • Type Ctrl+d to quit the session

Testing the proxy settings

 

  • Login to the VM as superuser
  • Type wget http://helpdeskpilot.net. If the proxy settings are correct, this command should download a file called index.html and save it in the current location
  • If not, please verify the details you have given in the http_proxy command above

 

Feedback
0 out of 3 found this helpful

scroll to top icon