Changes between Version 1 and Version 2 of Webdev/Archive/www.clarin.eu


Ignore:
Timestamp:
10/09/15 12:48:40 (9 years ago)
Author:
Sander Maijers
Comment:

Clean up, add SOCKS proxy advice

Legend:

Unmodified
Added
Removed
Modified
  • Webdev/Archive/www.clarin.eu

    v1 v2  
    1 Clarin ERIC server, hosted at Utrecht University
     1Hosted at Utrecht University.
    22
    3 sysadmin: Bas van der Veen, ​webmaster@clarin.eu
     3Responsible: Bas van der Veen <bas.van.der.veen@meertens.knaw.nl> (content, development), ​webmaster@clarin.eu (content)
    44
    5 creation of new users, content and other admin tasks: dieter@clarin.eu
     5Server/OS/configuration maintenance: ICT & Media <ictenmedia@uu.nl>
    66
    7 more info: https://www.clarin.eu/content/about-clarin
     7Managing users, content and other Drupal admin tasks: drupaladmin@clarin.eu
     8
     9More info: https://www.clarin.eu/content/about-clarin
     10
     11= Viewing the staging website https://tst.clarin.eu
     12
     13In your OpenSSH client configuration, add the line:
     14{{{
     15DynamicForward 1080
     16}}}
     17under the relevant section specific to vz07-clarin-eu.im.hum.uu.nl, e.g.:
     18{{{
     19Match originalhost clarin-ssh,vz07-clarin-eu,dev-clarin-eu
     20    IdentityFile "%d/.ssh/myname@uu.nl"
     21    User myname
     22
     23Match originalhost clarin-ssh
     24    HostName clarin-ssh.hum.uu.nl
     25
     26Match originalhost dev-clarin-eu
     27    HostName dev-clarin-eu.hum.uu.nl
     28
     29Match originalhost vz07-clarin-eu
     30    HostName vz07-clarin-eu.im.hum.uu.nl
     31    DynamicForward 1080
     32}}}
     33
     34You now have a SOCKS proxy running that listens on the loopback network interface (localhost), which passes incoming TCP connections on to vz07-clarin-eu.im.hum.uu.nl. Next, set up a web browser that passes all HTTP requests through this proxy:
     35  * [Chrome https://www.chromium.org/developers/design-documents/network-stack/socks-proxy].
     36  * [Firefox https://support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox#w_network-tab].
     37  * [Safari https://support.apple.com/kb/PH18553?locale=en_US]
     38 
     39You can use 'show my IP address' websites to find out whether your IP is now that of vz07-clarin-eu.im.hum.uu.nl. If so, you can now visit https://tst.clarin.eu