Changes between Initial Version and Version 1 of GhostInstrumentLogPages


Ignore:
Timestamp:
Nov 20, 2014 11:33:33 AM (9 years ago)
Author:
AndyVick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GhostInstrumentLogPages

    v1 v1  
     1= GHOST Instrument log pages =
     2
     3= Web proxies =
     4
     5You '''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
     6   * 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!
     7   * Set the proxy for SVN. Go to /etc/subversion/servers and set
     8{{{   
     9http-proxy-host = 169.254.0.200
     10http-proxy-port = 8888
     11}}}
     12   * Set the proxy for apt-get (easiest to do from the shell). Add this to your .bashrc;
     13{{{
     14http_proxy=http://169.254.0.200:8888
     15export http_proxy
     16}}}