Hosted at Utrecht University. Responsible: Bas van der Veen (content, development), ​webmaster@clarin.eu (content) Server/OS/configuration maintenance: ICT & Media Managing users, content and other Drupal admin tasks: drupaladmin@clarin.eu More info: https://www.clarin.eu/content/about-clarin = Viewing the staging website https://tst.clarin.eu https://tst.clarin.eu is shielded from outside connections in the Apache httpd configuration. In your OpenSSH client configuration, add the line: {{{ DynamicForward 1080 }}} under the relevant section specific to vz07-clarin-eu.im.hum.uu.nl, e.g.: {{{ Match originalhost clarin-ssh,vz07-clarin-eu,dev-clarin-eu IdentityFile "%d/.ssh/myname@uu.nl" User myname Match originalhost clarin-ssh HostName clarin-ssh.hum.uu.nl Match originalhost dev-clarin-eu HostName dev-clarin-eu.hum.uu.nl Match originalhost vz07-clarin-eu HostName vz07-clarin-eu.im.hum.uu.nl DynamicForward 1080 }}} 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): * [https://www.chromium.org/developers/design-documents/network-stack/socks-proxy Chrome]. * [https://support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox#w_network-tab Firefox]. * [https://support.apple.com/kb/PH18553?locale=en_US Safari] 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.