<?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 Remote Telnet and FTP not working in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799814#M2402</link>
    <description>i just recently loaded RH 7.3.  I can't seem to telnet or ftp to this new station no matter what I try?  Does anyone have any ideas for me?</description>
    <pubDate>Wed, 04 Sep 2002 17:59:19 GMT</pubDate>
    <dc:creator>Russ Walicki</dc:creator>
    <dc:date>2002-09-04T17:59:19Z</dc:date>
    <item>
      <title>Remote Telnet and FTP not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799814#M2402</link>
      <description>i just recently loaded RH 7.3.  I can't seem to telnet or ftp to this new station no matter what I try?  Does anyone have any ideas for me?</description>
      <pubDate>Wed, 04 Sep 2002 17:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799814#M2402</guid>
      <dc:creator>Russ Walicki</dc:creator>
      <dc:date>2002-09-04T17:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Telnet and FTP not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799815#M2403</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;- First check that inetd is running (ps -ef).&lt;BR /&gt;- If it runs, check the config file /etc/inetd.conf. Look for the line with telnet and ftp and remove the "#", if there is one in the beginning of the line.&lt;BR /&gt;- If you have made any changings to inetd.conf, you must restart the daemon. (e.g. looking for the PID in ps-ef, than "kill -HUP pid")&lt;BR /&gt;You can check also the ports the system is listing to. run "nmap -P0 localhost". It must show you both ports.&lt;BR /&gt;Hope it helps&lt;BR /&gt;Dirk</description>
      <pubDate>Wed, 04 Sep 2002 18:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799815#M2403</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-09-04T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Telnet and FTP not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799816#M2404</link>
      <description>See if this thread helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc735220af9bd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc735220af9bd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2002 19:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799816#M2404</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2002-09-04T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Telnet and FTP not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799817#M2405</link>
      <description>RedHat default is telnet and ftp disabled. Go to /etc/xinetd.d and look at the telnet file. Change the disable = yes to disable = no.&lt;BR /&gt;&lt;BR /&gt;Same for the wu-ftpd file that is also there.</description>
      <pubDate>Wed, 04 Sep 2002 19:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799817#M2405</guid>
      <dc:creator>Vernon Brown_3</dc:creator>
      <dc:date>2002-09-04T19:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Telnet and FTP not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799818#M2406</link>
      <description>Thank you to everyone.  Just a few things I have found out by using your responses to my question.  RH 7.3 when I installed it doesn't use inetd,instead it is using xinetd.&lt;BR /&gt;The directory /etc/xinetd.d didn't have a file named telnet nor did it have a wu-ftpd.  However, you have given me information that tells me I must create the files to get telnet and ftp working.&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you.  Special thanks to the D.Jackson for referring the link to a prior discusson on this topic.&lt;BR /&gt;&lt;BR /&gt;moreyrd</description>
      <pubDate>Thu, 05 Sep 2002 14:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799818#M2406</guid>
      <dc:creator>Russ Walicki</dc:creator>
      <dc:date>2002-09-05T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Telnet and FTP not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799819#M2407</link>
      <description>Look into Proftpd,its supposed to be more secure.  I will report results in my test environment in a few weeks.&lt;BR /&gt;&lt;BR /&gt;xinetd is just next generation inetd.  All above instructions work just fine.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 10 Sep 2002 17:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-telnet-and-ftp-not-working/m-p/2799819#M2407</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-09-10T17:25:45Z</dc:date>
    </item>
  </channel>
</rss>

