Re: Slow telnet/pop3 connection



Mark Olbert wrote:
I'm transitioning to a new linux server (based on linuxfromscratch) and have noticed a significant deterioration in connection time
for telnet and pop3 connections, but not ssh connections (all using the same "telnet" client on some Windows Vista boxes).

What's weird is that similar connections made to the old linux server -- which is plugged into the same switch -- are still quite
fast.

I've read that this typically involves problems with reverse DNS lookups, but I tried using IP adddresses on the telnet client,
rather than names, and it's just as slow.

Suggestions or references would be most appreciated. This isn't a deal killer...but it is annoying, and quite perplexing.

- Mark

there is to things to look

First : perhaps your server try to make ident request ( tcp 113 )

you could try

iptables -A OUTPUT -p tcp -m tcp --dport 113 -j REJECT --reject-with icmp-port-unreachable

second : if your server is IPV6 enabled try to disable IPV6

hope this help
.



Relevant Pages

  • Re: Telnet Client search
    ... keeps the cost of your license down. ... Telnet is a very simple protocol and, if you're experienced with WinSock, ... The main challenge of writing a Telnet client ... embedded Linux server is another level of complexity. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Still looking for a Ruby MUD client
    ... >>> telnet spec. ... IMO if the MUD ... client alter some of the MUD output, ... then pass it to the GUI which handles it as necessary. ...
    (comp.lang.ruby)
  • Re: SBS 2003 SP 1 on MSDN disks
    ... the PPPoE client, which I believe it operate as, even if Earthlink does not know it, and stop using the Windows Server 2003 PPPoE client to connect. ... I have started the Telnet service on my client computer ... I have started the Telnet service on the SBS2003 server. ...
    (microsoft.public.windows.server.sbs)
  • Re: Telnet Client search
    ... I'd seriously look into the NAT type solution, because CE does have that as ... Another possibility for your scenario is to make the CE Telnet Server act as ... you might be able to code up a Telnet client that does everything you need ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Multiplayer Java Roguelike Development
    ... write directly to the client right now. ... Is there one java program, ... just use telnet instead. ... Time is, of course, the main issue with any online roguelike. ...
    (rec.games.roguelike.development)