<?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: Open telnet, ftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691878#M20983</link>
    <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;#netstat -an&lt;BR /&gt;&lt;BR /&gt;will give you the list of services opened and the associated ports.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
    <pubDate>Thu, 15 Dec 2005 03:08:26 GMT</pubDate>
    <dc:creator>Sivakumar TS</dc:creator>
    <dc:date>2005-12-15T03:08:26Z</dc:date>
    <item>
      <title>Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691876#M20981</link>
      <description>Hi all&lt;BR /&gt;can you tell me the way that the above services are opened?&lt;BR /&gt;&lt;BR /&gt;ver: Linux ES.&lt;BR /&gt;thank you</description>
      <pubDate>Thu, 15 Dec 2005 02:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691876#M20981</guid>
      <dc:creator>file system</dc:creator>
      <dc:date>2005-12-15T02:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691877#M20982</link>
      <description>Hi,&lt;BR /&gt;I'm not sure what are you asking for.&lt;BR /&gt;But if you want to enable telnet, ftp on server&lt;BR /&gt;you can perform this by running command:&lt;BR /&gt;ntsysv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 03:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691877#M20982</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-12-15T03:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691878#M20983</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;#netstat -an&lt;BR /&gt;&lt;BR /&gt;will give you the list of services opened and the associated ports.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Thu, 15 Dec 2005 03:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691878#M20983</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2005-12-15T03:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691879#M20984</link>
      <description>Check as,&lt;BR /&gt;&lt;BR /&gt;# netstat -na | grep -E '23|25'&lt;BR /&gt;&lt;BR /&gt;# telnet localhost&lt;BR /&gt;&lt;BR /&gt;# telnet localhost ftp&lt;BR /&gt;&lt;BR /&gt;has to work without getting connection refused error.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Thu, 15 Dec 2005 03:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691879#M20984</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-15T03:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691880#M20985</link>
      <description>If you use Red Hat ES, you need to:&lt;BR /&gt;&lt;BR /&gt;Install the vsftpd and telnet-server packages. If not already installed, use:&lt;BR /&gt;&lt;BR /&gt;redhat-config-packages&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;system-config-packages&lt;BR /&gt;&lt;BR /&gt;Then enable the services using:&lt;BR /&gt;&lt;BR /&gt;chkconfig vsftpd on&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;service xinetd reload&lt;BR /&gt;&lt;BR /&gt;REMEMBER: Telnet should not be used any more, it's insecure and it's replaced by ssh. SSH is installed and enabled by default.</description>
      <pubDate>Thu, 15 Dec 2005 06:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691880#M20985</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-15T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691881#M20986</link>
      <description>make sure you have installed telnet-server and vsftp packages.&lt;BR /&gt;You can test it with following commands:&lt;BR /&gt;rpm -qa | grep vsftp&lt;BR /&gt;rpm -qa "grep telnet&lt;BR /&gt;&lt;BR /&gt;After that, for starting FTP excute :&lt;BR /&gt;/etc/init.d/vsftpd start&lt;BR /&gt;&lt;BR /&gt;for telnet, first you have to enable it in xinetd. for this issue edit /etc/xinetd.d/telnet and change "disable" option from "yes" to "no"&lt;BR /&gt;finally you have to restart xinetd:&lt;BR /&gt;/etc/init.d/xinetd restart&lt;BR /&gt;&lt;BR /&gt;Alireza&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Dec 2005 03:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691881#M20986</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-12-17T03:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691882#M20987</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;After installing the rpm packages(vsftpd and telnetd) try the following commands&lt;BR /&gt;&lt;BR /&gt;#ntsysv&lt;BR /&gt;Slect the check box of vsftpd..&lt;BR /&gt;#service vsftpd start&lt;BR /&gt;For Telnet..&lt;BR /&gt;#vi /etc/xinetd.d/telnet&lt;BR /&gt;Make disable=no&lt;BR /&gt;save and comeout...&lt;BR /&gt;&lt;BR /&gt;#service xinetd restart&lt;BR /&gt;&lt;BR /&gt;it should solve ur problem..&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Tue, 20 Dec 2005 11:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691882#M20987</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2005-12-20T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open telnet, ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691883#M20988</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you want to see whether the above services are running on the machine give the foll command:&lt;BR /&gt;#nmap localhost&lt;BR /&gt;&lt;BR /&gt;If you want to enable these services do the foll:&lt;BR /&gt;for telnet:&lt;BR /&gt;use ntsysv and select telnet and then give &lt;BR /&gt;#service inetd restart&lt;BR /&gt;or for ftp&lt;BR /&gt;edit /etc/vsftpd/vsftpd.conf and&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Tue, 20 Dec 2005 13:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-telnet-ftp/m-p/3691883#M20988</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2005-12-20T13:02:46Z</dc:date>
    </item>
  </channel>
</rss>

