Configure NTU Proxy in Linux
All outbound http (note that: https is not monitored) traffic from NTU are censored/monitored by an NTU proxy, you need to configure the proxy server as follows:
- Console
You need to set the http_proxy environment variable by typing:
export http_proxy=http://proxy.ntu.edu.sg:8080
Include the above line in your "~/.bashrc" startup file for automatic configuration
- GUI
Just go to your web browser to configure the automatic proxy
http://www.ntu.edu.sg/proxy.pac
Alternatively, you can specify a manual proxy:
Proxy: http://proxy.ntu.edu.sg Port: 8080

