MNNIT Proxy Settings

Basic Instructions

Proxy configuration

apt - default package manager on most debian based distros

Proxy configuration for apt is written in the following file

/etc/apt/apt.conf

To configure apt proxy:

pacman - default package manager on Arch based distros

pacman uses the terminal environment varialbles for proxy configurations.

yum - default package manager for CentOS, RHEL etc.

Proxy configuration for yum can be done through /etc/yum.conf

Configuring proxy on the terminal

To configure proxy on the terminal:

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/"