Questions tagged [cntlm]
8 questions
4
votes
2 answers
How to get CNTLM gateway logs?
I have CNTLM with gateway enabled running in a Linux machine. Many other machines on the same network are configured to use this as proxy.
I searched for cntlm.log in Ubuntu and couldn't find such a file.
How could, I see the logs of all the…
Rohith K D
- 141
- 1
- 1
- 6
3
votes
0 answers
Unable to configure CNTLM
I am setting up a proxy server on my linux system using CNTLM. I have edited the cntlm.conf file and made the following changes-
#
# Cntlm Authentication Proxy Configuration
#
# NOTE: all values are parsed literally, do NOT escape spaces,
# do…
Backspace
- 31
- 1
- 2
1
vote
0 answers
NoProxy only for main domain - cntlm
I am running Ubuntu in a corporate firewall with cntlm.
For working with my local dev sites I have to insert then into the NoProxy like so *.local.
I have a problem with a site that I running locally and, almost every call to the server, calls…
shemaya
- 11
- 2
1
vote
1 answer
Vagrant behind NTLM proxy on windows - guest unable to connect to the host proxy
I'm on a Windows machine behind a corporate NTLM proxy and I need to vagrant up a VM from the given Vagrantfile.
I've read a few things on this topic:
http://runefs.com/2014/11/28/setting-up-vagrant-behind-a-corporate-proxy/
VirtualBox: How to set…
lexicore
- 221
- 3
- 9
1
vote
1 answer
Cntlm error: too many open files
As the title says i have got some issues with Cntlm. I'm working with the 0.92.3 version and launched from the source code. What i am trying to do is starting Cntlm as a standalone proxy with localhost configuration, to browse internet and launch…
Basionkler
- 11
- 1
- 4
1
vote
0 answers
Configure Cntlm to use no proxy if none are available in 2021
Found an old question (8 years ago) about this re: cntlm - and the answer was it's "on the roadmap" - so wondering if anyone has driven there yet?
The problem is simple - on a corporate machine. When I connect to the vpn - I have to use the…
Darren Oakey
- 111
- 2
0
votes
0 answers
Cntlm installed on RHEL 7 and started, but it doesn't seem to listen
I have Cntlm installed on RHEL 7.9 from an .rpm file. After configuring it I tried it out with:
curl --proxy http://127.0.0.1:3128 http://google.com
and I get the error "curl: (7) Failed connect to 127.0.0.1:3128; Connection refused" back.
How can…
halloleo
- 121
- 6
0
votes
0 answers
Internet access through SSH SOCKS5 proxy and CNTLM on the target
I have a Windows machine with remote access to a Debian machine for development. Both are behind a corporate proxy. On the Debian side cntlm is configured with authentication and used automatically via the http_proxy env vars.
Further, the Debian…
BVilla
- 1