ms proxy auth with apt

2003-11-17 Thread themexican
hi folks,

i have a problem with authenticating at a ms proxy server from linux.

the m$ proxy only accepts users which are in the sam of nt server
the user to be authenticated is in the sam but m$ requires a domain to be specified 
with the username in the manner of domain\username or [EMAIL PROTECTED] . how can i 
get apt to authenticate like that.

please help me to get rid of m$ since i am setting up proxy and fw to replace winbug.
but a test environment is a must so have have to get this working behind m$ in the 
first place.

thanx bruce


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ms proxy auth with apt

2003-11-17 Thread Jacob S.
On Mon, 17 Nov 2003 11:02:25 -0500 (EST)
[EMAIL PROTECTED] wrote:

 hi folks,
 
 i have a problem with authenticating at a ms proxy server from linux.
 
 the m$ proxy only accepts users which are in the sam of nt server
 the user to be authenticated is in the sam but m$ requires a domain to
 be specified with the username in the manner of domain\username or
 [EMAIL PROTECTED] . how can i get apt to authenticate like that.
snip

Howdy Bruce,

In root's .bashrc (since apt-get upgrade has to be run as root), or in
/etc/environment you should be able to add lines similar to the
following:

http_proxy=http://username:password@proxys_fqdn.com:port/
ftp_proxy=ftp://username:password@ftpproxys_fqdn.com:port/

/etc/environment should allow all users on the system to use the proxy,
where root's .bashrc will only tell programs running as root to use the
proxy. Also, if you add the lines to root's .bashrc, you will want to
add the word export on the lines for the proxy settings, so it would
look something like export http_proxy

HTH,
Jacob

- 
GnuPG Key: 1024D/16377135

Got Linux? 
http://www.linux.org


pgp0.pgp
Description: PGP signature


apt e MS proxy

2003-07-07 Thread ranqueta
Pessoal, como faço para configurar o apt para funcionar o
o M$ proxy aqui do trabalho? Se possível, mostrar um
arquivo de configuração de exemplo. Eu estou usando o
Knoppix 3.2.

Já olhei o histórico da lista e o que eu achei não me
adiantou muito...



Re: apt e MS proxy

2003-07-07 Thread Marcio de Araujo Benedito
Em Seg, 2003-07-07 às 15:45, [EMAIL PROTECTED] escreveu:
 Pessoal, como faço para configurar o apt para funcionar o
 o M$ proxy aqui do trabalho? Se possível, mostrar um
 arquivo de configuração de exemplo. Eu estou usando o
 Knoppix 3.2.

export http_proxy=http://seu.proxy:porta;

 Já olhei o histórico da lista e o que eu achei não me
 adiantou muito...

Va em http://www.debian-br.org e leia o dosumento como usar o apt.

[]'s
-- 
Outgoing mail is certified Windows Free.
Checked by Debian GNU/Linux http://www.debian.org.

free your computer and your soul will follow...



Re: Error with apache and MS Proxy

2003-03-18 Thread unused
Thanks alot for your answer. I will have a look at libnet-perl and try to
find out anything overthere. But the problem even gets weirder, cause I
just heard that people sometimes can, and sometimes cannot access the
website through a proxy.

I have also tried the xs4all.nl thing (btw not the host Iam having
problems with) but I get the same SSH protocol mismatch.

The host Iam having problems with is http://ascinternational.nl/members/

Again thanks a lot for answering, and if you or somebody has any ideas,
please let me know..:)

Ronald.

 [EMAIL PROTECTED] wrote:
 During this weekend I did a apt-get clean, apt-get update, apt-get
 upgrade, apt-get dist-upgrade. During this process some questions where
 asked, I can't remember exactly what the question where, but something
 with smtp name, and some other questions. The package name was some perl
 thing

 that sounds like the libnet-perl configuration I went through this
 morning after a regular 'apt-get update  apt-get upgrade' (also sid)

 no idea if it's your problem, it might be a place to look.

 the problem sounds stranger than that to me if telnetting to 80 works.

 I don't know if it's the same host you're having problems with, but I
 just tried http://xs4all.nl; both in mozilla  via telnet  got:

 SSH-2.0-OpenSSH_3.5p1
 Protocol mismatch.

 yet with http://www.xs4all.nl; I see your site; maybe you just need to
 create a ServerAlias to make those equivalent?

 just a wild guess..



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error with apache and MS Proxy

2003-03-18 Thread Newsgroups


On Tue, 18 Mar 2003 [EMAIL PROTECTED] wrote:

 Thanks alot for your answer. I will have a look at libnet-perl and try to
 find out anything overthere. But the problem even gets weirder, cause I
 just heard that people sometimes can, and sometimes cannot access the
 website through a proxy.

 I have also tried the xs4all.nl thing (btw not the host Iam having
 problems with) but I get the same SSH protocol mismatch.

 The host Iam having problems with is http://ascinternational.nl/members/


Name Server Query results in different IP addresses for
ascinternatoinal.nl (213.201.132.180)  www.ascinternational.nl
(212.129.243.94) . Are you sure if this is way you want it to be?

Any one typing in http://www.ascinternational.nl/members/ will be
presented with a page not found error message.

--
Navan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error with apache and MS Proxy

2003-03-18 Thread unused
Yeah that's how it should be. Because our website is hosted external :(,
that's the 212.129.243.94, and we want people to be able to download files
from our server which is hosted internal (212.129.243.94). It must be easy
access so that's why I choose to do it this way.

I just de-installed lib-net perl, and now everything is working..:)!!
BUT, now I have the problem that I think libnet-perl is crucial for the
os, and the programs it depens on (libapache-asp-perl, libapache-mod-perl,
libhtml-tree-perl, libnet-perl libwww-perl).

Does anyone know where I can download a stable release of libnet-perl?

Or what problems I face when I run my system and webserver without
libapache-asp-perl, libapache-mod-perl, libhtml-tree-perl, libnet-perl
libwww-perl.

All my webpages run php4.

Thanks, Ronald.



 On Tue, 18 Mar 2003 [EMAIL PROTECTED] wrote:

 Thanks alot for your answer. I will have a look at libnet-perl and try
 to
 find out anything overthere. But the problem even gets weirder, cause I
 just heard that people sometimes can, and sometimes cannot access the
 website through a proxy.

 I have also tried the xs4all.nl thing (btw not the host Iam having
 problems with) but I get the same SSH protocol mismatch.

 The host Iam having problems with is http://ascinternational.nl/members/


 Name Server Query results in different IP addresses for
 ascinternatoinal.nl (213.201.132.180)  www.ascinternational.nl
 (212.129.243.94) . Are you sure if this is way you want it to be?

 Any one typing in http://www.ascinternational.nl/members/ will be
 presented with a page not found error message.

 --
 Navan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error with apache and MS Proxy

2003-03-18 Thread Kenneth Dombrowski
[EMAIL PROTECTED] wrote:
Yeah that's how it should be. Because our website is hosted external :(,
that's the 212.129.243.94, and we want people to be able to download files
from our server which is hosted internal (212.129.243.94). It must be easy
access so that's why I choose to do it this way.
a lot of people expect http://www.xyz.com  http://xyz.com to be the 
same, why not just setup a dedicated download.xyz.com, or if they're 
downloading over ssh keep it on port 22? even if only people internal to 
your organization are downloading these files, and you can teach them 
how you want them to do it, that decision effects how the whole Internet 
can or cannot connect to your sites. Are you sure the people who have 
trouble connecting aren't just typing the http://xyz.com version?

I just de-installed lib-net perl, and now everything is working..:)!!
BUT, now I have the problem that I think libnet-perl is crucial for the
os, and the programs it depens on (libapache-asp-perl, libapache-mod-perl,
libhtml-tree-perl, libnet-perl libwww-perl).
Does anyone know where I can download a stable release of libnet-perl?
in the stable release of debian?

are they trying to download over ftp or ssh? or is it fish or something 
like that? there are some ftp protocol proxy questions in the 
configuration, are you sure you answered the questions correctly? I've 
never used a FTP proxy or anything like fish, so I can't help you with 
that, but maybe if you tell the list what you entered for each of the 
ftp-related questions

FTP Proxy Firewall:
Use Passive mode for connections outside LAN?:
Use Passive mode for connections within LAN?:

Or what problems I face when I run my system and webserver without
libapache-asp-perl, libapache-mod-perl, libhtml-tree-perl, libnet-perl
libwww-perl.
All my webpages run php4.
PHP should be fine, but I wouldn't remove libnet-perl; it would be a 
pretty clumsy web server if you run any Perl CGI scripts or allow others 
to. libnet-perl provides a lot of common modules:

Description: Implementation of Internet protocols for Perl
 libnet contains Perl implementations of the following protocols:
 Net::FTP (RFC959), Net::SMTP (RFC821), Net::Time (RFC867  RFC868),
 Net::NNTP (RFC977), Net::POP3 (RFC1939). It also contains various
 utility functions for implementing new protocols.
aside from those you listed a bunch of libxml stuff will also be removed:

[EMAIL PROTECTED]:~# apt-get -s remove libnet-perl
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  axkit axkit-language-query libapache-mod-perl libapache-request-perl
  libcgi-xml-perl libcgi-xmlform-perl libdbix-xmlmessage-perl
  libfrontier-rpc-perl libhtml-tree-perl libnet-perl libsoap-lite-perl
  libsoap-perl libwww-perl libxml-checker-perl libxml-dom-perl
  libxml-encoding-perl libxml-node-perl libxml-parser-perl libxml-perl
  libxml-rss-perl libxml-sax-expat-perl libxml-twig-perl libxml-um-perl
  libxml-xpath-perl libxml-xslt-perl
I don't see any threat of OS-level stuff being removed, so I don't see 
how it could be effecting your system that fundamentally

the problem could still be completely unrelated to libnet-perl, today I 
began having ftp connection problems to one particular host only using 
some sid clients, I started a new thread called ftp bug?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Error with apache and MS Proxy

2003-03-17 Thread unused
Hi all,

Iam not sure if this is the good list to post this question, but Iam trying.

Untill this weekend I had my apache up and running, hosting some websites,
and everything was working fine.

During this weekend I did a apt-get clean, apt-get update, apt-get
upgrade, apt-get dist-upgrade. During this process some questions where
asked, I can't remember exactly what the question where, but something
with smtp name, and some other questions. The package name was some perl
thing.

Today when I came to work I tried to access the webserver through our MS
proxy server and this didn't work.
I either get:
  10022 Invalid argument

  An error occurred while trying to retrieve your URL.
  This error could have been caused by:

  Bad / misspelled URL
  Your access permissions
  Your network connection and/or transient conditions on the Internet
  An error on the source web server

Or a connection refused error. If I look in the apache error log I can't
see anything, It just doesn't make a connection or something.

When trying to connect to port 80 through telnet it does work, I can get a
connection.

I really have no idea where to search for this error. Either something
went wrong with one of the debian packages that have been updated, or
something is wrong with apache or ms proxy, although nothing has been
changed in the proxy or apache settings and config files.

Does anyone have any ideas? Iam really desperate, because we have clients
who need to access the system.

We are running Debian Sid.
Server version: Apache/1.3.27 (Unix) Debian GNU/Linux

Thanks in advance, if you need anymore info please let me know..!!!

Ronald.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error with apache and MS Proxy

2003-03-17 Thread Kenneth Dombrowski
[EMAIL PROTECTED] wrote:
During this weekend I did a apt-get clean, apt-get update, apt-get
upgrade, apt-get dist-upgrade. During this process some questions where
asked, I can't remember exactly what the question where, but something
with smtp name, and some other questions. The package name was some perl
thing
that sounds like the libnet-perl configuration I went through this 
morning after a regular 'apt-get update  apt-get upgrade' (also sid)

no idea if it's your problem, it might be a place to look.

the problem sounds stranger than that to me if telnetting to 80 works.

I don't know if it's the same host you're having problems with, but I 
just tried http://xs4all.nl; both in mozilla  via telnet  got:

SSH-2.0-OpenSSH_3.5p1
Protocol mismatch.
yet with http://www.xs4all.nl; I see your site; maybe you just need to 
create a ServerAlias to make those equivalent?

just a wild guess..



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Surfer en passant via MS Proxy Server 2.0

2002-10-22 Thread CAPRON Romain
Bonjour à tous,

Je suis dans une société qui utilise un proxy M$ (Proxy Server 2.0) avec
authentification NTLM.
Comment puis je surfer car, apparemment, l'authentification NTLM n'est pas
supportée par Mozilla...

Merci d'avance pour l'aide éventuel,

CAPRON Romain




RE: Surfer en passant via MS Proxy Server 2.0

2002-10-22 Thread CAPRON Romain
Malheureusement, ceci ne fonctionne que dans le cas d'une authentification
de type basic.
Dans mon cas, c'est une authentification purement NTLM qui est demandée...
Concrètement, mozilla ne me propose aucune fenêtre d'authentification. (
HTTP ERROR 407 )

-Message d'origine-
De : François Lemaire [mailto:[EMAIL PROTECTED]
Envoyé : mardi 22 octobre 2002 15:15
À : debian-user-french@lists.debian.org
Objet : Re: Surfer en passant via MS Proxy Server 2.0


 --- CAPRON Romain [EMAIL PROTECTED] a écrit :
 Bonjour à tous,
 
 Je suis dans une société qui utilise un proxy M$
 (Proxy Server 2.0) avec
 authentification NTLM.
 Comment puis je surfer car, apparemment,
 l'authentification NTLM n'est pas
 supportée par Mozilla...
 
 Merci d'avance pour l'aide éventuel,
 
 CAPRON Romain
 

Tu peux essayer de mettre dans le login
nom_du_domaine_NT\nom_utilisateur et ton password dans
le champ password (ca marche avec Netscape et Mozilla
sous PC). J'espere pour toi que ca marchera...

Francois

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



tunnelling durch ms-proxy-server 2

2002-07-23 Thread Stefan . Ohrhallinger

ich sitze hinter einem ms-proxy-server 2 (mit nt lanmanager, also
user/passwort authentication, ich denke das ist socks v5 ...)

ich verwende auf dem linux-client httptunnel htc -F 8080 -P proxyhost:80
target_host:target_port
auf proxyhost läuft aps 0.98 (nt lanmanager authenication service), durch
ihn kann ich problem mozilla http-zugriffe tunneln vom linux-client

sobald ich aber mit z.b. telnet localhost 8080 auf den htc zugreife stirbt
dieser prozess
httptunnel funktioniert sonst (zwischen linux hosts getestet) einwandfrei
...

ich würde gern mit ssh raustunneln, gibt es jemanden der so eine
konfiguration erfolgreich laufen hat?

Stefan Ohrhallinger   

BOFH excuse #14:
sounds like a Windows problem, try calling Microsoft support




--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Linux como cliente de MS proxy Server?

2002-02-12 Thread Javier López

RanCid wrote:


Hola lista!,

Tengo algunos equipos metidos dentro de una red, en la que la mayor parte de
las maquinas son Win9x o NT. Ya se que lo idea seria una maquina Linux con
IP masquerading o similar, pero en caso de usar Microsoft Proxy Server, ¿
Como puedo hacer que la maquina Linux salga fuera a traves de ese proxy?. Lo

Yo tenía un problema similar con un MPS con autenticación NT que no me 
dejaba usar Mozilla (me niego a usar IE) con un Win NT en el curro, y lo 
solucioné instalando aps, un proxy local que está hecho en python y 
soporta el protocolo de autenticación NT. Debería funcionar sin 
problemas con Linux. Puedes encontrarlo en 
http://www.geocities.com/rozmanov/ntlm/


Saludos



Linux como cliente de MS proxy Server?

2002-02-10 Thread RanCid
Hola lista!,

Tengo algunos equipos metidos dentro de una red, en la que la mayor parte de
las maquinas son Win9x o NT. Ya se que lo idea seria una maquina Linux con
IP masquerading o similar, pero en caso de usar Microsoft Proxy Server, ¿
Como puedo hacer que la maquina Linux salga fuera a traves de ese proxy?. Lo
ideal seria una solución total. Algo asi como el Microsoft Proxy Client que
hace que el acceso sea totalmente transparente y no haya que configurar nada
especial sobre proxys en cada uno de los programas. Porque por más que tenga
todos los datos para realizar la conexion tengo algunos problemitas que les
pasare a contar.

 1ro :  La configuracion de la RED aparentemente esta Bien, pero cuando
configuro usar proxy, y lo configuro manulmente, dandole en nombre del
servidor y su puerto correcto  el sistema me pide un nombre de usuario y
contraseña que tenga acceso a la peticion, y le doy la que uso normalmete en
Windows, que tambien lo tengo al usuario creado en Linux, con su contraseña
= en en WINDOWZ, pero nada, trata de realizar la conexion pero no puede
levantar la pagina deseada.

2do si lo pongo que sea Configuracion Automatica de Proxy, y me pide la
direción y el lugar (creo que es asi) le Pongo el Nombre de servidor y
puerto
y cuando pongo una pagina me dice que ese no es la direcion y algo de MIME
de auto-conf proxy. ERROR Pero me muestra la pagina del servidor que esta
asi
configurado cuando hay algun error muestra la pagina de la Empresa. asique
conexion hay, pero hasta ahi nomas.


Bueno saludos a Todos


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Linux como cliente de MS proxy Server?

2002-02-10 Thread Andres Seco Hernandez
Como puedes imaginar, en los planes de MS no entran los clientes linux en
la mayoría de los casos, y el del proxy es quizá el más dificil de salvar.

No he intentado lo que solicitas, pero conozco bien el proxy de ms, la
parte cliente y su arquitectura.

Yo creo que solo puedes usar un navegador desde linux a traves del proxy
si desactivas la autentificación en el servidor web en el que está
instalado el proxy, así como el control de acceso en el mismo. De esta
forma puedes usar el proxy solo para web, pero de los demás servicios,
olvídate.

El 10 Feb 2002 a las 08:44AM -0300, RanCid escribio:
 Hola lista!,
 
 Tengo algunos equipos metidos dentro de una red, en la que la mayor parte de
 las maquinas son Win9x o NT. Ya se que lo idea seria una maquina Linux con
 IP masquerading o similar, pero en caso de usar Microsoft Proxy Server, ¿
 Como puedo hacer que la maquina Linux salga fuera a traves de ese proxy?. Lo
 ideal seria una solución total. Algo asi como el Microsoft Proxy Client que
 hace que el acceso sea totalmente transparente y no haya que configurar nada
 especial sobre proxys en cada uno de los programas. Porque por más que tenga
 todos los datos para realizar la conexion tengo algunos problemitas que les
 pasare a contar.
 
  1ro :  La configuracion de la RED aparentemente esta Bien, pero cuando
 configuro usar proxy, y lo configuro manulmente, dandole en nombre del
 servidor y su puerto correcto  el sistema me pide un nombre de usuario y
 contraseña que tenga acceso a la peticion, y le doy la que uso normalmete en
 Windows, que tambien lo tengo al usuario creado en Linux, con su contraseña
 = en en WINDOWZ, pero nada, trata de realizar la conexion pero no puede
 levantar la pagina deseada.
 
 2do si lo pongo que sea Configuracion Automatica de Proxy, y me pide la
 direción y el lugar (creo que es asi) le Pongo el Nombre de servidor y
 puerto
 y cuando pongo una pagina me dice que ese no es la direcion y algo de MIME
 de auto-conf proxy. ERROR Pero me muestra la pagina del servidor que esta
 asi
 configurado cuando hay algun error muestra la pagina de la Empresa. asique
 conexion hay, pero hasta ahi nomas.
 
 
 Bueno saludos a Todos
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 

------ http://guadalajara-zone.com ------

Andres Seco Hernandez - http://andressh.alamin.org
[EMAIL PROTECTED] -  [EMAIL PROTECTED]
GnuPG public information:  pub  1024D/3A48C934
E61C 08A9 EBC8 12E4 F363  E359 EDAC BE0B 3A48 C934
--
Alamin GSM SMS Gateway   -   http://www.alamin.org
Debian GNU/Linux -   http://www.debian.org
Grupo de Usuarios de GNU/Linux  de  Guadalajara  y
alrededores  -  http://www.gulalcarria.org
Objetivo Subjetivo-foto-http://objetivo.alamin.org
RedLibre - http://www.redlibre.net
--



Httpd za MS Proxy

2002-01-06 Thread Wroobel
Witam!
Moze wy mi pomozecie... bo mam juz powoli dosc...
Mam takie nieszczescie, ze musze postawic serwer WWW, a do netu jestem 
podpiety przez serwer NT z MS Proxy... 
Provaider powiedzial, ze przekieruje do mnie wywolania z mojej domeny. Ping 
dziala, ale stronki nie widac...
Czytalem cos o socks4client, ale czy to pomoze?
Wroobel



Apt and MS Proxy server

2001-09-25 Thread Stuart_Luscombe


Hi all,

 I am trying to run apt through my companies MS proxy server but I'm not
having much success.

I have read the man pages for apt and apt.conf, and added a line to my apt.conf
along the lines
of http::Proxy {http://domain/luscombes:password@msproxy:80/;};

but it still will not connect any ideas as the connections just keep on
timing out

--
Stuart




Re: Apt and MS Proxy server

2001-09-25 Thread Pietro Cagnoni
[EMAIL PROTECTED] wrote:
 I have read the man pages for apt and apt.conf, and added a line to my 
 apt.conf
 along the lines
 of http::Proxy {http://domain/msproxy:80/;};

this is my (working) apt.conf line:

Acquire::http::Proxy http://proxy.my-company.com:8080;;

so you probably have to write

Acquire::http::Proxy http://luscombes:password@msproxy:80;

check if you can configure your linux browser to use the ms proxy; if
you can't, apt won't probably work either.

hope this helps.

pietro.



Re: Apt and MS Proxy server

2001-09-25 Thread Rino Mardo
On Tue, Sep 25, 2001 at 12:37:22PM +0100 or thereabouts, [EMAIL PROTECTED] 
wrote:
 
 
 Hi all,
 
  I am trying to run apt through my companies MS proxy server but I'm not
 having much success.
 
 I have read the man pages for apt and apt.conf, and added a line to my 
 apt.conf
 along the lines
 of http::Proxy {http://domain/luscombes:password@msproxy:80/;};
 
 but it still will not connect any ideas as the connections just keep on
 timing out
 
you're not alone. :-)

the problem is the m$ proxy server wants to authenticate you using NTLM so
unless you have a way to first login to your M$ network for your proxy server
to recognize you there's nothing you can do.  i'm not sure if using samba will
work.

-- 
GUIs normally make it simple to accomplish simple actions and impossible
to accomplish complex actions.   --Doug Gwyn  (22/Jun/91 in comp.unix.wizards)


pgpajocZ0Uj9g.pgp
Description: PGP signature


Re: Apt and MS Proxy server

2001-09-25 Thread Stuart_Luscombe



-- Forwarded by Stuart Luscombe/COSS/CCenter on 25/09/2001
16:04 ---
(Embedded image moved to file: pic12486.pcx)
Stuart Luscombe
(Embedded image moved to file: pic19290.pcx)
25/09/2001 16:05
(Embedded image moved to file: pic05348.pcx)

Sent by:  Stuart Luscombe


To:   Pietro Cagnoni [EMAIL PROTECTED]
cc:

Subject:  Re: Apt and MS Proxy server  (Document link: Stuart Luscombe)

Hi,

 Thanks for the suggestion, I've now got it to authenticateit's just my
apt source
paths that need fixing now.

back to the playing

BTW, when authenticating to the proxy, when normally I would login with say
domain/luscombes
(substitute domain for you domain), I had to invert the / to \ for it to
work

--
Stuart




Pietro Cagnoni [EMAIL PROTECTED] on 25/09/2001 12:54:38




To:   Stuart Luscombe/COSS/[EMAIL PROTECTED]
cc:   debian-user@lists.debian.org

Subject:  Re: Apt and MS Proxy server



[EMAIL PROTECTED] wrote:
 I have read the man pages for apt and apt.conf, and added a line to my
apt.conf
 along the lines
 of http::Proxy {http://domain/msproxy:80/;};

this is my (working) apt.conf line:

Acquire::http::Proxy http://proxy.my-company.com:8080;;

so you probably have to write

Acquire::http::Proxy http://luscombes:password@msproxy:80;

check if you can configure your linux browser to use the ms proxy; if
you can't, apt won't probably work either.

hope this helps.

pietro.




pic12486.pcx
Description: Binary data


pic19290.pcx
Description: Binary data


pic05348.pcx
Description: Binary data


Re: [users] Re: Accesing internet thru MS Proxy server

2001-05-11 Thread MaD dUCK
also sprach Hall Stevenson (on Thu, 10 May 2001 10:02:42PM -0500):
 Just curious, can you access the internet using Netscape on a Windows
 box ?? If not, it's likely that MS Proxy is also doing (NTLM)
 authentication. If it is, you may be out of luck.

you can pretty much forget it. micro$oft proxy requires client
software on each workstation. they thought that out well in terms of
scalability. but that's what you get when you want to bind your
customers to your products. all i can say is: micro$oft, you're a
joke.

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
-- 
the reason that every major university maintains
a department of mathematics is that
it's cheaper than institutionalizing all those people.



Re: [users] Re: Accesing internet thru MS Proxy server

2001-05-11 Thread Hall Stevenson
 also sprach Hall Stevenson (on Thu, 10 May 2001 10:02:42PM -0500):
  Just curious, can you access the internet using Netscape on
  a Windows box ?? If not, it's likely that MS Proxy is also doing
  (NTLM) authentication. If it is, you may be out of luck.

 you can pretty much forget it. micro$oft proxy requires client
 software on each workstation. they thought that out well in terms
 of scalability. but that's what you get when you want to bind your
 customers to your products. all i can say is: micro$oft, you're a
 joke.

I think it can be configured different ways, actually. One way, and
maybe it's the default, is to use NTLM authentication. In that case,
you have to be using a Windows machine to get it to work. For
browsing, you have to be using Internet Explorer (no Netscape,
Mozilla, Opera, etc allowed).

One of the other ways does allow anyone to pass through the proxy,
unauthenticated. This method was suggested by numerous people
involved with mozilla -- as if I had the rights, access, etc to
fix it.

Hall



Accesing internet thru MS Proxy server

2001-05-10 Thread Arlequín
Hello!

My LAN server is an NT Server running MS Proxy Server 2.0

I want to set up my Debian box to browser the www thru the proxy..

I have configured correctly the network card, 'cause using lynx I can browse
to 192.168.0.1 (my server IP) but I can't acces e.g. www.yahoo.com

How can I tell my Debian that I am using  a proxy?

Thanks!!!



Re: Accesing internet thru MS Proxy server

2001-05-10 Thread Kevin Ross
 How can I tell my Debian that I am using  a proxy?

Set the http_proxy environment variables to http://some.server:port/;

-- Kevin




Re: Accesing internet thru MS Proxy server

2001-05-10 Thread Hall Stevenson
* Arlequ?n ([EMAIL PROTECTED]) [010510 19:52]:
 
 My LAN server is an NT Server running MS Proxy Server 2.0
 
 I want to set up my Debian box to browser the www thru the proxy..
 
 How can I tell my Debian that I am using  a proxy?

Just curious, can you access the internet using Netscape on a Windows
box ?? If not, it's likely that MS Proxy is also doing (NTLM)
authentication. If it is, you may be out of luck.

Hall



Re: Linux client through MS Proxy Server 2.0

2000-08-07 Thread Jens B. Jorgensen
Doing NTLM authentication should be possible. I posit this since the samba team 
was
able to figure out how to do it for their project. I once spent a little time 
looking
at it but didn't get that far. If you're really determined you should probably 
drop
some questions on one of the samba lists.

CHEONG, Shu Yang [Patrick] wrote:

 Hi guys,

 Finally, I have found the answer to my problem: Acessing the Internet with
 a Potato box via MS Proxy Server 2.0.

 Here it is:-

 MS Proxy Server basically allows 3 types of authentication, namely :
 Anonymous, Basic and NTLM (also known as NT challenge/response). The first
 speaks for itself. The send basically require the client to send a user name
 and password for authentication before access is allowed...however the user
 name and password sent is in clear text. And finally, NTLM require the
 client to send a user name and password, which is encrypted, before access
 is allowed.

 The MS Proxy Server which I am trying to authenticate before the Potato box
 is allowed access to the Net has been set to use NTLM authentication...and
 here is the bombshellthe only browser (AFAIK) which can authenticate
 using the NTLM handshake is MS IE...what do you know..talk about cornering
 corporate users into using nothing but MS IE

 So it looks like the only place where I can tinker with Linux and other *nix
 is at home.

 Well,  I am still hoping that someone knows of a way to authenticate the the
 MS Prxy Server using the NTLM handshake but not with MS IE.

 Patrick Cheong
 Information Systems Assurance
 Measat Broadcast Network Systems
 E-mail: [EMAIL PROTECTED]
 Visit us at: http://www.astro.com.my

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

--
Jens B. Jorgensen
[EMAIL PROTECTED]




Linux client through MS Proxy Server 2.0

2000-08-03 Thread CHEONG, Shu Yang \[Patrick\]
Hi guys,

Finally, I have found the answer to my problem: Acessing the Internet with
a Potato box via MS Proxy Server 2.0.

Here it is:-

MS Proxy Server basically allows 3 types of authentication, namely :
Anonymous, Basic and NTLM (also known as NT challenge/response). The first
speaks for itself. The send basically require the client to send a user name
and password for authentication before access is allowed...however the user
name and password sent is in clear text. And finally, NTLM require the
client to send a user name and password, which is encrypted, before access
is allowed.

The MS Proxy Server which I am trying to authenticate before the Potato box
is allowed access to the Net has been set to use NTLM authentication...and
here is the bombshellthe only browser (AFAIK) which can authenticate
using the NTLM handshake is MS IE...what do you know..talk about cornering
corporate users into using nothing but MS IE

So it looks like the only place where I can tinker with Linux and other *nix
is at home.

Well,  I am still hoping that someone knows of a way to authenticate the the
MS Prxy Server using the NTLM handshake but not with MS IE.


Patrick Cheong
Information Systems Assurance
Measat Broadcast Network Systems
E-mail: [EMAIL PROTECTED]
Visit us at: http://www.astro.com.my



RE: Linux Client Through MS Proxy Server

2000-08-02 Thread CHEONG, Shu Yang \[Patrick\]
Have tried and am still using the same userid/pw combination under win95 and
debian...still no luckactually I am also trying to compile a program
which will validate my debian box  to the nt serverbut I seem to have
several files *.h files missing..will try that when I get back home...

Know of any good sniffers for win95?

Patrick Cheong
Information Systems Assurance
Measat Broadcast Network Systems
E-mail: [EMAIL PROTECTED]
Visit us at: http://www.astro.com.my

 -Original Message-
 From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
 Sent: Wednesday, August 02, 2000 9:45 AM
 To:   'CHEONG, Shu Yang [Patrick]'
 Subject:  RE: Linux Client Through MS Proxy Server
 
 Patrick,
 
Helping is no problem.  I've spent no small amount of time trying to
 get
 past
 our proxy server here, so saving other people the same trouble if possible
 is a
 good thing :)
 
As for IIS 4.0 .. IIS stands for Internet Information Server, which
 is MS implementation of typical internet server tools .. I presume MS
 Proxy
 Server
 is a specialised derivation of IIS or something like that...
 
 Unfortunately we weren't lucky enough for it just to pop a login prompt
 out
 of the
 blue...
 
 If you were feeling really masochistic, you could run a packet sniffer of
 some sort
 and trace what messages went between you and the proxy when connecting
 through 
 IE.  But thats probably a bit too tricky to be worthwhile :)
 
 As you mentioned in an earlier post, if they have socks enabled then this
 is
 probably
 your best bet.
 
 Another random thought I just had .. Try creating a user on the linux box
 with the
 same password and username as your windows one.  Its a long shot but worth
 a try...
 
 As for which part of downunder, I hail from Wollongong/Sydney
 (respectively).  I do
 however have some friends etc in Canberra (such as my brother in law :) )
 
 - ChrisK
 
 -Original Message-
 From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 2 August 2000 11:37 AM
 To: 'Kenrick, Chris'
 Cc: 'debian-user@lists.debian.org'
 Subject: RE: Linux Client Through MS Proxy Server
 
 
 Chris,
 
 Before I even proceed, I must thank you for your help.
 
 I tried your suggesting in telnetting into the proxy server telnet
 pintprv1
 8080, and the tlnet screen comes up then nothing...but when I pressed
 Enter, I got the following message on screen:-
 
  telnet.log 
 
 Noticed the Server: Microsoft-IIS/4.0 !?!...h I wonder what this
 means?
 
 I will try to ask the friendly network fols at the IS Dept. as to how
 the
 server(s) were set up and what is needed to get my Debian box to access
 the
 Web so that I can use dselect or apt-get..
 
 
 Cheers.
 
 P/S : BTW, which part of downunder are you from? I completed by undergrad
 in
 Canberra back in 1993!
 
 Patrick Cheong
 Information Systems Assurance
 Measat Broadcast Network Systems
 E-mail: [EMAIL PROTECTED]
 Visit us at: http://www.astro.com.my
 
  -Original Message-
  From:   Kenrick, Chris [SMTP:[EMAIL PROTECTED]
  Sent:   Wednesday, August 02, 2000 9:10 AM
  To: 'CHEONG, Shu Yang [Patrick]'
  Subject:RE: Linux Client Through MS Proxy Server
  
  It wouldn't surprise me if it did...
  
  However, at my location we also use a MS Proxy Server, running on port
 80
  and it works fine under netscape, apt-get, etc...
  
  Maybe your server is configured differently to ours ...
  
  There might be a checkbox somewhere 'only allow Internet Explorer web
  browsers' :(
  
  Or alternately, maybe Internet Explorer is using your windows password
  and logon to authenticate you to the proxy, which the other browsers
  probably can't do.
  
  One thing to try ... try telnetting to port 8080 of your proxy
  (telnet pintprv1 8080) to see what happens.  If asked for a username
  and or password , try your windows username/password to see if it 
  lets you in.
  
  If this is the case, I'm not sure what to do next though :(
  
  - Chris
  
  -Original Message-
  From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, 2 August 2000 11:04 AM
  To: Kenrick, Chris
  Cc: 'debian-user@lists.debian.org'
  Subject: RE: Linux Client Through MS Proxy Server
  
  
  Yes...only IE seem to work (i.e. with the proxy setting set to
  pintprv1.company_name.com.my and port set at 8080)..have tried
 Navigator
  and Opera but nothing happens!
  
  Also, only upon request was I allowed to access and download from ftp
  sites.
  
  Does MS Proxy Server use its own proprietary protocol?
  
  Patrick Cheong
  Information Systems Assurance
  Measat Broadcast Network Systems
  E-mail: [EMAIL PROTECTED]
  Visit us at: http://www.astro.com.my
  
   -Original Message-
   From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
   Sent: Wednesday, August 02, 2000 7:17 AM
   To:   'CHEONG, Shu Yang [Patrick]'
   Subject:  RE: 
   
   OK ..
   
   It seems to be suggesting that the web proxy is running on port 8080

RE: Linux Client Through MS Proxy Server

2000-08-02 Thread somogyi lóránd
try Iris 1.00Beta
www.eeye.com


-Original Message-
From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 02, 2000 6:05 AM
To: 'Kenrick, Chris'
Cc: 'debian-user@lists.debian.org'
Subject: RE: Linux Client Through MS Proxy Server


Have tried and am still using the same userid/pw combination under win95 and
debian...still no luckactually I am also trying to compile a program
which will validate my debian box  to the nt serverbut I seem to have
several files *.h files missing..will try that when I get back home...

Know of any good sniffers for win95?

Patrick Cheong
Information Systems Assurance
Measat Broadcast Network Systems
E-mail: [EMAIL PROTECTED]
Visit us at: http://www.astro.com.my

 -Original Message-
 From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
 Sent: Wednesday, August 02, 2000 9:45 AM
 To:   'CHEONG, Shu Yang [Patrick]'
 Subject:  RE: Linux Client Through MS Proxy Server

 Patrick,

Helping is no problem.  I've spent no small amount of time trying to
 get
 past
 our proxy server here, so saving other people the same trouble if possible
 is a
 good thing :)

As for IIS 4.0 .. IIS stands for Internet Information Server, which
 is MS implementation of typical internet server tools .. I presume MS
 Proxy
 Server
 is a specialised derivation of IIS or something like that...

 Unfortunately we weren't lucky enough for it just to pop a login prompt
 out
 of the
 blue...

 If you were feeling really masochistic, you could run a packet sniffer of
 some sort
 and trace what messages went between you and the proxy when connecting
 through
 IE.  But thats probably a bit too tricky to be worthwhile :)

 As you mentioned in an earlier post, if they have socks enabled then this
 is
 probably
 your best bet.

 Another random thought I just had .. Try creating a user on the linux box
 with the
 same password and username as your windows one.  Its a long shot but worth
 a try...

 As for which part of downunder, I hail from Wollongong/Sydney
 (respectively).  I do
 however have some friends etc in Canberra (such as my brother in law :) )

 - ChrisK

 -Original Message-
 From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 2 August 2000 11:37 AM
 To: 'Kenrick, Chris'
 Cc: 'debian-user@lists.debian.org'
 Subject: RE: Linux Client Through MS Proxy Server


 Chris,

 Before I even proceed, I must thank you for your help.

 I tried your suggesting in telnetting into the proxy server telnet
 pintprv1
 8080, and the tlnet screen comes up then nothing...but when I pressed
 Enter, I got the following message on screen:-

  telnet.log

 Noticed the Server: Microsoft-IIS/4.0 !?!...h I wonder what this
 means?

 I will try to ask the friendly network fols at the IS Dept. as to how
 the
 server(s) were set up and what is needed to get my Debian box to access
 the
 Web so that I can use dselect or apt-get..


 Cheers.

 P/S : BTW, which part of downunder are you from? I completed by undergrad
 in
 Canberra back in 1993!

 Patrick Cheong
 Information Systems Assurance
 Measat Broadcast Network Systems
 E-mail: [EMAIL PROTECTED]
 Visit us at: http://www.astro.com.my

  -Original Message-
  From:   Kenrick, Chris [SMTP:[EMAIL PROTECTED]
  Sent:   Wednesday, August 02, 2000 9:10 AM
  To: 'CHEONG, Shu Yang [Patrick]'
  Subject:RE: Linux Client Through MS Proxy Server
 
  It wouldn't surprise me if it did...
 
  However, at my location we also use a MS Proxy Server, running on port
 80
  and it works fine under netscape, apt-get, etc...
 
  Maybe your server is configured differently to ours ...
 
  There might be a checkbox somewhere 'only allow Internet Explorer web
  browsers' :(
 
  Or alternately, maybe Internet Explorer is using your windows password
  and logon to authenticate you to the proxy, which the other browsers
  probably can't do.
 
  One thing to try ... try telnetting to port 8080 of your proxy
  (telnet pintprv1 8080) to see what happens.  If asked for a username
  and or password , try your windows username/password to see if it
  lets you in.
 
  If this is the case, I'm not sure what to do next though :(
 
  - Chris
 
  -Original Message-
  From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, 2 August 2000 11:04 AM
  To: Kenrick, Chris
  Cc: 'debian-user@lists.debian.org'
  Subject: RE: Linux Client Through MS Proxy Server
 
 
  Yes...only IE seem to work (i.e. with the proxy setting set to
  pintprv1.company_name.com.my and port set at 8080)..have tried
 Navigator
  and Opera but nothing happens!
 
  Also, only upon request was I allowed to access and download from ftp
  sites.
 
  Does MS Proxy Server use its own proprietary protocol?
 
  Patrick Cheong
  Information Systems Assurance
  Measat Broadcast Network Systems
  E-mail: [EMAIL PROTECTED]
  Visit us at: http://www.astro.com.my
 
   -Original Message-
   From: Kenrick, Chris [SMTP

RE: MS Proxy Server 2.0 using Linux client

2000-08-01 Thread CHEONG, Shu Yang \[Patrick\]
Oooops...I forgot to put in the Subject

Patrick Cheong
Information Systems Assurance
Measat Broadcast Network Systems
E-mail: [EMAIL PROTECTED]
Visit us at: http://www.astro.com.my

 -Original Message-
 From: CHEONG, Shu Yang [Patrick] [SMTP:[EMAIL PROTECTED]
 Sent: Tuesday, August 01, 2000 10:29 AM
 To:   'debian-user@lists.debian.org'
 Subject:  
 
 Hi guys!
 
 I have been searching high and low for the answer but no such luck.I
 am
 attempting to connect by Debian GNU/Linux box to the Net through a
 Microsoft
 Proxy Server 2.0. I can ping outside the local network but whenever I use
 dselect, I get an error message. I understand that if the socks is enabled
 on the M$ Proxy Server, I can use the socks4/5 client to sockify the
 programs which need to connect to the Net, but I think the proxy server
 socks is not enabled. Also, I have seen numerous postings regarding the
 use
 of some M$ proprietary protocol which allows M$ Internet Explorer (and
 not
 other Web Browsers such as Netscape and Opera) to connect to the Net. I
 tried using Lynx in Debian and this is the error messages I get:
 
 HTTP Error 401
 
 401.2 Unauthorised Logon failed due to server configuration.
 
 This error indicates that the credentials passed to the server do not
 match
 the credentials required to logon to the server. This is usually caused by
 not sendoing the proper WWW - Authenticate header field. Please contact
 the
 Web server's admin to verify that you have permission to access the
 requested resource.
 
 In M$ Windows 95b(on the same box using XOSL), I can connect using only M$
 Internet Explorer! Can anyone enlightenment me? Is there a space on the
 Net
 where I can find the answers to this question? Thx.
 
 P/S I am certain my settings on the Debian box is correct!
 
 
 Patrick Cheong
 Information Systems Assurance
 Measat Broadcast Network Systems
 E-mail: [EMAIL PROTECTED]
 Visit us at: http://www.astro.com.my
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null



RE: Linux Client Through MS Proxy Server

2000-08-01 Thread CHEONG, Shu Yang \[Patrick\]
Yes...only IE seem to work (i.e. with the proxy setting set to
pintprv1.company_name.com.my and port set at 8080)..have tried Navigator
and Opera but nothing happens!

Also, only upon request was I allowed to access and download from ftp sites.

Does MS Proxy Server use its own proprietary protocol?

Patrick Cheong
Information Systems Assurance
Measat Broadcast Network Systems
E-mail: [EMAIL PROTECTED]
Visit us at: http://www.astro.com.my

 -Original Message-
 From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
 Sent: Wednesday, August 02, 2000 7:17 AM
 To:   'CHEONG, Shu Yang [Patrick]'
 Subject:  RE: 
 
 OK ..
 
 It seems to be suggesting that the web proxy is running on port 8080 on
 the
 machine 
 PINTPRV1 ... (WebProxyPort=8080)
 
 However, it doesn't seem to set web browsers to use the proxy. (Set
 Browsers
 to use proxy = 0 and 
 Set Browsers to use Auto Config = 0)
 
 Does Internet Explorer go through a proxy? (Tools .. Internet Options etc)
 .. the file 
 seems to suggest that the proxy may not be necessary for web access?
 
 Do other protocols other than HTTP work .. can you telnet or ftp out for
 instance?
 
 - Chris
 
 -Original Message-
 From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, 1 August 2000 4:39 PM
 To: 'Kenrick, Chris'
 Subject: RE: 
 
 
  mspclnt.ini 
 Chris,
 
 Here is a copy of the said .ini file. Any idea how to decipher some of the
 info.?
 
 Patrick Cheong
 Information Systems Assurance
 Measat Broadcast Network Systems
 E-mail: [EMAIL PROTECTED]
 Visit us at: http://www.astro.com.my
 
  -Original Message-
  From:   Kenrick, Chris [SMTP:[EMAIL PROTECTED]
  Sent:   Tuesday, August 01, 2000 1:43 PM
  To: 'CHEONG, Shu Yang [Patrick]'
  Subject:RE: 
  
  Umm...
  
  For some weird reason MS web proxies like to run on port 80 (not 8080 as
  you
  had)
  
  try http_proxy with port 80 instead :)
  
  Or alternately, just check within IE for what the proxy settings are 
  (Tools - Internet Options - Settings - Lan Settings)
  
  I don't think a DNS within the ISP's network counts as an external
  machine.
  
  Try pinging something outside of the ISP and you might find that you
 have 
  some problems... :)
  
  - Chris
  
  -Original Message-
  From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, 1 August 2000 3:41 PM
  To: 'Kenrick, Chris'
  Subject: RE: 
  
  
  I did a export http_proxy=http://proxy_ip:8080 before using
  dselectdoes not seem to workabout the ping...welll at the
 command
  prompt I just typed ping 192.228.128.20 which is the ip for one of the
  isp's dns..
  
  Will try the MS Proxy Client!
  
  Will post later.
  Thx
  
  
  Patrick Cheong
  Information Systems Assurance
  Measat Broadcast Network Systems
  E-mail: [EMAIL PROTECTED]
  Visit us at: http://www.astro.com.my
  
   -Original Message-
   From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
   Sent: Tuesday, August 01, 2000 1:24 PM
   To:   'CHEONG, Shu Yang [Patrick]'; 'debian-user@lists.debian.org'
   Subject:  RE: 
   
   The answer depends on how the proxy is set up...
   
   It might be worth trying setting the http_proxy environment variable
   to http://yourproxynamehere:80/ (make sure you export it of course)
   This should at least get things like apt working...
   
   The other thing that might be worth looking at ...
   
   Try installing the microsoft proxy client on your win95 partition.
   
   It is often findable on a network share of your proxy 
   ( \\yourproxyname\mspclnt is usual).  In addition to being able to 
   get out through the proxy, mspclnt.ini on the same drive
   can give you some hints as to the proxy configuration.
   
   Finally, its possible that the proxy might be set up to only
   allow certain users to do certain things, and you may be running
   into a permissions problem...
   
   - Chris
   
   PS: How did you manage to ping the outside network.  According to my 
   tests and MS documentation, MS proxies don't let pings through to the
   outside world!!
   
   -Original Message-
   From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, 1 August 2000 12:29 PM
   To: 'debian-user@lists.debian.org'
   Subject: 
   
   
   Hi guys!
   
   I have been searching high and low for the answer but no such
 luck.I
   am
   attempting to connect by Debian GNU/Linux box to the Net through a
   Microsoft
   Proxy Server 2.0. I can ping outside the local network but whenever I
  use
   dselect, I get an error message. I understand that if the socks is
  enabled
   on the M$ Proxy Server, I can use the socks4/5 client to sockify the
   programs which need to connect to the Net, but I think the proxy
 server
   socks is not enabled. Also, I have seen numerous postings regarding
 the
   use
   of some M$ proprietary protocol which allows M$ Internet Explorer
 (and
   not
   other Web Browsers such as Netscape and Opera) to connect

RE: Linux Client Through MS Proxy Server

2000-08-01 Thread CHEONG, Shu Yang \[Patrick\]
Chris,

Before I even proceed, I must thank you for your help.

I tried your suggesting in telnetting into the proxy server telnet pintprv1
8080, and the tlnet screen comes up then nothing...but when I pressed
Enter, I got the following message on screen:-

 telnet.log 

Noticed the Server: Microsoft-IIS/4.0 !?!...h I wonder what this
means?

I will try to ask the friendly network fols at the IS Dept. as to how the
server(s) were set up and what is needed to get my Debian box to access the
Web so that I can use dselect or apt-get..


Cheers.

P/S : BTW, which part of downunder are you from? I completed by undergrad in
Canberra back in 1993!

Patrick Cheong
Information Systems Assurance
Measat Broadcast Network Systems
E-mail: [EMAIL PROTECTED]
Visit us at: http://www.astro.com.my

 -Original Message-
 From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
 Sent: Wednesday, August 02, 2000 9:10 AM
 To:   'CHEONG, Shu Yang [Patrick]'
 Subject:  RE: Linux Client Through MS Proxy Server
 
 It wouldn't surprise me if it did...
 
 However, at my location we also use a MS Proxy Server, running on port 80
 and it works fine under netscape, apt-get, etc...
 
 Maybe your server is configured differently to ours ...
 
 There might be a checkbox somewhere 'only allow Internet Explorer web
 browsers' :(
 
 Or alternately, maybe Internet Explorer is using your windows password
 and logon to authenticate you to the proxy, which the other browsers
 probably can't do.
 
 One thing to try ... try telnetting to port 8080 of your proxy
 (telnet pintprv1 8080) to see what happens.  If asked for a username
 and or password , try your windows username/password to see if it 
 lets you in.
 
 If this is the case, I'm not sure what to do next though :(
 
 - Chris
 
 -Original Message-
 From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 2 August 2000 11:04 AM
 To: Kenrick, Chris
 Cc: 'debian-user@lists.debian.org'
 Subject: RE: Linux Client Through MS Proxy Server
 
 
 Yes...only IE seem to work (i.e. with the proxy setting set to
 pintprv1.company_name.com.my and port set at 8080)..have tried Navigator
 and Opera but nothing happens!
 
 Also, only upon request was I allowed to access and download from ftp
 sites.
 
 Does MS Proxy Server use its own proprietary protocol?
 
 Patrick Cheong
 Information Systems Assurance
 Measat Broadcast Network Systems
 E-mail: [EMAIL PROTECTED]
 Visit us at: http://www.astro.com.my
 
  -Original Message-
  From:   Kenrick, Chris [SMTP:[EMAIL PROTECTED]
  Sent:   Wednesday, August 02, 2000 7:17 AM
  To: 'CHEONG, Shu Yang [Patrick]'
  Subject:RE: 
  
  OK ..
  
  It seems to be suggesting that the web proxy is running on port 8080 on
  the
  machine 
  PINTPRV1 ... (WebProxyPort=8080)
  
  However, it doesn't seem to set web browsers to use the proxy. (Set
  Browsers
  to use proxy = 0 and 
  Set Browsers to use Auto Config = 0)
  
  Does Internet Explorer go through a proxy? (Tools .. Internet Options
 etc)
  .. the file 
  seems to suggest that the proxy may not be necessary for web access?
  
  Do other protocols other than HTTP work .. can you telnet or ftp out for
  instance?
  
  - Chris
  
  -Original Message-
  From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, 1 August 2000 4:39 PM
  To: 'Kenrick, Chris'
  Subject: RE: 
  
  
   mspclnt.ini 
  Chris,
  
  Here is a copy of the said .ini file. Any idea how to decipher some of
 the
  info.?
  
  Patrick Cheong
  Information Systems Assurance
  Measat Broadcast Network Systems
  E-mail: [EMAIL PROTECTED]
  Visit us at: http://www.astro.com.my
  
   -Original Message-
   From: Kenrick, Chris [SMTP:[EMAIL PROTECTED]
   Sent: Tuesday, August 01, 2000 1:43 PM
   To:   'CHEONG, Shu Yang [Patrick]'
   Subject:  RE: 
   
   Umm...
   
   For some weird reason MS web proxies like to run on port 80 (not 8080
 as
   you
   had)
   
   try http_proxy with port 80 instead :)
   
   Or alternately, just check within IE for what the proxy settings are 
   (Tools - Internet Options - Settings - Lan Settings)
   
   I don't think a DNS within the ISP's network counts as an external
   machine.
   
   Try pinging something outside of the ISP and you might find that you
  have 
   some problems... :)
   
   - Chris
   
   -Original Message-
   From: CHEONG, Shu Yang [Patrick] [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, 1 August 2000 3:41 PM
   To: 'Kenrick, Chris'
   Subject: RE: 
   
   
   I did a export http_proxy=http://proxy_ip:8080 before using
   dselectdoes not seem to workabout the ping...welll at the
  command
   prompt I just typed ping 192.228.128.20 which is the ip for one of
 the
   isp's dns..
   
   Will try the MS Proxy Client!
   
   Will post later.
   Thx
   
   
   Patrick Cheong
   Information Systems Assurance
   Measat Broadcast Network Systems
   E-mail: [EMAIL PROTECTED]
   Visit us at: http

RE: MS Proxy

2000-07-13 Thread Michal NOVÁK

 
 Whereas if you have another device controlling your link, 
 then use that 
 device's IP as your default gateway.  You may need to 
 configure said device 
 to accept/route/proxy/etc your IP.
 
 Look at [start] -- settings -- control panel -- Network 
 then click on 
 the /Protocols\ tab then double click TCP/IP then click on 
 the /Gateway\ 
 tab then note the IP for the gateway.  There may be more than 
 one, but the 
 top one is the primary.
 
 Then go to your debian machine, and edit /etc/networks/interfaces
 
 Mine looks like this
  # /etc/network/interfaces -- configuration file for 
 ifup(8), ifdown(8)
  # The loopback interface
  iface lo inet loopback
  # The first network card - this entry was created during the 
 Debian installation
  # (network, broadcast and gateway are optional)
  iface eth0 inet static
  address 192.168.1.2
  netmask 255.255.255.0
  network 192.168.1.0
  broadcast 192.168.1.255
  gateway 192.168.1.1
 
 (yes - that third paragraph was a dig at NT toadies, and I 
 have two of the 
 bloody things at work.)
 
 

There is DHCP in our network.
I try to use dante-clients but that don't work, I'm not sure with
configuration. 

Michal



MS Proxy with Linux

2000-07-13 Thread Timothy C. Phan
Hi,

  Have anyone been able to use MS Proxy Server with
  Linux client?

  Please explain the configuration of the MS proxy server
  as well as the Linux client box!

  TIA

---
tcp



Re: MS Proxy with Linux

2000-07-13 Thread Gianluca Montecchi
On Thu, Jul 13, 2000 at 08:01:26AM -0500, Timothy C. Phan wrote:
= Hi,
= 
=   Have anyone been able to use MS Proxy Server with
=   Linux client?
= 
=   Please explain the configuration of the MS proxy server
=   as well as the Linux client box!

Try to use the tsocks library, setting the LD_PRELOAD env to the library

bye

Gianluca
-- 
Home Page   Contro i brevetti del sw Boicotta Microsoft
www.infinito.it/utenti/chewbe   no-patents.prosa.it/ 
www.boycott-ms.org/ 

If we have to file a thousand lawsuits a day, we'll do it.
It's less expensive than losing CONTROL of YOUR creative works.
---Jack Valenti, President and CEO, Motion Picture Association of America



Re: MS Proxy with Linux

2000-07-13 Thread Jens B. Jorgensen
The MS Proxy Server supports the special, proprietary Microsoft Proxy Server
service and also optionally supports the Socks4 protocol. The socks4
protocol must be enabled by the administrator. Once this is enabled you may
use the debian socks4-client (or whatever it's called) with the run-socks
script to run programs socksified.

I have been successfully using this for over a year now.

- Original Message -
From: Timothy C. Phan [EMAIL PROTECTED]
To: Debian User debian-user@lists.debian.org
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 13, 2000 9:01 AM
Subject: MS Proxy with Linux


 Hi,

   Have anyone been able to use MS Proxy Server with
   Linux client?

   Please explain the configuration of the MS proxy server
   as well as the Linux client box!

   TIA

 ---
 tcp


 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
/dev/null




RE: MS Proxy

2000-07-05 Thread C. Falconer
Erm - people...  MS Proxy is not a firewall in itself.  Perhaps the NT 
machine that runs Proxy also has a modem/other device in it, in which case 
it is doing firewall-style duties (perish the thought though... an NT based 
firewall)


Whereas if you have another device controlling your link, then use that 
device's IP as your default gateway.  You may need to configure said device 
to accept/route/proxy/etc your IP.


Look at [start] -- settings -- control panel -- Network then click on 
the /Protocols\ tab then double click TCP/IP then click on the /Gateway\ 
tab then note the IP for the gateway.  There may be more than one, but the 
top one is the primary.


Then go to your debian machine, and edit /etc/networks/interfaces

Mine looks like this
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
iface lo inet loopback
# The first network card - this entry was created during the 
Debian installation

# (network, broadcast and gateway are optional)
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1

(yes - that third paragraph was a dig at NT toadies, and I have two of the 
bloody things at work.)



At 11:03 AM 7/5/00 +1000, you wrote:


I've been fiddling with getting through a MS Proxy from a debian box
in the last few days, and the ease of getting through it greatly depends
on the proxy configuration.  I believe our proxy is set up to only let 
through
http traffic.  Any other protocol that gets through therefore 'pretends' 
to be

talking http.  I have not yet found a way to telnet out in this manner (but a
windows machine can telnet using the MS Proxy client, so it must be possible
_somehow_).  I have however had greater success with lftp, which happens 
to be

available as a debian package of the same name.

However .. if you have the options of doing socks, I would certainly 
recommend that

as the better option.  I just wish I had that choice :)

- Chris Kenrick

(Shaun wrote...)
Another option might be dante-clients.


  Have to either choose to stick with this POS dial-up connection
  and pay the $20/month, or get better bandwidth for free and
  figure how to work around that evil program..

 M$ Proxy offer socks4 server - You can use this support with the sockified
 versions of ftp and telnet :

 http://www.socks.nec.com/http://www.socks.nec.com/




 Davide

 --
 Feel free, feel Debian !




 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null


--

--  Shaul Karl [EMAIL PROTECTED]


--

--  Shaul Karl [EMAIL PROTECTED]





Re: MS Proxy

2000-07-04 Thread Shaul Karl
Another option might be dante-clients.  


 
  Have to either choose to stick with this POS dial-up connection
  and pay the $20/month, or get better bandwidth for free and
  figure how to work around that evil program..
 
 M$ Proxy offer socks4 server - You can use this support with the sockified
 versions of ftp and telnet :
 
 http://www.socks.nec.com/
 
 
 
 
 Davide
 
 --
 Feel free, feel Debian !
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 

--  Shaul Karl [EMAIL PROTECTED]



-- 

--  Shaul Karl [EMAIL PROTECTED]




RE: MS Proxy

2000-07-04 Thread Kenrick, Chris
Title: RE: MS Proxy 





I've been fiddling with getting through a MS Proxy from a debian box
in the last few days, and the ease of getting through it greatly depends
on the proxy configuration. I believe our proxy is set up to only let through
http traffic. Any other protocol that gets through therefore 'pretends' to be 
talking http. I have not yet found a way to telnet out in this manner (but a 
windows machine can telnet using the MS Proxy client, so it must be possible 
_somehow_). I have however had greater success with lftp, which happens to be 
available as a debian package of the same name.


However .. if you have the options of doing socks, I would certainly recommend that 
as the better option. I just wish I had that choice :)


- Chris Kenrick 



(Shaun wrote...)
Another option might be dante-clients. 



 
  Have to either choose to stick with this POS dial-up connection
  and pay the $20/month, or get better bandwidth for free and
  figure how to work around that evil program..
 
 M$ Proxy offer socks4 server - You can use this support with the sockified
 versions of ftp and telnet :
 
 http://www.socks.nec.com/
 
 
 
 
 Davide
 
 --
 Feel free, feel Debian !
 
 
 
 
 -- 
 Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


-- 
 
 -- Shaul Karl [EMAIL PROTECTED]




-- 
 
 -- Shaul Karl [EMAIL PROTECTED]





MS Proxy

2000-07-03 Thread Michal Novak

I have problem with Debian after firewall (MS Proxy 2.0).
Netscape and Lynx can use http and ftp with no problem, but
I can't configure another program (gFTP, telnet) to communicate.
Can you help me?

Thnx Michal



Re: MS Proxy

2000-07-03 Thread Davide Libenzi

 I have problem with Debian after firewall (MS Proxy 2.0).
 Netscape and Lynx can use http and ftp with no problem, but
 I can't configure another program (gFTP, telnet) to communicate.
 Can you help me?

Replace Your M$ Proxy machine with a cheap PC ( 3-486 8Mb )
running Linux+IPMasquerading+Diald and You get a valid proxy
for both WinXX and UniXX.
Look at the howto-s for configuration tips and examples.





Davide

--
Feel free, feel Debian !





Re: MS Proxy

2000-07-03 Thread Brian E. Ermovick
Just a note that that won't always fix the problem -- as I have
recently been offered an ethernet connection behind my
landlord's fiberoptic line -- too bad he's running MS Proxy.

Have to either choose to stick with this POS dial-up connection
and pay the $20/month, or get better bandwidth for free and
figure how to work around that evil program..

 - Talein

On Mon, Jul 03, 2000 at 10:59:20AM +0200, Davide Libenzi wrote:
 
  I have problem with Debian after firewall (MS Proxy 2.0).
  Netscape and Lynx can use http and ftp with no problem, but
  I can't configure another program (gFTP, telnet) to communicate.
  Can you help me?
 
 Replace Your M$ Proxy machine with a cheap PC ( 3-486 8Mb )
 running Linux+IPMasquerading+Diald and You get a valid proxy
 for both WinXX and UniXX.
 Look at the howto-s for configuration tips and examples.
 
 
 
 
 
 Davide
 
 --
 Feel free, feel Debian !
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Re: MS Proxy

2000-07-03 Thread Davide Libenzi

 Have to either choose to stick with this POS dial-up connection
 and pay the $20/month, or get better bandwidth for free and
 figure how to work around that evil program..

M$ Proxy offer socks4 server - You can use this support with the sockified
versions of ftp and telnet :

http://www.socks.nec.com/




Davide

--
Feel free, feel Debian !





MS Proxy

2000-03-27 Thread David Gisborne
I am stuck behind a Microsoft Proxy Server. Is there any way I can access the 
internet from behind the proxy?

Thanks



Re: MS Proxy

2000-03-27 Thread Patrick
On Mon, Mar 27, 2000 at 09:45:46AM -0500, David Gisborne wrote:
 I am stuck behind a Microsoft Proxy Server. Is there any way I can access the 
 internet from behind the proxy?
 
Oddly enough, that is exactly what M$ Proxy is designed to do.  Its a
dog but can be got to work.  What problem were you having?  Does your
sysadmin policy allow you Internet access?

   Thanks
   
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
Patrick Kirk

Diplomacy is the art of saying nice doggy until you can find a rock.


Re: MS Proxy

2000-03-27 Thread Jens B. Jorgensen
M$ Proxy Server uses a proprietary (surprise!) protocol for the regular M$ 
proxy server clients. However, Proxy
Server also supports Socks4 but this has to be turned on (I think by default it 
isn't turned on). With socks4 you
can use the proxy server just fine, in Netscape you can set this in the proxy 
preferences, with other
command-line stuff you can use runsocks. Install the socks4 client package and 
read the man pages.

David Gisborne wrote:

 I am stuck behind a Microsoft Proxy Server. Is there any way I can access the 
 internet from behind the proxy?

 Thanks

--
Jens B. Jorgensen
[EMAIL PROTECTED]



Newbie: Linux with MS Proxy Server?

1998-08-12 Thread Jorge Sousa
Hi all,

I have Linux (debian) box in a LAN dominated by m$ NT servers. All internet
access its via m$ proxy server.
Is there a way to hook up the linux system to that proxy (TERRA;
ip:192.168.0.4)?

Can you point me to some docs, HOWTOs, examples on how to acomplish this?


Thanks in advance.


Jorge Sousa
Portuguese Youth Institute