Hprc banner tamu.png

Difference between revisions of "SW:WebProxy"

From TAMU HPRC
Jump to: navigation, search
(new page)
 
m
Line 23: Line 23:
  
 
You can enable web proxy for Firefox by following [https://support.mozilla.org/en-US/kb/connection-settings-firefox instruction] and provide the IP/port for both HTTP and HTTPS proxies.  For Terra, use 10.76.5.24 and port 8080.  For Ada, use IP 10.72.2.7 and port 18080.
 
You can enable web proxy for Firefox by following [https://support.mozilla.org/en-US/kb/connection-settings-firefox instruction] and provide the IP/port for both HTTP and HTTPS proxies.  For Terra, use 10.76.5.24 and port 8080.  For Ada, use IP 10.72.2.7 and port 18080.
 +
 +
[[Category:Software]]

Revision as of 12:31, 5 October 2020

Web Proxy

Ada and Terra compute nodes do not have access to internet. You can enable web proxy when you run interactive jobs on the compute nodes, by configuration environment variables, http_proxy and https_proxy.


Set up environment variables

To enable web proxy, run these two lines before starting your interactive programs on Terra.

export http_proxy=10.76.5.24:8080
export https_proxy=10.76.5.24:8080

On Ada, run these two lines before starting interactive programs.

export http_proxy=10.72.2.7:18080
export https_proxy=10.72.2.7:18080


Set up proxy in the browser

You can enable web proxy for Firefox by following instruction and provide the IP/port for both HTTP and HTTPS proxies. For Terra, use 10.76.5.24 and port 8080. For Ada, use IP 10.72.2.7 and port 18080.