wiki:GhostInstrumentLogPages

Version 1 (modified by AndyVick, 9 years ago) ( diff )

--

GHOST Instrument log pages

Web proxies

You can get to the outside world from atcghost1 (or any other machine on the private network) via the proxy on ghosts2. The proxy is running on ghosts2:8888 (which is 169.254.0.200:8888 on the private network). You can

  • Set the proxy in your web-browser to be 169.254.0.200 port 8888 for http:, https:, ftp: etc. Just remember to make 169.254.x.x a non proxied connection!
  • Set the proxy for SVN. Go to /etc/subversion/servers and set
    http-proxy-host = 169.254.0.200
    http-proxy-port = 8888
    
  • Set the proxy for apt-get (easiest to do from the shell). Add this to your .bashrc;
    http_proxy=http://169.254.0.200:8888
    export http_proxy
    
Note: See TracWiki for help on using the wiki.