| | 79 | |
| | 80 | == Remotely accessing czarpages == |
| | 81 | Access 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 | {{{ |
| | 85 | ssh -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 | |