/proxy-settings

List of methods of applying proxy settings for MNNIT internet

Primary LanguageHTML

MNNIT College internet proxy settings

In the below listed steps you can replace "172.31.102.29" with the proxy of your choice (based on speed/availability).

For Windows:

  • Add proxy in system proxy settings [Settings > Network & Internet > Proxy].
  • Use one of the following:
  • In Command Prompt, for temporary proxy settings:
    set http_proxy=http://edcguest:edcguest@172.31.102.29:3128
    set https_proxy=http://edcguest:edcguest@172.31.102.29:3128
  • For LAN Configuration Settings, follow this.

For Android:

Use any one of these and enter appropriate settings in them:

For GNU/Linux, permanent solution:

  • Enter proxy port info in System network settings, only web browsers will work. (not needed if you are using the following script).

    and;

  • Use these scripts. Read the README present at the link.

For Linux/Mac terminal, temporary solution:

Run these:

export http_proxy="http://edcguest:edcguest@172.31.102.29:3128"
export https_proxy="http://edcguest:edcguest@172.31.102.29:3128"
export ftp_proxy="http://edcguest:edcguest@172.31.102.29:3128"

export HTTP_PROXY="http://edcguest:edcguest@172.31.102.29:3128"
export HTTPS_PROXY="http://edcguest:edcguest@172.31.102.29:3128"
export FTP_PROXY="http://edcguest:edcguest@172.31.102.29:3128"

(Uppercases ones are optional, sometimes lowercases ones don't work). Read answers to this Stackoverflow question.

You can also add these 6 lines to your ~/.bashrc (or ~.zshrc if using zsh) or ~/.profile so that these are exported every time you open a terminal.

For MacOS:

Try this and this.

For Android Studio (Gradle):

Follow link.

For Git:

Follow link.

For NPM:

  • Applying Proxy:

    npm config set proxy http://edcguest:edcguest@172.31.102.29:3128
    npm config set https-proxy http://edcguest:edcguest@172.31.102.29:3128
  • Removing Proxy:

    npm config rm proxy
    npm config rm https-proxy

For Docker

Follow link.

List of proxies available:

List of proxies available


Have a suggestion? Create a GitHub issue or contact CC Coordinators!