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]>; 
Cc: ; 
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: 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: [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 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: 
Cc: ; 
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: 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



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



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: 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  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


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 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.





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
> 



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: 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


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 

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: 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


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


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


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: Where is telnet and ftp ?

1998-04-06 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]


Where is telnet and ftp ?

1998-04-06 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: 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] .


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

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 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
>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 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] .


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..

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] .


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] .


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] .


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] .


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 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
>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, 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 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 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] .


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] .