RedHat 7.2 behind MS Proxy

OhioDude

Diamond Member
Apr 23, 2001
4,223
0
0
Has anybody out there had any success configuring a Linux system to successfully run behind a Micro$oft Proxy 2.0 server?
 

IsOs

Diamond Member
Oct 9, 1999
4,475
0
76
I haven't tried Linux yet and I don't have MS Proxy. Sorry:eek:

Hope someone can help you!
 

halik

Lifer
Oct 10, 2000
25,696
1
0
umm, whats the big problem? just setup netscape or whatnot to use the proxy...
 

OhioDude

Diamond Member
Apr 23, 2001
4,223
0
0


<< umm, whats the big problem? just setup netscape or whatnot to use the proxy... >>


Umm, this is obviously a configuration you've never tried. Thanks for attempting to help, though.
 

Abzstrak

Platinum Member
Mar 11, 2000
2,450
0
0


<< I haven't tried Linux yet and I don't have MS Proxy. Sorry <http://subscriber.anandtech.com/i/expressions/face-icon-small-blush.gif>

Hope someone can help you!
>>



Thats has got to be the most useless post I have ever seen... just getting his post count up.

Anyways, if U want to browse the web, do as halik said and config netscape (or whatever) to use the proxy. For other apps, configure them accordingly.

Keep in mind however that without a winsock change out, MS proxy is only gonna give U tcp accessibility to the web, no icmp or udp. They designed it for windows, nuthin else...
 

OhioDude

Diamond Member
Apr 23, 2001
4,223
0
0


<< Thats has got to be the most useless post I have ever seen... just getting his post count up. >>


Nah, IsOs is a good friend of mine and he was just being nice by giving my thread a bump. :)


<< Anyways, if U want to browse the web, do as halik said and config netscape (or whatever) to use the proxy. For other apps, configure them accordingly. >>


It doesn't appear to be that simple. I have configured all of my apps to use the ip (192.168.0.1) and port (80) of the http proxy. After authenticating, Mozilla returns a blank page no matter what site I navigate to. Netscape rapidly toggles two messages back and forth on the status bar that 1) it is contacting the proxy server and 2) that it has contacted the website and is awaiting a reply. It eventually returns the following error message:

The document contained no data. Try again later or contact the server administrator.

:(
 

IJump

Diamond Member
Feb 12, 2001
4,640
11
76
I am using MS Proxy Server on NT 4.0 with authentication and logging and no client using Netscape to browse will authenticate. My clients are all Windows clients, but as soon asI turned on authentication and logging it broke Netscape. I am not sure if the latest version of netscape will work, but nothing older would.

I am not sure if these will help, but here are a few links:

Cryptic MS Support

Appeared to have some decent info at first glance, I didn't spend a lot of time with it.

Another thread about it.


You might try turning off authentication and logging within the web proxy properties and see if that works. That is what seemed to break mine, but other than that, it doesn't looking promising......... Thanks, microsoft. :(
 

Agamar

Golden Member
Oct 9, 1999
1,334
0
0
I have run RH 7.2 behind ms proxy server 2.0. No problems here. I also have the proxy server as the DHCP and DNS caching server. I would suggest you try that also.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If the proxy requires authentication you won't get through because you need a program that understand NTLM, which nothing but MS products do. There have been some NTML implementations (mod_ntlm for apache and ntlm for pam) but I don't believe any for web browsers.
 

skriefal

Golden Member
Apr 10, 2000
1,424
3
81


<< that is a link for internet explorer 5 for unix machines. might help? >>



IE5 is only available for Solaris or HP-UX variants of Unix, running on non-Intel hardware. Microsoft would rather drop dead than make a version of IE that works under Linux...
 

IJump

Diamond Member
Feb 12, 2001
4,640
11
76
<< I have run RH 7.2 behind ms proxy server 2.0. No problems here. I also have the proxy server as the DHCP and DNS caching server. I would suggest you try that also. >>


But did you have authentication turned on on your proxy? That is where the problem is........ You can run other browsers until you want to authenticate, due to NTLM as Nothinman said.



I guess you could run an emulator(WINE, maybe?) and try IE through that on the linux machine, but that would be sacreligious as far as I am concerned. ;)
 

Agamar

Golden Member
Oct 9, 1999
1,334
0
0
Nope, no authentication at all. Our proxy is currently set up for our students dorm rooms. We will soon be moving off of it to a linux platform though.
 

OhioDude

Diamond Member
Apr 23, 2001
4,223
0
0
Yep, without authentication at the proxy it works fine.

But I need authentication...

Bummer... :(

Thanks for the help, everyone. :)