IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 190 and Version 191 of Processing


Ignore:
Timestamp:
Nov 11, 2013, 9:25:24 PM (13 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v190 v191  
    7777ipp@ippc11:/home/panstarrs/ipp/src/ippMonitor/czartool>./roboczar.pl
    7878}}}
     79
     80== Remotely accessing czarpages ==
     81Access to the ippmonitor pages is restricted but can be accessed from external systems using a SOCKS proxy to an authorized machine. Various extensions for firefox/chrome exist to manage this easier than globally setting in the browser, one regularly used is foxyproxy on firefox.
     82
     83 * setup ssh tunnel to allowed machine on a particular port (here 9999)
     84{{{
     85ssh -D 9999 -f -C -q -N user@hostname
     86}}}
     87 * depending on browser extension, configuration will vary but set to use SOCKSv5, host localhost, port 9999 (or which ever port chosen)
     88 
    7989
    8090= Getting started and checking processing status =