TUHH > Service > Computer Centre > TUHH -- Rechenzentrum -- TU-LAN -- WWW-Proxy

Proxy -- the TUHH's www-cache

New

Because of the massive abuse of the university's connection to the internet we have to force the use of the proxyserver for some of our subnets. From now on, the access to the internet over the following nets is only available via proxyserver :
  • Wireless LAN (for students, adresses 134.28.142.0/24)
  • NIT apartments (adresses 134.28.69.0/24)

Configuration of the different browsers

Netscape and Mozilla

You can use the Automatic Proxy Configuration, a JavaScript which is used to choose a proxy for a given URL with user-defined rules. To use it, click on Edit -> Preferences, then go to Advanced and click the small +. Then choose Automatic Proxy Configuration under 'Proxies' and enter the following URL

http://www.tu-harburg.de/cgi-bin/proxy-conf

Then press the Reload-button once.

Mozilla

Internet Explorer

You can use the Automatic Proxy Configuration, a JavaScript which is used to choose a proxy for a given URL with user-defined rules. To use it, choose Tools and then Internet Options -> Connections and proceed to the LAN Settings menu. There you choose the Use automatic configuration script and enter the following URL in the textbox

http://www.tu-harburg.de/cgi-bin/proxy-conf

Internet Explorer

LAN settings

Lynx and Mosaic

You have to set the following three environment variables - http_proxy, ftp_proxy and gopher_proxy - to
     http://wwwcache.rz.tu-harburg.de:81/
For example users of csh and tcsh may copy the following lines to their .login file :
     setenv http_proxy http://wwwcache.rz.tu-harburg.de:81/
     setenv ftp_proxy http://wwwcache.rz.tu-harburg.de:81/
     setenv gopher_proxy http://wwwcache.rz.tu-harburg.de:81/