<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic telnetd  - Urgent in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639649#M89934</link>
    <description>Friends, &lt;BR /&gt;   We connect to customer site through Internet. I use Reflection X for this purpose. The problem is if stop working with the x-term after logging into the customer site for a while. It just hangs. I have to kill the session and relogin again. &lt;BR /&gt;&lt;BR /&gt;Any suggestions are helpful. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;</description>
    <pubDate>Sun, 06 Jan 2002 15:19:20 GMT</pubDate>
    <dc:creator>Madhu Sudhan_1</dc:creator>
    <dc:date>2002-01-06T15:19:20Z</dc:date>
    <item>
      <title>telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639649#M89934</link>
      <description>Friends, &lt;BR /&gt;   We connect to customer site through Internet. I use Reflection X for this purpose. The problem is if stop working with the x-term after logging into the customer site for a while. It just hangs. I have to kill the session and relogin again. &lt;BR /&gt;&lt;BR /&gt;Any suggestions are helpful. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jan 2002 15:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639649#M89934</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2002-01-06T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639650#M89935</link>
      <description>Hello Allen,&lt;BR /&gt;&lt;BR /&gt;that's usually DNS timeouts!&lt;BR /&gt;Almost all telnetd's today to reverse name lookups about their clients, and if your client station has no DNS name, you will experience the DNS timeouts - 30s or more!&lt;BR /&gt;&lt;BR /&gt;Put that client's hostname and ip-address into the server's "/etc/hosts" and modify its "/etc/nsswitch.conf", to first check locally:&lt;BR /&gt;&lt;BR /&gt;hosts: files[NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Mon, 07 Jan 2002 00:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639650#M89935</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-01-07T00:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639651#M89936</link>
      <description>Wodisch:&lt;BR /&gt;&lt;BR /&gt;  I have made entries as mentioned. But the problem I see is that it is not using "files" (nsswitch.conf) for hostname resolution.&lt;BR /&gt;My hosts entry in nsswitch.conf is as follows. &lt;BR /&gt;&lt;BR /&gt;"hosts: files dns"&lt;BR /&gt;&lt;BR /&gt; It is always referring to DNS Server. &lt;BR /&gt;&lt;BR /&gt;Lokks like the server is using IPV6. &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 07:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639651#M89936</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2002-01-07T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639652#M89937</link>
      <description>Friends, &lt;BR /&gt; any other inputs ?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 08 Jan 2002 06:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639652#M89937</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2002-01-08T06:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639653#M89938</link>
      <description>You can run de in.telnetd with  -n option and see what happens.&lt;BR /&gt;&lt;BR /&gt;If your configuration is through xinetd, you can put in the telnet file a line with server_args = -n and restart the xinetd.&lt;BR /&gt;&lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Tue, 08 Jan 2002 12:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639653#M89938</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2002-01-08T12:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639654#M89939</link>
      <description>Hi,&lt;BR /&gt;   Since you are using Refelction X to connect to the server it may not be a problem with telnet daemon. Why cant we think in the sense of X-windows. &lt;BR /&gt;&lt;BR /&gt;Once you connect to the server if you should get the login screen in ur Reflection X. &lt;BR /&gt;&lt;BR /&gt;If u r getting this screen then x windows login manager is working perfectly and if not restart the login manager "dtlogin"&lt;BR /&gt;&lt;BR /&gt;After successfully logging in to the server your reflection hangs then it can be a problem with Session manager or the Window manager. Try restarting ur session manager "dtsession" and window manager "dtwm"&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Ramesh&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2002 04:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639654#M89939</guid>
      <dc:creator>ramesh_6</dc:creator>
      <dc:date>2002-01-10T04:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639655#M89940</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;it can also be a firewall which cuts idle connections after some time.&lt;BR /&gt;&lt;BR /&gt;The easiest way would be to send some keep-alive-pakets, but I do not know if Reflection supports that...&lt;BR /&gt;&lt;BR /&gt;Christoph</description>
      <pubDate>Mon, 18 Mar 2002 10:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639655#M89940</guid>
      <dc:creator>Christoph Rothe_3</dc:creator>
      <dc:date>2002-03-18T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639656#M89941</link>
      <description>It sounds like you are going through a NAT firewall, namely the Linux masqueraded firewall.&lt;BR /&gt;&lt;BR /&gt;The firewall has a timer on each connection going out.  Whenever there is activity, the timer is reset back up.  But when the timer goes away, information about the connection goes away, and you experience the hangups you mentioned.&lt;BR /&gt;&lt;BR /&gt;You you have access to the firewall, you can change the timers, but it will affect all outbound connections.&lt;BR /&gt;&lt;BR /&gt;Another workaround is when you know you will be away for a while, start up a ping.</description>
      <pubDate>Mon, 18 Mar 2002 16:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639656#M89941</guid>
      <dc:creator>Scott Nelson_1</dc:creator>
      <dc:date>2002-03-18T16:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd  - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639657#M89942</link>
      <description>Are you connecting through some kind of non-permanent connection (i.e ISDN or something?)&lt;BR /&gt;&lt;BR /&gt;One thing that happens to me at home (through ISDN) is that the router drops the connections after some period of inactivity.&lt;BR /&gt;&lt;BR /&gt;One solution is to start two windows, run your stuff in one, and in the other start this:&lt;BR /&gt;&lt;BR /&gt;ping -i 15 &lt;SOME host=""&gt;&lt;BR /&gt;&lt;BR /&gt;That will ping every 15 seconds (on a Linux box anyway, other vendors ping commands may or may not have the -i option) and keep your connection open.&lt;BR /&gt;&lt;BR /&gt;Something to try...&lt;/SOME&gt;</description>
      <pubDate>Mon, 18 Mar 2002 16:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd-urgent/m-p/2639657#M89942</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-03-18T16:28:15Z</dc:date>
    </item>
  </channel>
</rss>

