понедельник, 14 января 2019 г.

Кратко по cntlmd на Центе .

1) Download cntlm rpm package from http://sourceforge.net/projects/cntlm/files/cntlm/
2) Login as root
3) Run command:
$ rpm -ivh cntlm-*.rpm
4a) Obtain password hash for the configuration file in step 4b (do not put plaintext password in configuration)
$ cntlm -H -d <domain> -u <username>
4b) Configure CNTLM:
$ vi /etc/cntlm.conf
5) Export proxy settings:
$ vi ~/.bashrc
export http_proxy=http://localhost:3128
export https_proxy=${http_proxy}
export ftp_proxy=${http_proxy}
6) Run command:
$ . ~/.bashrc
7) Enable CNTLM to start automatically:
$ chkconfig cntlmd on
          $ service cntlmd start

Комментариев нет:

Отправить комментарий