LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Proxy with NTLM Authentication in Console (https://www.linuxquestions.org/questions/slackware-14/proxy-with-ntlm-authentication-in-console-430400/)

nemesys571 03-31-2006 02:01 PM

Proxy with NTLM Authentication in Console
 
I have a machine behind a proxy with NTLM authentication (a Windows Server). Configuring the proxy on Firefox works fine, it asks me for username and password but the console is unaware of the proxy and/or authentication wich prevents netpkg from working.

How do I configure this proxy and it's authentication to work from console? right now I can't even ping google from the console! while I can browse effortlessly with Firefox... :confused: :confused:

Alien Bob 03-31-2006 02:30 PM

Note, that pinging != browsing.
The average proxy server will proxy your http and ftp protocols, but not much more - not even ssh. Certainly not ICMP (like ping). You would need a SOCKS server or a transparent proxy for that in most cases.

Eric

nemesys571 04-01-2006 09:54 AM

it's not only pinging...
 
Quote:

Originally Posted by Alien Bob
Note, that pinging != browsing.
The average proxy server will proxy your http and ftp protocols, but not much more - not even ssh. Certainly not ICMP (like ping). You would need a SOCKS server or a transparent proxy for that in most cases.

Eric


I actually want to use netpkg and wget to download stuff, those don't work either; this is the error:

Code:

[Errno 4] IOError: HTTP Error 407: Via: 1.1 LABPROXY
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Kerberos
Proxy-Authenticate: NTLM
Connection: Keep-Alive
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 4124

Any suggestions?

Alien Bob 04-01-2006 11:26 AM

http://apserver.sourceforge.net/ looks like a good candidate to overcome that 407 Error.

Eric


All times are GMT -5. The time now is 03:34 PM.