MNNIT Proxy Settings

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:

For Android:

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

For GNU/Linux, permanent solution:

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:

Follow link.

List of proxies available:

List of proxies available


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