Re: Telnet y ftp

2003-03-27 Thread Faro
... y entonces capitan_buscapina escribió:

   Instale telnet y ftp, con ftpd y telnetd incluidos, pero cuando
   quiero hacer desde otra mquina un telnet o ftp a mi debian me dice que
   no puede abrir la conexion, trato de levantarlo con
   /etc/init.d/telnetd start y no esta ahi el telnetd ni tampoco ftp.

En el primer mensaje hablabas de xinetd. Debian por defecto trabaja
con inetd. Mira si por ahí van a venir los problemas.

Suponiendo que no te hayas metido en camisas de 11 baras, trabajas
con inetd. Asegurate que la instalación de los servidores ha sido
correcta comprobando que se han añadido los servicios en
/etc/inetd.conf. Es poco probable que los servicios corran fuera de
inetd, porque entonces estarían los scripts de inicio que no
encuentras.

Ahora puedes forzar a inetd a releer la configuración con:

# /etc/init.d/inetd reload

Antes de eso, asegúrate que has dado permisos en /etc/hosts.allow
para que puedan acceder al servicio. Para telnet será algo como:

in.telnetd: 68.172.18.1 127.0.0.1: ALLOW

-- 
Cálmese. Son sólo 0s y 1s. -- Www.frases.com.
faro at escomposlinux . org
Debian GNU/Linux - Usuario Linux #162541
http://www.escomposlinux.org/faro



Telnet y ftp

2003-03-26 Thread capitan_buscapina



Instale telnet y ftp, con ftpd y telnetd incluidos, 
pero cuando quiero hacer desde otra mquina un telnet o ftp a mi debian me dice 
que no puede abrir la conexion, trato de levantarlo con /etc/init.d/telnetd 
start y no esta ahi el telnetd ni tampoco ftp.
Y no se como agregarle la linea al xinetd para que 
arranque.
Ya se que me van a decri que use ssh porque telenet 
no es muy seguro, pero son solo dos maquinas que no tiene salida a ningun lado y 
quiero empezar por tratar de levantar eso


Re: Telnet y ftp

2003-03-26 Thread Alexander Wallace
Lo normal es que al instalarse se creen los scripts y tambien se levanten 
solos... Puedes mandar el comando que usaste para instalar lo que instalaste?


On Wednesday 26 March 2003 12:36, capitan_buscapina wrote:
 Instale telnet y ftp, con ftpd y telnetd incluidos, pero cuando quiero
 hacer desde otra mquina un telnet o ftp a mi debian me dice que no puede
 abrir la conexion, trato de levantarlo con /etc/init.d/telnetd start y no
 esta ahi el telnetd ni tampoco ftp. Y no se como agregarle la linea al
 xinetd para que arranque.
 Ya se que me van a decri que use ssh porque telenet no es muy seguro, pero
 son solo dos maquinas que no tiene salida a ningun lado y quiero empezar
 por tratar de levantar eso



Re: Telnet y ftp

2003-03-26 Thread capitan_buscapina
con apt-get lo instale
- Original Message -
From: Alexander Wallace [EMAIL PROTECTED]
To: capitan_buscapina [EMAIL PROTECTED];
debian-user-spanish@lists.debian.org
Sent: Wednesday, March 26, 2003 4:33 PM
Subject: Re: Telnet y ftp


 Lo normal es que al instalarse se creen los scripts y tambien se levanten
 solos... Puedes mandar el comando que usaste para instalar lo que
instalaste?


 On Wednesday 26 March 2003 12:36, capitan_buscapina wrote:
  Instale telnet y ftp, con ftpd y telnetd incluidos, pero cuando quiero
  hacer desde otra mquina un telnet o ftp a mi debian me dice que no puede
  abrir la conexion, trato de levantarlo con /etc/init.d/telnetd start y
no
  esta ahi el telnetd ni tampoco ftp. Y no se como agregarle la linea al
  xinetd para que arranque.
  Ya se que me van a decri que use ssh porque telenet no es muy seguro,
pero
  son solo dos maquinas que no tiene salida a ningun lado y quiero empezar
  por tratar de levantar eso




Re: Telnet y ftp

2003-03-26 Thread Santiago Vila
On Wed, 26 Mar 2003, capitan_buscapina wrote:

 Instale telnet y ftp, con ftpd y telnetd incluidos, pero cuando
 quiero hacer desde otra mquina un telnet o ftp a mi debian me dice que
 no puede abrir la conexion, trato de levantarlo con
 /etc/init.d/telnetd start y no esta ahi el telnetd ni tampoco ftp.

Claro, eso es porque telnetd y ftpd funcionan a través de inetd. Si miras
en /etc/inetd.conf verás las entradas correspondientes.

¿Puedes hacer un telnet o un ftp desde tu *propia* máquina? Eso te
dirá si de verdad están funcionando los servicios o no.



Re: Telnet y ftp

2003-03-26 Thread capitan_buscapina
No, no puedo hacer un telnet ni ftp en mi propia maquina, si puedo hacer para 
afuera, pero no para adentro ni en mi propia maquinaparece que el servicio 
no funciona.
Alguna idea de como levantarlo sino funcionaron los pasos anteriores?
Gracias


On Thu, 27 Mar 2003 01:05:34 +0100 (CET)
Santiago Vila [EMAIL PROTECTED] wrote:

 On Wed, 26 Mar 2003, capitan_buscapina wrote:
 
  Instale telnet y ftp, con ftpd y telnetd incluidos, pero cuando
  quiero hacer desde otra mquina un telnet o ftp a mi debian me dice que
  no puede abrir la conexion, trato de levantarlo con
  /etc/init.d/telnetd start y no esta ahi el telnetd ni tampoco ftp.
 
 Claro, eso es porque telnetd y ftpd funcionan a través de inetd. Si miras
 en /etc/inetd.conf verás las entradas correspondientes.
 
 ¿Puedes hacer un telnet o un ftp desde tu *propia* máquina? Eso te
 dirá si de verdad están funcionando los servicios o no.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



telnet y ftp

2003-03-24 Thread Fernando Romero



Quiero hacer un telnet o ftp desde otra maquina y 
no se conecta, como levanto el servicio en mi debian?
Parece que en la instalacion por defecto no viene 
levantado


Re: telnet y ftp

2003-03-24 Thread Alicia
On Mon, 24 Mar 2003 21:10:13 -0300
Fernando Romero [EMAIL PROTECTED] wrote:

 Quiero hacer un telnet o ftp desde otra maquina y no se conecta, como levanto 
 el servicio en mi debian?
 Parece que en la instalacion por defecto no viene levantado

y porque no pones ssh mejor que telnet ¿

Bueno si lo que quieres es telnet instala telnetd, pordefecto te crea un script 
de inicio enlazado a /etc/init.d
En cuanto al ftp igual  
un saludo Alicia



Re: telnet y ftp

2003-03-24 Thread Alexander Wallace
Ambos, telnet y ftp son en extremo inseguros, ya que transmiten las 
contrasenias al aire sin codificar. Por esa razon te recomiendo mil veces 
uses ssh y scp o sftp para sustituirles, que hacen lo mismo y mas. Si aun asi 
quieres instalar esos sevicios, corre:

apt-cache search ftp | grep ftp
apt-cache search telnet | grep telnet

y ve cual ftpd y telnetd te gusta y puedes luego instalarlos con apt-get 
install.

Salu2

para busca
On Monday 24 March 2003 18:10, Fernando Romero wrote:
 Quiero hacer un telnet o ftp desde otra maquina y no se conecta, como
 levanto el servicio en mi debian? Parece que en la instalacion por defecto
 no viene levantado



Re: telnet y ftp

2003-03-24 Thread Julen Landa Alustiza
On Mon, 24 Mar 2003 21:10:13 -0300
Fernando Romero [EMAIL PROTECTED] wrote:

 Quiero hacer un telnet o ftp desde otra maquina y no se conecta, como levanto 
 el servicio en mi debian?
 Parece que en la instalacion por defecto no viene levantado
Primero tienes que instalar los servidores. En el caso del ftp, ftpd mismo o 
proftpd te sirve, y en caso del telnet el paquete se llama telnetd,
aunque no te recomiendo esta opcion ya que la informacion va en texto plano y 
es muy facil sniffearlo. Utiliza ssh, que va cifrado, y te sirve
perfectamente para hacer login remoto en el equipo


-- 
Julen Landa Alustiza
mundurat.net eko administraria
[EMAIL PROTECTED]



slow telnet and ftp connections

2002-03-05 Thread jsalord
My System:
potato with the security updates.
proftpd
telnetd

My Problem:
telnet and ftp (local network) connections to my server from win clients
(CUTE FTP, MSIE, Putty ...) are very slow:
The Telnet running is not slow when connection is done, so the anoying thing
is just the connection.

Linux telnet client connect to the server very fast.
But Win telnet client also connects to another server out of the network
very fast ?!

So I don't know which could be the problem?

Josep



Re: [mailinglists] slow telnet and ftp connections

2002-03-05 Thread Philipp Steinkrger
Hi,

the problem is the DNS Lookup. check your DNS Settings, that
should solve the problem.

regards,
Philipp

Am 05.03.2002 11:41:19, schrieb [EMAIL PROTECTED]:

My System:
potato with the security updates.
proftpd
telnetd

My Problem:
telnet and ftp (local network) connections to my server from win clients
(CUTE FTP, MSIE, Putty ...) are very slow:
The Telnet running is not slow when connection is done, so the anoying thing
is just the connection.

Linux telnet client connect to the server very fast.
But Win telnet client also connects to another server out of the network
very fast ?!

So I don't know which could be the problem?

Josep


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








RE: slow telnet and ftp connections

2002-03-05 Thread Luis Cano
Seguramente intentas hacer el telnet al nombre de la máquina, y al
intentar hacer la resolución inversa, no existe en el DNS. Por eso
te va lento.

La solución sería meter el nombre de tu máquina en la zona de resolución
inversa.

Otra opción, para detectar si ese es realmente el problema, es meter en
el fichero hosts de la máquina desde donde ejecutas el cliente el nombre
de tu máquina y tu IP. Al resolver, la conexión te irá perféctamente.

Pruébalo, y nos cuentas.

Un saludo.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Enviado el: martes, 05 de marzo de 2002 11:41
Para: debian-isp@lists.debian.org
CC: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
Asunto: slow telnet and ftp connections


My System:
potato with the security updates.
proftpd
telnetd

My Problem:
telnet and ftp (local network) connections to my server from win clients
(CUTE FTP, MSIE, Putty ...) are very slow:
The Telnet running is not slow when connection is done, so the anoying thing
is just the connection.

Linux telnet client connect to the server very fast.
But Win telnet client also connects to another server out of the network
very fast ?!

So I don't know which could be the problem?

Josep


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




Re: slow telnet and ftp connections

2002-03-05 Thread jsalord
Well,

I've have added to my /etc/hosts the Ip of my win client and now it is
working fine. At least from inside the network.
For the ftp from the outside network mybe I should deactivate the reverseDNS
and identLookups of my ftp server.

Thanks to everybody!

Josep
- Original Message -
From: Luis Cano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; debian-isp@lists.debian.org
Cc: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
Sent: Tuesday, March 05, 2002 11:57 AM
Subject: RE: slow telnet and ftp connections


 Seguramente intentas hacer el telnet al nombre de la máquina, y al
 intentar hacer la resolución inversa, no existe en el DNS. Por eso
 te va lento.

 La solución sería meter el nombre de tu máquina en la zona de resolución
 inversa.

 Otra opción, para detectar si ese es realmente el problema, es meter en
 el fichero hosts de la máquina desde donde ejecutas el cliente el nombre
 de tu máquina y tu IP. Al resolver, la conexión te irá perféctamente.

 Pruébalo, y nos cuentas.

 Un saludo.

 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Enviado el: martes, 05 de marzo de 2002 11:41
 Para: debian-isp@lists.debian.org
 CC: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
 Asunto: slow telnet and ftp connections


 My System:
 potato with the security updates.
 proftpd
 telnetd

 My Problem:
 telnet and ftp (local network) connections to my server from win clients
 (CUTE FTP, MSIE, Putty ...) are very slow:
 The Telnet running is not slow when connection is done, so the anoying
thing
 is just the connection.

 Linux telnet client connect to the server very fast.
 But Win telnet client also connects to another server out of the network
 very fast ?!

 So I don't know which could be the problem?

 Josep


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






slow telnet and ftp connections

2002-03-05 Thread jsalord
My System:
potato with the security updates.
proftpd
telnetd

My Problem:
telnet and ftp (local network) connections to my server from win clients
(CUTE FTP, MSIE, Putty ...) are very slow:
The Telnet running is not slow when connection is done, so the anoying thing
is just the connection.

Linux telnet client connect to the server very fast.
But Win telnet client also connects to another server out of the network
very fast ?!

So I don't know which could be the problem?

Josep



Re: slow telnet and ftp connections

2002-03-05 Thread Richard Hector
[EMAIL PROTECTED] wrote:
 
 My System:
 potato with the security updates.
 proftpd
 telnetd
 
 My Problem:
 telnet and ftp (local network) connections to my server from win clients
 (CUTE FTP, MSIE, Putty ...) are very slow:
 The Telnet running is not slow when connection is done, so the anoying thing
 is just the connection.
 
 Linux telnet client connect to the server very fast.
 But Win telnet client also connects to another server out of the network
 very fast ?!

That is often a DNS problem. Does the Linux server have any way to
translate the Windows client's IP address back to a name? Either
/etc/hosts or DNS?

Richard

-- 
I'm currently looking for work; see my Curriculum Vitae here:
http://homepages.paradise.net.nz/~rhector/cv.html



Re: slow telnet and ftp connections

2002-03-05 Thread Matthew Lambie
I've found that some applications rely on the /etc/hosts file else they are
really slow to kick in. swat is a great example of this. Make sure your
windows machines are referenced in there and see if that helps it.

I have pseudo-static IPs for all my machines (constant DHCP), so it's not a
problem, but if they have dynamic IPs then you'd have to work out how to
update the hosts file automatically, which I have never done.

Hope this helps,

Matt Lambie
- Original Message -
From: [EMAIL PROTECTED]
To: debian-isp@lists.debian.org
Cc: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
Sent: Tuesday, March 05, 2002 6:41 PM
Subject: slow telnet and ftp connections


 My System:
 potato with the security updates.
 proftpd
 telnetd

 My Problem:
 telnet and ftp (local network) connections to my server from win clients
 (CUTE FTP, MSIE, Putty ...) are very slow:
 The Telnet running is not slow when connection is done, so the anoying
thing
 is just the connection.

 Linux telnet client connect to the server very fast.
 But Win telnet client also connects to another server out of the network
 very fast ?!

 So I don't know which could be the problem?

 Josep


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





Re: [mailinglists] slow telnet and ftp connections

2002-03-05 Thread Philipp Steinkrüger
Hi,

the problem is the DNS Lookup. check your DNS Settings, that
should solve the problem.

regards,
Philipp

Am 05.03.2002 11:41:19, schrieb [EMAIL PROTECTED]:

My System:
potato with the security updates.
proftpd
telnetd

My Problem:
telnet and ftp (local network) connections to my server from win clients
(CUTE FTP, MSIE, Putty ...) are very slow:
The Telnet running is not slow when connection is done, so the anoying thing
is just the connection.

Linux telnet client connect to the server very fast.
But Win telnet client also connects to another server out of the network
very fast ?!

So I don't know which could be the problem?

Josep


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








RE: slow telnet and ftp connections

2002-03-05 Thread Luis Cano
Seguramente intentas hacer el telnet al nombre de la máquina, y al
intentar hacer la resolución inversa, no existe en el DNS. Por eso
te va lento.

La solución sería meter el nombre de tu máquina en la zona de resolución
inversa.

Otra opción, para detectar si ese es realmente el problema, es meter en
el fichero hosts de la máquina desde donde ejecutas el cliente el nombre
de tu máquina y tu IP. Al resolver, la conexión te irá perféctamente.

Pruébalo, y nos cuentas.

Un saludo.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Enviado el: martes, 05 de marzo de 2002 11:41
Para: debian-isp@lists.debian.org
CC: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
Asunto: slow telnet and ftp connections


My System:
potato with the security updates.
proftpd
telnetd

My Problem:
telnet and ftp (local network) connections to my server from win clients
(CUTE FTP, MSIE, Putty ...) are very slow:
The Telnet running is not slow when connection is done, so the anoying thing
is just the connection.

Linux telnet client connect to the server very fast.
But Win telnet client also connects to another server out of the network
very fast ?!

So I don't know which could be the problem?

Josep


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




Re: slow telnet and ftp connections

2002-03-05 Thread jsalord
Well,

I've have added to my /etc/hosts the Ip of my win client and now it is
working fine. At least from inside the network.
For the ftp from the outside network mybe I should deactivate the reverseDNS
and identLookups of my ftp server.

Thanks to everybody!

Josep
- Original Message -
From: Luis Cano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; debian-isp@lists.debian.org
Cc: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
Sent: Tuesday, March 05, 2002 11:57 AM
Subject: RE: slow telnet and ftp connections


 Seguramente intentas hacer el telnet al nombre de la máquina, y al
 intentar hacer la resolución inversa, no existe en el DNS. Por eso
 te va lento.

 La solución sería meter el nombre de tu máquina en la zona de resolución
 inversa.

 Otra opción, para detectar si ese es realmente el problema, es meter en
 el fichero hosts de la máquina desde donde ejecutas el cliente el nombre
 de tu máquina y tu IP. Al resolver, la conexión te irá perféctamente.

 Pruébalo, y nos cuentas.

 Un saludo.

 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Enviado el: martes, 05 de marzo de 2002 11:41
 Para: debian-isp@lists.debian.org
 CC: debian-user-spanish@lists.debian.org; debian-user@lists.debian.org
 Asunto: slow telnet and ftp connections


 My System:
 potato with the security updates.
 proftpd
 telnetd

 My Problem:
 telnet and ftp (local network) connections to my server from win clients
 (CUTE FTP, MSIE, Putty ...) are very slow:
 The Telnet running is not slow when connection is done, so the anoying
thing
 is just the connection.

 Linux telnet client connect to the server very fast.
 But Win telnet client also connects to another server out of the network
 very fast ?!

 So I don't know which could be the problem?

 Josep


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






Re: Telnet y ftp.

2001-12-22 Thread THPR
Yo lo podria asi:
ALL : Endeavour.eresmas.es : ALLOW
in.ftpd : 192.168.1.2 : ALLOW
in.telnetd : 192.168.1.2 : ALLOW

es solo mi opinion, espero quete funcione
saludos

- Original Message -
From: Jose Luis Alarcon [EMAIL PROTECTED]
To: Bernardo Arlandis Mañó [EMAIL PROTECTED]
Cc: debian-user-spanish@lists.debian.org
Sent: Friday, December 21, 2001 3:59 PM
Subject: Re: Telnet y ftp.



Te aconsejo que compruebes los ficheros /etc/hosts.allow y
/etc/hosts.deny para permitir los accesos que por defecto están
restringidos.


  Gracias por tu ayuda Bernardo, ¿como te va?.

  He seguido tu consejo y he leido las paginas man oportunas,
pero sigue sin funcionar.

  Te mando el archivo /etc/hosts.allow por si le ves algo
incorrecto.

  Muchas gracias de nuevo.

  Saludos.

  Jose.

Debian GNU/Linux 'Sid' Kernel 2.4.16.
Usuario Linux registrado #213309.
Una vez más cabalgaré con mis caballeros,
para defender lo que fue.
y el sueño de lo que pudo ser.

_
Get email for your site --- http://www.everyone.net







 # /etc/hosts.allow: list of hosts that are allowed to access the system.
 #   See the manual pages hosts_access(5), hosts_options(5)
 #   and /usr/doc/netbase/portmapper.txt.gz
 #
 # Example:ALL: LOCAL @some_netgroup
 # ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
 #
 # If you're going to protect the portmapper use the name portmap for the
 # daemon name. Remember that you can only use the keyword ALL and IP
 # addresses (NOT host or domain names) for the portmapper. See portmap(8)
 # and /usr/doc/netbase/portmapper.txt.gz for further information.
 #

 #
 # Permiso para que entre Endeavour.
 #

 ALL: Endeavour.eresmas.es
 in.ftpd: 192.168.1.2 :ALLOW
 in.telnetd : 192.168.1.2 :ALLOW




Re: Telnet y ftp.

2001-12-21 Thread Jose Luis Alarcon

Te aconsejo que compruebes los ficheros /etc/hosts.allow y 
/etc/hosts.deny para permitir los accesos que por defecto están 
restringidos.


  Gracias por tu ayuda Bernardo, ¿como te va?.

  He seguido tu consejo y he leido las paginas man oportunas,
pero sigue sin funcionar.

  Te mando el archivo /etc/hosts.allow por si le ves algo
incorrecto.

  Muchas gracias de nuevo.

  Saludos.

  Jose.

Debian GNU/Linux 'Sid' Kernel 2.4.16.
Usuario Linux registrado #213309.
Una vez más cabalgaré con mis caballeros,
para defender lo que fue.
y el sueño de lo que pudo ser.

_
Get email for your site --- http://www.everyone.net
# /etc/hosts.allow: list of hosts that are allowed to access the system.
#   See the manual pages hosts_access(5), hosts_options(5)
#   and /usr/doc/netbase/portmapper.txt.gz
#
# Example:ALL: LOCAL @some_netgroup
# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#
# If you're going to protect the portmapper use the name portmap for the
# daemon name. Remember that you can only use the keyword ALL and IP
# addresses (NOT host or domain names) for the portmapper. See portmap(8)
# and /usr/doc/netbase/portmapper.txt.gz for further information.
#

#
# Permiso para que entre Endeavour.
#

ALL: Endeavour.eresmas.es
in.ftpd: 192.168.1.2 :ALLOW
in.telnetd : 192.168.1.2 :ALLOW
---BeginMessage---

Jose Luis Alarcon wrote:


 Saludos a [EMAIL PROTECTED]

Por fin he conseguido a traves de interfaces sl0, 
establecer procesos ping entre mis maquinas

Debian y Mandrake, en ambos sentidos.

 Ahora llega la hora de usar aplicaciones
como telnet, ftp u otras similares.

 Los intentos que he realizado hasta ahora
han fracasado, con repuestas como Connection
refused en el caso de telnet o Login incorrect
en el caso de ftp.

Te aconsejo que compruebes los ficheros /etc/hosts.allow y 
/etc/hosts.deny para permitir los accesos que por defecto están 
restringidos.




 ¿Alguna ayuda para configurar correctamente
estas aplicaciones, al menos en el caso de
Debian? ¿Alguna sugerencia para usar otras
aplicaciones?.


 He leido un poco sobre dip. ¿Que hace 
exactamente este programa?, ¿alguien lo

ha usado?.

 Cualquier ayuda sera muy bien recibida.

 Muchas gracias, anticipadamente.

 Jose Luis.

Debian GNU/Linux 'Sid' Kernel 2.4.16.
Usuario Linux registrado #213309.
Una vez más cabalgaré con mis caballeros,
para defender lo que fue.
y el sueño de lo que pudo ser.

_
Get email for your site --- http://www.everyone.net







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

---End Message---


Re: Telnet y ftp.

2001-12-21 Thread Bernardo Arlandis Mañó




Lo de tu hosts.allow parece que est bien. Quita el ":ALLOW" del final. Ah
puedes poner un comando del shell que se ejecute cada vez que se deniegue
el acceso, pero es opcional. Puedes dejarlo como:
in.ftpd: 192.168.1.2
in.telnetd : 192.168.1.2
Tambin puedes usar 192.168. o LOCAL en lugar de la ip completa para dar
permisos a todas las mquinas en la red local.
Mira la consola de mensajes o el syslog, ah aparece un mensaje cada vez
que se deniega el acceso. Si no aparece, el problema estar en otro sitio.
No intentes hacer telnet como root, usa otro usuario.
Saludos.
--
Jose Luis Alarcon wrote:

  
Te aconsejo que compruebes los ficheros /etc/hosts.allow y /etc/hosts.deny para permitir los accesos que por defecto estn restringidos.

  Gracias por tu ayuda Bernardo, como te va?.  He seguido tu consejo y he leido las paginas man oportunas,pero sigue sin funcionar.  Te mando el archivo /etc/hosts.allow por si le ves algoincorrecto.  Muchas gracias de nuevo.  Saludos.  Jose.Debian GNU/Linux 'Sid' Kernel 2.4.16.Usuario Linux registrado #213309.Una vez ms cabalgar con mis caballeros,para defender lo que fue.y el sueo de lo que pudo ser._Get email for your site --- http://www.everyone.net







Telnet y ftp.

2001-12-20 Thread Jose Luis Alarcon
  Saludos a [EMAIL PROTECTED]

 Por fin he conseguido a traves de interfaces sl0, 
establecer procesos ping entre mis maquinas
Debian y Mandrake, en ambos sentidos.

  Ahora llega la hora de usar aplicaciones
como telnet, ftp u otras similares.

  Los intentos que he realizado hasta ahora
han fracasado, con repuestas como Connection
refused en el caso de telnet o Login incorrect
en el caso de ftp.

  ¿Alguna ayuda para configurar correctamente
estas aplicaciones, al menos en el caso de
Debian? ¿Alguna sugerencia para usar otras
aplicaciones?.

  He leido un poco sobre dip. ¿Que hace 
exactamente este programa?, ¿alguien lo
ha usado?.

  Cualquier ayuda sera muy bien recibida.

  Muchas gracias, anticipadamente.

  Jose Luis.

Debian GNU/Linux 'Sid' Kernel 2.4.16.
Usuario Linux registrado #213309.
Una vez más cabalgaré con mis caballeros,
para defender lo que fue.
y el sueño de lo que pudo ser.

_
Get email for your site --- http://www.everyone.net



Re: Telnet y ftp.

2001-12-20 Thread Bernardo Arlandis Mañó

Jose Luis Alarcon wrote:


 Saludos a [EMAIL PROTECTED]

Por fin he conseguido a traves de interfaces sl0, 
establecer procesos ping entre mis maquinas

Debian y Mandrake, en ambos sentidos.

 Ahora llega la hora de usar aplicaciones
como telnet, ftp u otras similares.

 Los intentos que he realizado hasta ahora
han fracasado, con repuestas como Connection
refused en el caso de telnet o Login incorrect
en el caso de ftp.

Te aconsejo que compruebes los ficheros /etc/hosts.allow y 
/etc/hosts.deny para permitir los accesos que por defecto están 
restringidos.




 ¿Alguna ayuda para configurar correctamente
estas aplicaciones, al menos en el caso de
Debian? ¿Alguna sugerencia para usar otras
aplicaciones?.


 He leido un poco sobre dip. ¿Que hace 
exactamente este programa?, ¿alguien lo

ha usado?.

 Cualquier ayuda sera muy bien recibida.

 Muchas gracias, anticipadamente.

 Jose Luis.

Debian GNU/Linux 'Sid' Kernel 2.4.16.
Usuario Linux registrado #213309.
Una vez más cabalgaré con mis caballeros,
para defender lo que fue.
y el sueño de lo que pudo ser.

_
Get email for your site --- http://www.everyone.net








telnet and ftp won't list directory

2001-10-22 Thread Eric Cheney

Hi folks.  I'm trying to put together an office server 
with woody.  When users log in via telnet or ftp, the 
login session hangs when a lot of text gets printed to the 
(remote) screen.  Same problem if you were to use vi or 
something that prints a lot of text to the screen.  No problem 
exists if I do any of this stuff via local monitor. Any one
have any clues about what could be going wrong?

I've got 2.4.12 kernel compiled. Woody, AMD Athlon, ASUS. 

What do you think?  Hardware problem or is there anything 
something I'm missing in setting up deb.

Thanks folks.
Eric
  



Re: Nither telnet nor ftp are found on my menu?

2000-10-17 Thread Sergey Suleimanov
 Shaul == Shaul Karl writes:

Shaul I haven't clarified myself properly: I was not reffering to the
Shaul executables. I was reffering to the menu entries, the ones that
Shaul you get when you use your left mouse button in the root of the
Shaul X windows system.  Assuming that is installed on your system,
Shaul do you have entries for ftp and telnet? Do you see the
Shaul corresponding files in /usr/lib/menu? Which packages installed
Shaul them?

/usr/lib/menu/default/netstd:

?package(netstd):needs=text section=Apps/Net title=Telnet \
command=/usr/bin/telnet

?package(netstd):needs=dwww section=Apps/Net title=Telnet \
  command=/usr/man/man1/telnet.1.gz dwwwtype=man\
  longtitle=telnet - user interface to the TELNET protocol\
  description=The telnet command is used to communicate with another\
 host using the TELNET protocol.  If telnet is invoked without the host\
 argument (as is done when executed from the menu), it enters command mode,\
 indicated by its prompt (telnet). In this mode, it accepts and executes\
 the commands listed in this manual page.  If it is invoked with\
 arguments, it performs an open command with those arguments.

?package(netstd):needs=text section=Apps/Net title=ftp 
command=/usr/bin/ftp

-- 
  Sergey Suleimanov



Nither telnet nor ftp are found on my menu?

2000-10-14 Thread Shaul Karl
I can't see a ftp or telnet entries in my menu.
Am I the only one?
How does the relevant files in /usr/lib/menu looks like?
What pacakges should be responsible for these menu entries?

Thank you.



Re: Nither telnet nor ftp are found on my menu?

2000-10-14 Thread kmself
On Sat, Oct 14, 2000 at 08:47:13AM +0200, Shaul Karl ([EMAIL PROTECTED]) wrote:
 I can't see a ftp or telnet entries in my menu.
 Am I the only one?
 How does the relevant files in /usr/lib/menu looks like?
 What pacakges should be responsible for these menu entries?

What are you trying to do?

To run telnet or ftp, execute them from a command line.

-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of Gestalt don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpsqFVSxTbjp.pgp
Description: PGP signature


Re: Nither telnet nor ftp are found on my menu?

2000-10-14 Thread kmself
On Sat, Oct 14, 2000 at 08:47:13AM +0200, Shaul Karl ([EMAIL PROTECTED]) wrote:
 I can't see a ftp or telnet entries in my menu.
 Am I the only one?
 How does the relevant files in /usr/lib/menu looks like?
 What pacakges should be responsible for these menu entries?

...if the executables aren't on your system, install them:


Package: telnet
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 188
Maintainer: Herbert Xu [EMAIL PROTECTED]
Source: netkit-telnet
Version: 0.17-5
Replaces: netstd
Provides: telnet-client
Depends: libc6 (= 2.1.2), libncurses5
Description: The telnet client.
 The telnet command is used for interactive communication with another host
 using the TELNET protocol.

Package: ftp
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 152
Maintainer: Herbert Xu [EMAIL PROTECTED]
Source: netkit-ftp
Version: 0.17-4
Replaces: netstd
Depends: libc6 (= 2.1.94), libncurses5, libreadline4 (= 4.1)
Description: The FTP client.
 ftp is the user interface to the ARPANET standard File Transfer Protocol.
 The program allows a user to transfer files to and from a remote network
 site.


-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of Gestalt don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpilIvYKeO1O.pgp
Description: PGP signature


Re: Nither telnet nor ftp are found on my menu?

2000-10-14 Thread Shaul Karl
 
 --+sHJum3is6Tsg7/J
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Sat, Oct 14, 2000 at 08:47:13AM +0200, Shaul Karl ([EMAIL PROTECTED])=
  wrote:
  I can't see a ftp or telnet entries in my menu.
  Am I the only one?
  How does the relevant files in /usr/lib/menu looks like?
  What pacakges should be responsible for these menu entries?
 
 =2E..if the executables aren't on your system, install them:
 


I haven't clarified myself properly:
I was not reffering to the executables. I was reffering to the menu entries, 
the ones that you get when you use your left mouse button in the root of the X 
windows system.
Assuming that is installed on your system, do you have entries for ftp and 
telnet? Do you see the corresponding files in /usr/lib/menu? Which packages 
installed them?


 
 Package: telnet
 Status: install ok installed
 Priority: standard
 Section: net
 Installed-Size: 188
 Maintainer: Herbert Xu [EMAIL PROTECTED]
 Source: netkit-telnet
 Version: 0.17-5
 Replaces: netstd
 Provides: telnet-client
 Depends: libc6 (=3D 2.1.2), libncurses5
 Description: The telnet client.
  The telnet command is used for interactive communication with another =
 host
  using the TELNET protocol.
 
 Package: ftp
 Status: install ok installed
 Priority: standard
 Section: net
 Installed-Size: 152
 Maintainer: Herbert Xu [EMAIL PROTECTED]
 Source: netkit-ftp
 Version: 0.17-4
 Replaces: netstd
 Depends: libc6 (=3D 2.1.94), libncurses5, libreadline4 (=3D 4.1)
 Description: The FTP client.
  ftp is the user interface to the ARPANET standard File Transfer Protoc=
 ol.
  The program allows a user to transfer files to and from a remote netwo=
 rk
  site.
 
 
 --=20
 Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
  Evangelist, Opensales, Inc.http://www.opensales.org
   What part of Gestalt don't you understand?  There is no K5 cabal
http://gestalt-system.sourceforge.net/http://www.kuro5hin.org
 GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0
 
 --+sHJum3is6Tsg7/J
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.2 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE56BrMOEeIn1XyubARAtZHAJ4xvMqVGU/B9pj5quGCuj6R9fhC5gCdG9wR
 RzZ+79Ccagko8+DpGsiU0ns=
 =QRCH
 -END PGP SIGNATURE-
 
 --+sHJum3is6Tsg7/J--
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 

Shaul Karl [EMAIL PROTECTED]




Re: Nither telnet nor ftp are found on my menu?

2000-10-14 Thread Michael P. Soulier
On Sat, Oct 14, 2000 at 04:36:21PM +0200, Shaul Karl wrote:

 I haven't clarified myself properly:
 I was not reffering to the executables. I was reffering to the menu entries, 
 the ones that you get when you use your left mouse button in the root of the 
 X 
 windows system.
 Assuming that is installed on your system, do you have entries for ftp and 
 telnet? Do you see the corresponding files in /usr/lib/menu? Which packages 
 installed them?

You make it sound like there's only one window manager. This isn't
winblows. The answer to that is entirely dependent on the window manager
and/or desktop system you're using. 
I'll stick to the command-line. It's faster for me.

Mike

-- 
Michael P. Soulier [EMAIL PROTECTED]
...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort.  -Harley Hahn, A Student's Guide to UNIX
PGP Public Key: http://www.storm.ca/~msoulier/personal.html



Re: Nither telnet nor ftp are found on my menu?

2000-10-14 Thread Eric G . Miller
On Sat, Oct 14, 2000 at 11:12:46AM -0400, Michael P. Soulier wrote:
 On Sat, Oct 14, 2000 at 04:36:21PM +0200, Shaul Karl wrote:
 
  I haven't clarified myself properly: I was not reffering to the
  executables. I was reffering to the menu entries, the ones that you
  get when you use your left mouse button in the root of the X windows
  system.  Assuming that is installed on your system, do you have
  entries for ftp and telnet? Do you see the corresponding files in
  /usr/lib/menu? Which packages installed them?
 
 You make it sound like there's only one window manager. This isn't
 winblows. The answer to that is entirely dependent on the window
 manager and/or desktop system you're using.  I'll stick to the
 command-line. It's faster for me.

Well, if Shaul wants to add menu entries

$ su -
Password:
$ cd /etc/menu
$ editor ftp
?package(ftp):\
needs=text\
section=Apps/Net\
title=ftp\
command=/usr/bin/ftp
$ editor telnet
?package(telnet-ssl):\
needs=text\
section=Apps/Net\
title=telnet-ssl\
command=/usr/bin/telnet
$ update-menus
$ exit

See the README in /etc/menu.  Use name.local for package names that
are locally installed and not in dpkg's database (otherwise it tries to
verify the package is installed before adding the menu entry).  Debian's
menu system should work for just about any window-manager that has a
concept of menus.  If it doesn't, that window-manager package is broken!

-- 
/bin/sh ~/.signature:
Command not found



telnet and ftp

2000-10-11 Thread stefan goeman
Hello,

For some testing I want to setup a telnet and/or an ftp connection to a remote 
machine (I also have physical access to the remote machine).
Is it possible to setup such connection WITHOUT providing any username and 
password.

(Basically I want to setup an unknown number of telnet and/or ftp session to a 
machine and see when it drops out. I want to put this in some script)

Greetings,

Stefan Goeman

-- 

* SIEMENS ATEA NV  *
*  *
*  ICN D NC A: *
*Ir. Stefan Goeman *
*Tel: +32 14 253020*
*e-mail: [EMAIL PROTECTED] *
*  *
*  P.S.: Linux is great!!  *





Re: telnet and ftp

2000-10-11 Thread kmself
On Wed, Oct 11, 2000 at 04:56:57PM +, stefan goeman ([EMAIL PROTECTED]) 
wrote:
 Hello,
 
 For some testing I want to setup a telnet and/or an ftp connection to
 a remote machine (I also have physical access to the remote machine).
 Is it possible to setup such connection WITHOUT providing any username
 and password.

You could provide a non-password protected account, though this is
highly dangerous.  I'd use a restricted shell and a chroot jail if I
were to this at all.  You could probably script the telnet session with
Expect.

 (Basically I want to setup an unknown number of telnet and/or ftp
 session to a machine and see when it drops out. I want to put this in
 some script)

Why?

Telnet and ftp are dangerous and insecure protocols.  They should be
banished.  ssh, scp, and secure alternatives exist.


-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of Gestalt don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpfio62MTSLI.pgp
Description: PGP signature


Re: telnet y ftp

2000-10-10 Thread Carlos López
Una forma muy bonita de hacerlo es utilizando las
librerias PAM que tienes en /etc/pam.d . Ahí tienes un
montón de archivos de configuración de telnet,ftp,ssh,
etc. Podrás restringir a quien quieras.

--- Hue-Bond [EMAIL PROTECTED] escribió:   
   Buinas!
 
  Mi primito quiere que ciertos usuarios
 puedan entrar por FTP de
  forma autentificada (no  anónima) pero no por
 telnet,  de forma que
  ha cambiado el  /etc/passwd para que la shell
 del  usuario apunte a
  /bin/false, pero el  caso es que esto le impide
  entrar también por
  FTP. ¿Cómo se puede hacer?
 
 
 -- 
  Just do it.
 
 David Serrano [EMAIL PROTECTED]
 Linux Registered User #87069
 Hi! I'm a .signature virus!  Copy me into your
 ~/.signature to help me spread!
 

 ATTACHMENT part 2 application/pgp-signature 



_
Do You Yahoo!?
Obtenga su dirección de correo-e gratis @yahoo.com
en http://correo.espanol.yahoo.com



Re: telnet y ftp

2000-10-10 Thread void
Sin saber de que demonio de ftp que usais , pero es bastante posible que
requiera que /usr/bin/flase este listada en /etc/shells.
Espero que eso ayude, funciona en el caso de ftpd de openBSD.
un saludo


[EMAIL PROTECTED]:~$ cd pub ##Victor Manuel Calzado Mayo
[EMAIL PROTECTED]:~$ more beer   ##Debian potato ESTABLE!!!




RE: telnet y ftp

2000-10-10 Thread Oriol de la Dehesa Demaria
Ya te han contestado un par, aquí va mi solución, suponiendo que esté usando
WU-FTPD...

La shell /bin/false no está declarada en /etc/shells seguramente, lo cual si
como me imagino, está usando el WU-FTPD, no les dejaría entrar. 

Otro tema que también podría que hacer (con el WU-FTPD) es que tendrá que
copiar los directorios con los ejecutables (ls y tal..), para realizar el
chroot correctamente. La manera más sencilla es copiando los que Debian te crea
en el propio FTP anónimo,  y editando el etc/passwd y el etc/group y
ajustándolos a cada usuario, es decir con el GID y UID correspondientes al
usuario. Tendrá que añadir al fichero /etc/wu-ftpd/ftpaccess guestuser * para
realizar el chroot a su directorio, y que no estén pululando por todo el
disco...

Un saludo.

El 10-Oct-2000 Hue-Bond escribio:
  Buinas!
 
  Mi primito quiere que ciertos usuarios puedan entrar por FTP de
  forma autentificada (no  anónima) pero no por telnet,  de forma que
  ha cambiado el  /etc/passwd para que la shell del  usuario apunte a
  /bin/false, pero el  caso es que esto le impide  entrar también por
  FTP. ¿Cómo se puede hacer?
 
 
 -- 
  Just do it.
 
 David Serrano [EMAIL PROTECTED] Linux Registered User
#87069
 Hi! I'm a .signature virus!  Copy me into your ~/.signature to help me
 spread!

_
E-Mail: Oriol de la Dehesa Demaria [EMAIL PROTECTED]
SMS: [EMAIL PROTECTED]
PGP public key: http://www.icubo.com/pgp/oriol.asc
Debian 2.2 GNU/Linux
_



telnet and ftp in potato

2000-07-17 Thread Triggs; Ian
Hi, I just installed potato and set up the computer correctly for use on
my LAN, I can ping it, and it can ping out.  The trouble is however, when
I try to telnet into the computer it connects but no login prompt
appears.  The same applies with ftp, it says connected, but again no login
prompt.  When i telnet localhost from itself it functions correctly, but
ftp'ing localhost doesn't work.  My hosts.allow is allowing everyone and
hosts.deny is denying no-one.  Any suggestions?!?


Thanks is advance,

Ian




telnet and ftp in potato

2000-07-17 Thread Triggs; Ian
Hi, I just installed potato and set up the computer correctly for use on
my LAN, I can ping it, and it can ping out.  The trouble is however, when
I try to telnet into the computer it connects but no login prompt
appears.  The same applies with ftp, it says connected, but again no login
prompt.  When i telnet localhost from itself it functions correctly, but
ftp'ing localhost doesn't work.  My hosts.allow is allowing everyone and
hosts.deny is denying no-one.  Any suggestions?!?


Thanks is advance,

Ian





Re: telnet and ftp in potato

2000-07-17 Thread Ron Rademaker
About telnet: It COULD be a misconfigured firewall (see what ipchains -L
gives you)
About ftp: firewall could also be the problem, but maybe you're not
running a ftpd.

Ron Rademaker

On Mon, 17 Jul 2000, Triggs; Ian wrote:

 Hi, I just installed potato and set up the computer correctly for use on
 my LAN, I can ping it, and it can ping out.  The trouble is however, when
 I try to telnet into the computer it connects but no login prompt
 appears.  The same applies with ftp, it says connected, but again no login
 prompt.  When i telnet localhost from itself it functions correctly, but
 ftp'ing localhost doesn't work.  My hosts.allow is allowing everyone and
 hosts.deny is denying no-one.  Any suggestions?!?
 
 
 Thanks is advance,
 
 Ian
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 



Re: telnet and ftp in potato

2000-07-17 Thread Triggs; Ian
This could be it, as I have a cable modem connected straight into my hub,
and another computer on the network being the firewall, however it only
has one card so it is using the one ethernet card for both the cable modem
and the LAN.

On Mon, 17 Jul 2000, Ron Rademaker wrote:

 About telnet: It COULD be a misconfigured firewall (see what ipchains -L
 gives you)
 About ftp: firewall could also be the problem, but maybe you're not
 running a ftpd.





timeout with telnet or ftp

1999-12-29 Thread Bernd
hi

i'm new on this list and would need your help please.

im running slink here as a router and it works great. but if i
want to telnet or ftp to this pc, it needs some minutes to
receive the login. my ftp-client gets a timeout all the time. how
can i fix this problem? please help me!!

mfg bernd


Re: timeout with telnet or ftp

1999-12-29 Thread aphro
that tends to happen a lot with machines with a broken DNS configuration,
install a DNS and/or try commenting out the lines in
/etc/hosts.deny.  It's best to install a DNS and not rely on another
incase that other is not reachable it will take a while to 'time
out'.  most services try to reverse lookup the addresses that connect to
see if they are spoofing(not that most daemons do anything about it if
they are)

nate

On Wed, 29 Dec 1999, Bernd wrote:

bernd hi
bernd 
bernd i'm new on this list and would need your help please.
bernd 
bernd im running slink here as a router and it works great. but if i
bernd want to telnet or ftp to this pc, it needs some minutes to
bernd receive the login. my ftp-client gets a timeout all the time. how
bernd can i fix this problem? please help me!!
bernd 
bernd mfg bernd
bernd 
bernd 
bernd -- 
bernd Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
bernd 

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
3:03pm up 132 days, 2:57, 3 users, load average: 1.70, 1.64, 1.53


RE: Tarda mucho Telnet y ftp

1999-12-14 Thread Manuel Trujillo
   Sabeis el motivo de porque cuando hago un telnet o un ftp a
 mi servidor Debian, me tarda mucho en darme login y pedirme el
 usuario en ftp.

Prueba a poner la máquina desde donde haces el telnet o el ftp en el
/etc/hosts de la máquina receptora.

   \|/  \|/
Have a nice day  ;-)   @'/ ,. \'@
TooManySecrets /_| \__/ |_\
  \__U_/


RE: Tarda mucho Telnet y ftp

1999-12-14 Thread César Morillas
Suele pasar cuando o bien el rutado o bien el dns de alguna de las máquinas
no está bien configurado.

- Mensaje original -
De: Tomas Garijo [EMAIL PROTECTED]
Para: Debian-User-Spanish (Correo electronico)
debian-user-spanish@lists.debian.org
Enviado: martes 14 de diciembre de 1999 9:12
Asunto: Tarda mucho Telnet y ftp



 Hola a todos.

 Sabeis el motivo de porque cuando hago un telnet o un ftp a mi servidor
Debian, me tarda mucho en darme login y pedirme el usuario en ftp.

 Gracias


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



Re: Tarda mucho Telnet y ftp

1999-12-14 Thread Antonio Angel Sanz Arróspide
A mí eso me ha pasado cuando tenía configurada mi red con una máscara
muy grande. Me explico.

Si mi dirección IP es 10.10.4.16 por ejemplo y la máscara debería ser
255.255.255.0, es decir una red creo que del tipo C para 255 host. Si le
ponía una máscara del estilo 255.255.0.0, entonces me pasaba exactamente
lo que tú nos dices. Pero no encuentro explicación a este modo de
duncionar, porque si al final responde durante todo ese tiempo ¿Qué ha
estado haciendo el equipo?. Teniendo en cuenta además que a los ping
respondía inmediatamente. Con el tcpdump intentaba ver si el equipo
enviaba paquetes a otros sitios y no ví nada. En fin, espero que te
ayuden los síntomas de mi avería.

Saludos.


getting telnet and ftp working

1999-11-14 Thread Aaron Walker
Thanks, to those that answered my previous question..  I have another
question... the reason I wanted to restart inetd is because I am trying
to get telnetd and ftpd working.  I
added the following entries to inetd.conf:

ftpstreamtcpnowaitroot/usr/sbin/tcpd
/usr/sbin/in.ftpd
telnetstreamtcpnowaitroot/usr/sbin/tcpd
/usr/sbin/in.telnetd

restarted inetd:
kill -HUP inetd pid

then tried to do:
telnet localhost

which resulted in: Connection close by foreign host.
ftp localhost resulted in: 421 Service not available, remote server has

closed connection

Any ideas why this is not working?

Thanks again for your help,
Aaron


Re: getting telnet and ftp working

1999-11-14 Thread aphro
On Sun, 14 Nov 1999, Aaron Walker wrote:

amwalk Any ideas why this is not working?
amwalk 

to test, hit

mv /etc/hosts.deny /etc/hosts.deny-DISABLED

and try to telnet/ftp in ..it should let u in, by default i think debian
sets ALL : PARANOID in hosts.deny so it wont let u in unless u have an
entry in hosts.allow, or hosts.deny has no entries that would block a
connection.

nate

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
10:55pm up 86 days, 10:28, 2 users, load average: 1.74, 1.52, 1.52


RE: telnet and ftp login is slow between local machines

1998-07-12 Thread Jeff Schreiber
Keith Alen Vance [EMAIL PROTECTED] writes:

I have set up a little test network if I try and telnet or ftp into my 
other Linux machine it takes like 2 minutes to get the login screen after 
it establishes an ftp or telnet session. After I get logged in it is 
fast. Is there something I can do to speed up the log in time. 


I'm not sure about ftp, but most telnet servers will do reverse lookups
on the incoming address.  I know in the VMS product I maintain there are
ways to disable the lookups, but I'm not sure with a product like debian
(all though you could of course go into the code and change it :)

Anyway... check your resolving on the reverse addresses for your source
address.  Are you running a name server for the PTR zone [e.g. 
1.168.192.in-addr.arpa]?  Is anyone?  Can your resolver resolve to the
root servers?  Try:

nslookup -type=ptr -d 1.1.168.192.in-addr.arpa
(Or whatever the reverse of the source address is)

nslookup -d 192.168.1.1 (or whatever the source address is)

I'm pretty sure with BIND resolver implementations, the /etc/hosts file
is checked _after_ remote lookups are attempted.  If you have a 
misconfiguration that causes the reverse lookup to have to timeout
before getting to look locally.

-Jeff

***
| Jeff Schreiber   | Invincibility is in oneself, vulnerability   |
| aka - Spectre  | is in the opponent.  Therefore skillful  |
| [EMAIL PROTECTED] | warriors are able to be invincible, but they |
|  | cannot cause opponents to be vulnerable. |
|  | (Sun Tsu - _The Art of War_) |
***


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


telnet and ftp login is slow between local machines

1998-07-11 Thread Keith Alen Vance
I have set up a little test network if I try and telnet or ftp into my 
other Linux machine it takes like 2 minutes to get the login screen after 
it establishes an ftp or telnet session. After I get logged in it is 
fast. Is there something I can do to speed up the log in time. 


Thanks,
Keith
[EMAIL PROTECTED]

You only get one chance at life, but if you do it right, you only need one.

http://www.naples.net/~nfn11988



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


Re: telnet and ftp login is slow between local machines

1998-07-11 Thread Brandon Mitchell
Make sure the machine names are in the /etc/hosts file (it may be trying
to do a name lookup, how fast is nslookup for the machines).

HTH,
Brandon

On Sat, 11 Jul 1998, Keith Alen Vance wrote:

 I have set up a little test network if I try and telnet or ftp into my 
 other Linux machine it takes like 2 minutes to get the login screen after 
 it establishes an ftp or telnet session. After I get logged in it is 
 fast. Is there something I can do to speed up the log in time. 


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


Re: telnet and ftp login is slow between local machines

1998-07-11 Thread Keith Alen Vance
I added the linux box that I am trying to connect to to my /etc/hosts 
file but it is still slow. It is slow even if I do 'ftp 172.16.1.3'.
Any more suggestions?

Thanks,
Keith
[EMAIL PROTECTED]

You only get one chance at life, but if you do it right, you only need one.

http://www.naples.net/~nfn11988


On Sat, 11 Jul 1998, Brandon Mitchell wrote:

 Make sure the machine names are in the /etc/hosts file (it may be trying
 to do a name lookup, how fast is nslookup for the machines).
 
 HTH,
 Brandon
 
 On Sat, 11 Jul 1998, Keith Alen Vance wrote:
 
  I have set up a little test network if I try and telnet or ftp into my 
  other Linux machine it takes like 2 minutes to get the login screen after 
  it establishes an ftp or telnet session. After I get logged in it is 
  fast. Is there something I can do to speed up the log in time. 
 
 


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


Where is telnet and ftp ?

1998-04-07 Thread Gabrie van Zanten
Hi,

Can I telnet and ftp to my own computer? I tried pinging 192.168.1.1 (which
is this computer) but a ftp will not log me in, and a telnet either ?

Do I have to start a special demon ? And how should I do that ?

Gabrie



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


Re: Where is telnet and ftp ?

1998-04-07 Thread Daniel Martin at cush
Gabrie van Zanten [EMAIL PROTECTED] writes:

 Hi,
 
 Can I telnet and ftp to my own computer? I tried pinging 192.168.1.1 (which
 is this computer) but a ftp will not log me in, and a telnet either ?
 
 Do I have to start a special demon ? And how should I do that ?

No, you just need to allow access.  By default, debian is set up to
deny access to machines it can't get a name for.  (You can see what
happened if you look at /var/log/daemon.log) You have at least
two options, then:

Add a line to /etc/hosts for every host that you will want to access
your machine from, something like this:
192.68.0.1  cushl.localnet cushl
192.68.0.2  wsw.localnet wsw

Or, you can change this default policy by commenting out the ALL:
PARANOID line in /etc/hosts.deny.  Then, any host will be able to
connect to your machine.


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


Re: telnet and ftp

1998-01-09 Thread Daniel Martin at cush
Robert Eckard [EMAIL PROTECTED] writes:

 I cannot telnet or ftp into my Debian box.  When attempted, it says
 something like connection refused from server.
 Again, where should I start to look to try and resolve this problem?

Well, this also explains your mail problem.  I assume that you have
the netbase package installed; if not, then install it.  Check to see
that inetd is running: 
ps -aux | grep '[i]netd'
If this command shows nothing, then inetd (which monitors the TCP
ports for standard internet services and then dispatches them to the
appropriate program) isn't running - try re-installing netbase.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


telnet and ftp

1998-01-08 Thread Robert Eckard
I cannot telnet or ftp into my Debian box.  When attempted, it says
something like connection refused from server.
Again, where should I start to look to try and resolve this problem?



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp

1998-01-08 Thread Martin Schulze
On Thu, Jan 08, 1998 at 03:17:54PM -0500, Robert Eckard wrote:
 I cannot telnet or ftp into my Debian box.  When attempted, it says
 something like connection refused from server.
 Again, where should I start to look to try and resolve this problem?

What does your ifconfig and route command say?  Are you able to
ping your machine on that ip number?  Is your inetd running?

Gruesse,

Joey

-- 
  / Martin Schulze  *  [EMAIL PROTECTED]  *  26129 Oldenburg /
 /  Whenever you meet yourself you're in a time loop /
/ http://home.pages.de/~joey/   or in front of a mirror /


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp

1998-01-08 Thread Robert Joseph Eckard
What does your ifconfig and route command say?  Are you able to
ping your machine on that ip number?  Is your inetd running?

My inetd is not running, I am using xinetd and isn't running either.
How do I get it started and get it to start with each fresh boot?

What are 'ifconfig' and 'route' commands?

thanks,
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp

1998-01-08 Thread Will Lowe
On Thu, 8 Jan 1998, Robert Joseph Eckard wrote:

 What are 'ifconfig' and 'route' commands?
route shows all the routes your system will use to route packets,  and
ifconfig shows the communications devices (ethernet cards,  ppp links,
etc.) that the system is currently recognizing.

They're in /sbin/,  which likely isn't in your path,  so you'll have to
run them as /sbin/ifconfig and /sbin/route.  
Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|If at first you don't succeed,  redefine success.   |
|   -- Taken from Hennesey and Patterson,|
| _Computer_Organization_And_Design_:_The_Hardware_/_Software_Interface_ |
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp

1998-01-08 Thread Robert Joseph Eckard
$ /sbin/ifconfig
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
  RX packets:6 errors:0 dropped:0 overruns:0
  TX packets:6 errors:0 dropped:0 overruns:0

eth0  Link encap:10Mbps Ethernet  HWaddr 00:00:C0:59:76:79
  inet addr:128.61.40.17  Bcast:128.61.40.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:35143 errors:0 dropped:6 overruns:0
  TX packets:8439 errors:0 dropped:0 overruns:0
  Interrupt:10 Base address:0x310 Memory:cc000-d 

$ /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
localnet*   255.255.255.0   U 0  0   29 eth0
127.0.0.0   *   255.0.0.0   U 0  01 lo
default gateway1-rtr.ga 0.0.0.0 UG1  0   77 eth0

..
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp

1998-01-08 Thread Robert Joseph Eckard
 
 Robert Joseph Eckard [EMAIL PROTECTED] writes:
 
  My inetd is not running, I am using xinetd and isn't running either.
  How do I get it started and get it to start with each fresh boot?
  
 It should be automaticly. Check /etc/init.d/xinetd
 
 At the top, there are two line like:
 
 test -f /usr/sbin/portmap || exit 0
 test -f /usr/sbin/xinetd || exit 0
 
 Check if you have portmap or rpc.portmap in /usr/sbin/ and change the line
 if it tests the wrong one. Later in the file there two other calls to the
 portmapper programm. Change these lines as well, if necessary.

I changed the xinet.d file to portmap even though it said rpc.portmap because 
there
wasn't one located anywhere within this box.  I then ran the two 'test' cases 
and
installed the portmap and xinetd.  but when I tried to telnet in from outside my
machine, this is the response I received:

telnet greyghost.gt.ed.net
Trying 128.61.40.17...
telnet: Unable to connect to remote host: Connection refused

thanks for the help, we'll get it soon enough   :)

Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp..

1997-08-20 Thread Behan Webster
[EMAIL PROTECTED] wrote:
 
 I'm not quite sure what I did.. but, somehow I managed to remove
 telnet and ftp from my Debian installation through dselect.  Of course,
 this is rather inconvenient.  Which package can I find these
 programs?

Have the gift for understatement have we?  Rather inconvenient? 8)

Reinstalling the netstd package should do the trick.

Later,

Behan

-- 
Behan Webster mailto:[EMAIL PROTECTED]
+1-613-224-7547   http://www.verisim.com/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: telnet and ftp..

1997-08-20 Thread Philippe Troin

On Tue, 19 Aug 1997 16:45:24 CDT [EMAIL PROTECTED] 
wrote:

 I'm not quite sure what I did.. but, somehow I managed to remove
 telnet and ftp from my Debian installation through dselect.  Of course,
 this is rather inconvenient.  Which package can I find these
 programs?

netstd.

Phil.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


telnet and ftp..

1997-08-19 Thread Richard . Dansereau
Hello all!

I'm not quite sure what I did.. but, somehow I managed to remove
telnet and ftp from my Debian installation through dselect.  Of course,
this is rather inconvenient.  Which package can I find these
programs?

Cheers!
Richard..

-
Richard Dansereau
Email: [EMAIL PROTECTED]  Home page:  http://pobox.com/~rdanse
Electrical and Computer Engineering - University of Manitoba - Canada
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Long time to login prompt: telnet and ftp

1997-06-19 Thread Jim Michael

I have a Win95 box networked to my Linux (Debian 1.2) box. The latter was 
booted while an ftp and telnet session were active (back when I had to rm 
my XF86Config file to kill the flashing screen). Now, when I telnet or 
ftp to the Linux box from the Win95 box, I get a connection but there are 
several minutes before I get a login prompt. w shows a load ca .3. Any 
idea what might cause this and possible cure. I have rebooted both machines.

Cheers,

Jim 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread Shaya Potter
On Wed, 18 Jun 1997, Jim Michael wrote:

 
 I have a Win95 box networked to my Linux (Debian 1.2) box. The latter was 
 booted while an ftp and telnet session were active (back when I had to rm 
 my XF86Config file to kill the flashing screen). Now, when I telnet or 
 ftp to the Linux box from the Win95 box, I get a connection but there are 
 several minutes before I get a login prompt. w shows a load ca .3. Any 
 idea what might cause this and possible cure. I have rebooted both machines.
 

I'm just wondering, do you use a dec tulip based card.  I had similar
problems with the linux machine at my school that I set up, however I
haved had no problems with the 3com and SMC cards that I use at work.

Shaya


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread Clint Adams

 The net cards in both machines are NE-2000 clones. 

I had the same problem.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread Jim Michael
On Wed, 18 Jun 1997, strtbttn wrote:
 Just a thought: Is the IP and host name of the '95 machine in /etc/hosts?

No. /etc/hosts contains only the IP and loopback IP of the Linux box.

Cheers,

Jim


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread strtbttn
No. /etc/hosts contains only the IP and loopback IP of the Linux box.

You might try adding the IP of the '95 machine to /etc/hosts.




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread Jim Michael

On Wed, 18 Jun 1997, Shaya Potter wrote:
 I'm just wondering, do you use a dec tulip based card.  I had similar
 problems with the linux machine at my school that I set up, however I
 haved had no problems with the 3com and SMC cards that I use at work.

The net cards in both machines are NE-2000 clones. 

Cheers,

Jim


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread strtbttn
I have a Win95 box networked to my Linux (Debian 1.2) box. The latter was
booted while an ftp and telnet session were active (back when I had to rm
my XF86Config file to kill the flashing screen). Now, when I telnet or
ftp to the Linux box from the Win95 box, I get a connection but there are
several minutes before I get a login prompt. w shows a load ca .3. Any
idea what might cause this and possible cure. I have rebooted both
machines.

Just a thought: Is the IP and host name of the '95 machine in /etc/hosts?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Long time to login prompt: telnet and ftp

1997-06-19 Thread Paul Wade
On Wed, 18 Jun 1997, Jim Michael wrote:

 I have a Win95 box networked to my Linux (Debian 1.2) box. The latter was 
 booted while an ftp and telnet session were active (back when I had to rm 
 my XF86Config file to kill the flashing screen). Now, when I telnet or 
 ftp to the Linux box from the Win95 box, I get a connection but there are 
 several minutes before I get a login prompt. w shows a load ca .3. Any 
 idea what might cause this and possible cure. I have rebooted both machines.

The fact that you eventually get a login prompt is a good start.

I had about the same delay on my first linux box with all services
telnet, ftp, http from a win box. It turned out that I had the IP of the
linux box as it's gateway also. I set gateway to none, rebooted and it
worked fine. Use ifconfig to see the current values and change them.

Other notes on win TCP/IP
-
You don't need a hosts file on the win box for testing - just use the IP
address.

You don't need an entry in /etc/hosts on the linux box for the win box IP
unless you get a connection refused message. This can be caused by
services which use 'get host by name'. If you get this, check in /var/log
(I forget which file) to get the machine name the win box is reporting
itself as and fix /etc/hosts to reflect this.

I remember that uncommenting only one of these 2 lines in /etc/hosts will
fix the connection refused message if you get it.

#192.168.1.2 w95sux.my.net
#192.168.1.2 w95sux

+--+
+ Paul Wade Greenbush Technologies Corporation +
+ mailto:[EMAIL PROTECTED]  http://www.greenbush.com/ +
+--+
+ http://www.greenbush.com/cds.html Special Linux CD offer +
+--+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .