<?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 Re: could not  connect telnet in linux machine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831688#M84082</link>
    <description>And check /etc/xinetd.d/telnet: disable=no.&lt;BR /&gt;If yes, set it to no and restart xinetd (kill -HUP &lt;PROCESS_ID of="" xinetd=""&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;/PROCESS_ID&gt;</description>
    <pubDate>Thu, 27 Jul 2006 00:43:41 GMT</pubDate>
    <dc:creator>Jeroen Peereboom</dc:creator>
    <dc:date>2006-07-27T00:43:41Z</dc:date>
    <item>
      <title>could not  connect telnet in linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831686#M84080</link>
      <description>hello admins..&lt;BR /&gt;could not use my telnet protocol?? the machine says connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2006 23:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831686#M84080</guid>
      <dc:creator>ratheesh_1</dc:creator>
      <dc:date>2006-07-26T23:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: could not  connect telnet in linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831687#M84081</link>
      <description>What Linux distro are you using?&lt;BR /&gt;&lt;BR /&gt;Is the telnet-server package installed?&lt;BR /&gt;rpm -qa |grep telnet&lt;BR /&gt;&lt;BR /&gt;Is the telnet service enabled?&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;By default, telnet is not installed and disabled because of security restrictions.&lt;BR /&gt;&lt;BR /&gt;You should use ssh instead.</description>
      <pubDate>Wed, 26 Jul 2006 23:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831687#M84081</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-26T23:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: could not  connect telnet in linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831688#M84082</link>
      <description>And check /etc/xinetd.d/telnet: disable=no.&lt;BR /&gt;If yes, set it to no and restart xinetd (kill -HUP &lt;PROCESS_ID of="" xinetd=""&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;/PROCESS_ID&gt;</description>
      <pubDate>Thu, 27 Jul 2006 00:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831688#M84082</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2006-07-27T00:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: could not  connect telnet in linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831689#M84083</link>
      <description>use ssh instead of telnet since this is disabled by default.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srini</description>
      <pubDate>Thu, 10 Aug 2006 10:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831689#M84083</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-10T10:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: could not  connect telnet in linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831690#M84084</link>
      <description>1)check telnet is installed and running as described above....&lt;BR /&gt;also you can use&lt;BR /&gt;ps axu | grep telnetd&lt;BR /&gt;to see if telnet is running.&lt;BR /&gt;&lt;BR /&gt;2)if it's running and you are still not able to connect, check /etc/hosts.allow and /etc/hosts.deny&lt;BR /&gt;&lt;BR /&gt;those file define access for hosts and networks... check host you are using to connect is in hosts.allow and isn't in hosts.deny&lt;BR /&gt;&lt;BR /&gt;3)2nd step is OK then maybe access is blocked by firewall, iptables -L and check if telnet is allowed, and from where...&lt;BR /&gt;if you have firewall maschine between server with telnet and host you are accessing form you should also check this one...&lt;BR /&gt;&lt;BR /&gt;it's quite depnedendent on network... so more specifications will help as to determine where problem is...&lt;BR /&gt;&lt;BR /&gt;anyway as was said above. telnet is not secure, even any fucking script kiddie could sit on network and sniff, if you will use telnet he will know your password, even worse if you log as root or su during the session, he then will have full access to system and will able to do what ever he wants...&lt;BR /&gt;ssh is crypted so sniffing is nonsences only useble attack is man in the midle which is easy to recognize...&lt;BR /&gt;&lt;BR /&gt;P.S.:if you have any additional question about security you can conntact me on mail g33k@seznam.cz</description>
      <pubDate>Fri, 11 Aug 2006 02:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-connect-telnet-in-linux-machine/m-p/3831690#M84084</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-08-11T02:55:46Z</dc:date>
    </item>
  </channel>
</rss>

