Re: Slow telnet/pop3 connection
- From: ibuprofin@xxxxxxxxxxxxxxxxxxxxxx (Moe Trin)
- Date: Mon, 28 Apr 2008 15:02:27 -0500
On Sun, 27 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in
article <dnt914952tep1vf6kvqvs0oq4qs50vrg9g@xxxxxxx>, Mark Olbert wrote:
Some additional info after cruising thru wireshark...
I'm seeing a sequence of ident (port 113) packets coming from the
telnet server box. The client (a Windows Vista box) isn't sending
anything back.
That's not the default behavior for a windoze box - there is a firewall
running on it trying to 'stealth' the system.
Here's the rough timeline:
First ident packet arrives at the start of the connection attempt
(after some preliminary stuff)
That's almost certainly the 'log_on_*' setting in the /etc/xinetd.d/telnet
configuration file.
A second ident packet arrives after no response by the client for 3
seconds
A third ident packet arrives after no response by the client for 6
seconds
A fourth ident packet arrives after no response by the client for 12
seconds
Standard retransmission delays.
Finally, after another 9 seconds the server "gives up" and initiates a
telnet session (at least, there are a lot of packets marked
"telnet data" by wireshark at that point).
Sounds about right. It could be worse, because there is a configuration
in xinetd to block the connection if an ident/auth query isn't returned
with something resembling a valid user identification. Obviously, this
isn't the setting used here.
When I run wireshark against an attempt to the old telnet server there
are no ident packets shown. The sequence jumps immediately into what
wireshark marks as "telnet data".
Compare the two /etc/xinetd.d/telnet files.
Do you have any thoughts as to why one version of telnet is using
ident and the other isn't?
This being 'Linux-from-scratch' I would take it as an option in the
compile. I believe this is the xinetd daemon, rather than the telnet
server.
Old guy
.
- References:
- Slow telnet/pop3 connection
- From: Mark Olbert
- Re: Slow telnet/pop3 connection
- From: Moe Trin
- Re: Slow telnet/pop3 connection
- From: Mark Olbert
- Slow telnet/pop3 connection
- Prev by Date: Re: Slow telnet/pop3 connection
- Next by Date: Re: help lan kanotix/win xp
- Previous by thread: Re: Slow telnet/pop3 connection
- Next by thread: DHCP and Multicast/Unicast
- Index(es):
Relevant Pages
|