Sunteți pe pagina 1din 3

Using Debian behind a Windows proxy https://martin.hoppenheit.info/blog/2014/using-debian-behind-windows-...

http_proxy
/etc/environment

http_proxy="http://10.10.10.10:8888";
http_proxy="http://yourname@10.10.10.10:8888";
http_proxy="http://yourname:password@10.10.10.10:8888";
http_proxy="http://yourdomain\yourname:password@10.10.10.10:8888";
http_proxy="http://yourdomain\\yourname:password@10.10.10.10:8888";
http_proxy="http://yourdomain%5Cyourname:password@10.10.10.10:8888";
http_proxy="http://yourname@yourdomain:password@10.10.10.10:8888";
http_proxy="http://yourname%40yourdomain:password@10.10.10.10:8888";
...

1 de 3 12/7/2019 18:59
Using Debian behind a Windows proxy https://martin.hoppenheit.info/blog/2014/using-debian-behind-windows-...

sudo aptitude install cntlm

/etc/cntlm.conf
Username Domain
Proxy
Proxy

Password

sudo cntlm -a NTLMv2 -H

/etc/cntlm.conf
script

Username yourname
Domain yourdomain
PassLM 4EA13780FA2739CBF9A3DB36E1842750
PassNT 50A6273195483DB741C61748AD59B302

2 de 3 12/7/2019 18:59
Using Debian behind a Windows proxy https://martin.hoppenheit.info/blog/2014/using-debian-behind-windows-...

PassNTLMv2 E9367A4B710F74B92C00684F7D38ACDE
Proxy 10.10.10.10:8888

/etc/environment

http_proxy="http://localhost:3128/";

http_proxy
http_proxy sudo -E

/etc/apt/apt.conf

Acquire::http::Proxy "http://localhost:3128/";

~/.proxychains
/etc/proxychains

http localhost 3128

proxychains programname [arguments]

3 de 3 12/7/2019 18:59

S-ar putea să vă placă și