Weird Telnet Login Experience

Weird Telnet Login Experience

Post by Darryl Perr » Wed, 08 Mar 2000 04:00:00



I have a mini-network with a P166 RedHat 6.0 system (brand new
install), and a celeron 533 Win98 System.  I had it setup so that I
could telnet from my Win98 pc to my linux pc.  It actually worked!

Anyhow, I was just trying it again last night, but now when I try to
telnet in to my redhat system, I get the redhat greeting, but no login
prompt.

this tells me that my network *IS* working, or I wouldn't get the
greeting, but then why is the logon prompt failing to appear?  Is this
a problem with telnetd?

Remember, it worked once, but now it is not working.  the only changes
I did were to compile dosemu. <dosemu is another issue I have!>

Might anybody shine some light on my problem?

TIA
--
-Regards,
Darryl Perry
*ia BBS|Sacramento, CA.|916-363-1830|1:203/363
http://www.veryComputer.com/

Sent via Deja.com http://www.veryComputer.com/
Before you buy.

 
 
 

Weird Telnet Login Experience

Post by Tad » Wed, 08 Mar 2000 04:00:00



Quote:> I have a mini-network with a P166 RedHat 6.0 system (brand new
> install), and a celeron 533 Win98 System.  I had it setup so that I
> could telnet from my Win98 pc to my linux pc.  It actually worked!

> Anyhow, I was just trying it again last night, but now when I try to
> telnet in to my redhat system, I get the redhat greeting, but no login
> prompt.

> this tells me that my network *IS* working, or I wouldn't get the
> greeting, but then why is the logon prompt failing to appear?  Is this
> a problem with telnetd?

> Remember, it worked once, but now it is not working.  the only changes
> I did were to compile dosemu. <dosemu is another issue I have!>

> Might anybody shine some light on my problem?

This is usually caused by the Linux box tring to reverse lookup your IP. Try
adding all the client machines to the /etc/hosts file and try again.

Tad

 
 
 

Weird Telnet Login Experience

Post by Vivek Gupt » Wed, 08 Mar 2000 04:00:00


I had the same problem. I added the machine name is /etc/hosts.
If you are running nameserver then add it in nameserver.
Check /etc/nsswitch.conf. It should list file before dns for hostnames.

Vivek


> I have a mini-network with a P166 RedHat 6.0 system (brand new
> install), and a celeron 533 Win98 System.  I had it setup so that I
> could telnet from my Win98 pc to my linux pc.  It actually worked!

> Anyhow, I was just trying it again last night, but now when I try to
> telnet in to my redhat system, I get the redhat greeting, but no login
> prompt.

> this tells me that my network *IS* working, or I wouldn't get the
> greeting, but then why is the logon prompt failing to appear?  Is this
> a problem with telnetd?

> Remember, it worked once, but now it is not working.  the only changes
> I did were to compile dosemu. <dosemu is another issue I have!>

> Might anybody shine some light on my problem?

> TIA
> --
> -Regards,
> Darryl Perry
> *ia BBS|Sacramento, CA.|916-363-1830|1:203/363
> http://www.veryComputer.com/

> Sent via Deja.com http://www.veryComputer.com/
> Before you buy.

 
 
 

Weird Telnet Login Experience

Post by Malwar » Thu, 09 Mar 2000 04:00:00


Hi Darryl,


> Anyhow, I was just trying it again last night, but now when I try to
> telnet in to my redhat system, I get the redhat greeting, but no login
> prompt.

With the DNS (especially reverse lookups) not working it will take a
good while for the login prompt to appear. The TCP wrapper even might
drop the connection after the failed reverse lookup depending on what
you specified in /etc/hosts.{allow,deny}

Malware

 
 
 

Weird Telnet Login Experience

Post by David Efflan » Thu, 09 Mar 2000 04:00:00



>I have a mini-network with a P166 RedHat 6.0 system (brand new
>install), and a celeron 533 Win98 System.  I had it setup so that I
>could telnet from my Win98 pc to my linux pc.  It actually worked!

>Anyhow, I was just trying it again last night, but now when I try to
>telnet in to my redhat system, I get the redhat greeting, but no login
>prompt.

If it takes a minute or two for the login prompt to appear, that is
usually a DNS timeout problem.  Are you running named (configured
incorrectly) or if not, do you have names for your IP's in /etc/hosts?

--

http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://home.xnet.com/~efflandt/  http://cgi-help.virtualave.net/

 
 
 

1. Weird Ping, weird FTP, weird Telnet... HELP!!!

Can anyone diagnose this for me?

I'm in the process of building up a firewall but at some stage I musta
messed up and am now getting really weird results.

This is the results of a ping from 192.168.0.1 to 192.168.0.1 (the box
which will become the fireawall).

# PING 192.168.0.1
PING 192.168.0.1 (192.168.0.1) from 192.168.0.1 : 56(84) bytes of
data.
64 bytes from 192.168.0.1: icmp_seq=0 ttl=225 time=0.7ms
64 bytes from 192.168.0.1: icmp_seq=1 ttl=225 time=80001.0ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=225 time=160000.9ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=225 time=240000.8ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=225 time=320000.8ms
64 bytes from 192.168.0.1: icmp_seq=5 ttl=225 time=400000.7ms
64 bytes from 192.168.0.1: icmp_seq=6 ttl=225 time=480000.7ms

^c

--- 192.168.0.1 ping statistics ---
509 packets transmitted, 8 packets received, 98% packet loss
round-trip min/avg/max = 0.7/280000.7/560000.6 ms

This also happens when I do it from other machines behind the firewall
but I was very surprised when it did it when pinging itself.

Theres a pattern of 80000ms increments between successful pings...
Can't figure out whats wrong though.

If I try to telnet or FTP, I have to wait for an eternity b4 the login
prompt appears after the initial "connected" msg. But once I login
there is no problem using the console or transferring files. Same
thing for other machines to 192.168.0.1. So the network is "working"
but its waiting for something.

Has anyone had this happen to them b4 and manage to solve it?

Any help appreciated

Regards,

2. Audio slowing tool

3. Weird, weird, weird issue ....

4. floating point exception

5. Telnet login screen looks different then login screen on box

6. X.21/leased line

7. how do I disable telnet login with certain user id, only allowing console login?

8. HP Colorado 4-8 GB Travan EIDE compatible ?

9. Telnet looping and No hostname from telnet logins

10. pio8400 pci-eide, WEIRD RESULTS - Any experience ?

11. Weird lp problem, moderately experienced user needs help.

12. pio8400 pci-eide, WEIRD RESULTS - Any experience ?

13. WEIRD netwk prob.. NetscapeOK,ftp/telnet not!