Changes between Version 8 and Version 9 of Webdev/Archive/www.clarin.eu


Ignore:
Timestamp:
11/11/15 10:34:35 (9 years ago)
Author:
Dieter Van Uytvanck
Comment:

--

Legend:

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

    v8 v9  
    1 Hosted at Utrecht University.
     1= www.clarin.eu =
    22
    3 Responsible: Bas van der Veen <bas.van.der.veen@meertens.knaw.nl> (content, development), ​webmaster@clarin.eu (content)
    4 
    5 Server/OS/configuration maintenance: ICT & Media <ictenmedia@uu.nl>
    6 
    7 Managing users, content and other Drupal admin tasks: drupaladmin@clarin.eu
    8 
    9 More info: https://www.clarin.eu/content/about-clarin
    10 
    11 = Viewing the staging website https://tst.clarin.eu
    12 
    13 https://tst.clarin.eu is shielded from outside connections in the Apache httpd configuration.
    14 
    15 In your OpenSSH client configuration (at {{{~/.ssh/config}}}), add the line:
    16 {{{
    17 DynamicForward 1080
    18 }}}
    19 under the relevant section specific to vz07-clarin-eu.im.hum.uu.nl, e.g.:
    20 {{{
    21 Match originalhost clarin-ssh,vz07-clarin-eu,dev-clarin-eu
    22     IdentityFile "%d/.ssh/myname@uu.nl"
    23     User myname
    24 
    25 Match originalhost clarin-ssh
    26     HostName clarin-ssh.hum.uu.nl
    27 
    28 Match originalhost dev-clarin-eu
    29     HostName dev-clarin-eu.hum.uu.nl
    30 
    31 Match originalhost vz07-clarin-eu
    32     HostName vz07-clarin-eu.im.hum.uu.nl
    33     DynamicForward 1080
    34 }}}
    35 
    36 Start an SSH connection to vz07-clarin-eu, e.g. given the above configuration, issue {{{ ssh vz07-clarin-eu }}}. You 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 (address: localhost, port: 1080):
    37   * [https://www.chromium.org/developers/design-documents/network-stack/socks-proxy Chrome].
    38   * [https://support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox#w_network-tab Firefox].
    39   * [https://support.apple.com/kb/PH18553?locale=en_US Safari]
    40  
    41 You 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 without an HTTP 403 Forbidden error response.
    42 
    43 Of course, don't forget to uncheck/disable the web browser proxy settings after you're done.
     3See also: tst.clarin.eu, vz07-clarin-eu.im.hum.uu.nl