trouble shooting cntlm setup - is it running or not?
up vote
0
down vote
favorite
I am having trouble getting my cntlm set up to work.
How can I test it?
I have 2 instances running, one is on port 3128 and 53128:
>tasklist | FIND "cntlm"
cntlm.exe 9788 Console 1 5,488 K
cntlm.exe 10076 Console 1 5,460 K
When I run this command it says it is stopped.
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
So is it running or not, and if either what else can i check?
Note
Useful answer here Why is CNTLM asking for password?
Possibly a seperate issue, but I am getting credential rejected, when I am sure I have them correct.
c:Program Files (x86)Cntlm>cntlm -c cntlm.ini -I -M http://www.google.com
Password:
Config profile 1/4... Credentials rejected
Config profile 2/4... Credentials rejected
Config profile 3/4... Credentials rejected
Config profile 4/4... Credentials rejected
Wrong credentials, invalid URL or proxy doesn't support NTLM nor BASIC.
c:Program Files (x86)Cntlm>
But I can get it to run, at least when I do this: But if I point my browser at it I can't go through it. my browser says "The proxy server is refusing connections" and cntlm just sits there indicating nothing is happening.
c:Program Files (x86)Cntlm>cntlm -v
....
cntlm: PID 12996: Cntlm ready, staying in the foreground
NOTE2
Have a successfully running cntlm running now and then I do the following it still says it is not running from the cmd perspective under sc query...
but tasklist...
can at least find it running. Not sure why!
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
>tasklist | find "cntlm"
cntlm.exe 15308 Console 1 2,944 K
proxy
add a comment |
up vote
0
down vote
favorite
I am having trouble getting my cntlm set up to work.
How can I test it?
I have 2 instances running, one is on port 3128 and 53128:
>tasklist | FIND "cntlm"
cntlm.exe 9788 Console 1 5,488 K
cntlm.exe 10076 Console 1 5,460 K
When I run this command it says it is stopped.
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
So is it running or not, and if either what else can i check?
Note
Useful answer here Why is CNTLM asking for password?
Possibly a seperate issue, but I am getting credential rejected, when I am sure I have them correct.
c:Program Files (x86)Cntlm>cntlm -c cntlm.ini -I -M http://www.google.com
Password:
Config profile 1/4... Credentials rejected
Config profile 2/4... Credentials rejected
Config profile 3/4... Credentials rejected
Config profile 4/4... Credentials rejected
Wrong credentials, invalid URL or proxy doesn't support NTLM nor BASIC.
c:Program Files (x86)Cntlm>
But I can get it to run, at least when I do this: But if I point my browser at it I can't go through it. my browser says "The proxy server is refusing connections" and cntlm just sits there indicating nothing is happening.
c:Program Files (x86)Cntlm>cntlm -v
....
cntlm: PID 12996: Cntlm ready, staying in the foreground
NOTE2
Have a successfully running cntlm running now and then I do the following it still says it is not running from the cmd perspective under sc query...
but tasklist...
can at least find it running. Not sure why!
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
>tasklist | find "cntlm"
cntlm.exe 15308 Console 1 2,944 K
proxy
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am having trouble getting my cntlm set up to work.
How can I test it?
I have 2 instances running, one is on port 3128 and 53128:
>tasklist | FIND "cntlm"
cntlm.exe 9788 Console 1 5,488 K
cntlm.exe 10076 Console 1 5,460 K
When I run this command it says it is stopped.
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
So is it running or not, and if either what else can i check?
Note
Useful answer here Why is CNTLM asking for password?
Possibly a seperate issue, but I am getting credential rejected, when I am sure I have them correct.
c:Program Files (x86)Cntlm>cntlm -c cntlm.ini -I -M http://www.google.com
Password:
Config profile 1/4... Credentials rejected
Config profile 2/4... Credentials rejected
Config profile 3/4... Credentials rejected
Config profile 4/4... Credentials rejected
Wrong credentials, invalid URL or proxy doesn't support NTLM nor BASIC.
c:Program Files (x86)Cntlm>
But I can get it to run, at least when I do this: But if I point my browser at it I can't go through it. my browser says "The proxy server is refusing connections" and cntlm just sits there indicating nothing is happening.
c:Program Files (x86)Cntlm>cntlm -v
....
cntlm: PID 12996: Cntlm ready, staying in the foreground
NOTE2
Have a successfully running cntlm running now and then I do the following it still says it is not running from the cmd perspective under sc query...
but tasklist...
can at least find it running. Not sure why!
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
>tasklist | find "cntlm"
cntlm.exe 15308 Console 1 2,944 K
proxy
I am having trouble getting my cntlm set up to work.
How can I test it?
I have 2 instances running, one is on port 3128 and 53128:
>tasklist | FIND "cntlm"
cntlm.exe 9788 Console 1 5,488 K
cntlm.exe 10076 Console 1 5,460 K
When I run this command it says it is stopped.
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
So is it running or not, and if either what else can i check?
Note
Useful answer here Why is CNTLM asking for password?
Possibly a seperate issue, but I am getting credential rejected, when I am sure I have them correct.
c:Program Files (x86)Cntlm>cntlm -c cntlm.ini -I -M http://www.google.com
Password:
Config profile 1/4... Credentials rejected
Config profile 2/4... Credentials rejected
Config profile 3/4... Credentials rejected
Config profile 4/4... Credentials rejected
Wrong credentials, invalid URL or proxy doesn't support NTLM nor BASIC.
c:Program Files (x86)Cntlm>
But I can get it to run, at least when I do this: But if I point my browser at it I can't go through it. my browser says "The proxy server is refusing connections" and cntlm just sits there indicating nothing is happening.
c:Program Files (x86)Cntlm>cntlm -v
....
cntlm: PID 12996: Cntlm ready, staying in the foreground
NOTE2
Have a successfully running cntlm running now and then I do the following it still says it is not running from the cmd perspective under sc query...
but tasklist...
can at least find it running. Not sure why!
>sc query cntlm
SERVICE_NAME: cntlm
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
>tasklist | find "cntlm"
cntlm.exe 15308 Console 1 2,944 K
proxy
proxy
edited Nov 22 at 22:14
asked Nov 7 at 20:22
HattrickNZ
1,54952653
1,54952653
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53197235%2ftrouble-shooting-cntlm-setup-is-it-running-or-not%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown