<?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: ftp and remote telnet not working in linux 7.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681164#M20814</link>
    <description>the command&lt;BR /&gt;service xinetd restart&lt;BR /&gt;restarts the xinetd service&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Nov 2005 01:57:05 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2005-11-30T01:57:05Z</dc:date>
    <item>
      <title>ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681160#M20810</link>
      <description>Hi &lt;BR /&gt;I am really new in linx systems , &lt;BR /&gt;&lt;BR /&gt;I have customer that have a machine running linux 7.0 with the folowing problem .&lt;BR /&gt;&lt;BR /&gt;He is trying to do telnet and ftp from other machines but send the error 530.&lt;BR /&gt;&lt;BR /&gt;I look for other reference in the forum and find some more or less the same case,&lt;BR /&gt;&lt;BR /&gt;I check the /etc/xinetd , the telnet and wu-ftpd file &lt;BR /&gt;&lt;BR /&gt;desable yes=no &lt;BR /&gt;&lt;BR /&gt;same for wu-ftpd&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;I do the following command to restart xinetd but it does not work &lt;BR /&gt;&lt;BR /&gt;#cd /etc&lt;BR /&gt;#xinetd restart&lt;BR /&gt;&lt;BR /&gt;I check fot the /etc/xinetd.conf&lt;BR /&gt;&lt;BR /&gt;and this was the output&lt;BR /&gt;&lt;BR /&gt;#more /etc/xinetd.conf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#Simple configuration file for xinetd&lt;BR /&gt;#&lt;BR /&gt;#Some defaultsand include /etc/xinetd/&lt;BR /&gt;defaults&lt;BR /&gt;{&lt;BR /&gt;   instances      = 60&lt;BR /&gt;   log_type       = SYSLOG authpriv&lt;BR /&gt;   log_on_success = HOST PID&lt;BR /&gt;   log_on_failure = HOST&lt;BR /&gt;   cps            = 25   30&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;includedir /etc/xinetd.d &lt;BR /&gt;&lt;BR /&gt;How you can see there in not any telnet line in this file ..&lt;BR /&gt;&lt;BR /&gt;Some idea?&lt;BR /&gt;&lt;BR /&gt;The customer will restart the system completly tonight.&lt;BR /&gt;&lt;BR /&gt;Thank you .&lt;BR /&gt;&lt;BR /&gt;W.S&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2005 15:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681160#M20810</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2005-11-29T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681161#M20811</link>
      <description>It should be:&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;Maybe you only mistaken when typed in.&lt;BR /&gt;&lt;BR /&gt;Ensure that the xinetd service is restarted after the changes.&lt;BR /&gt;&lt;BR /&gt;Ensure that no firewall services are preventing the access.&lt;BR /&gt;&lt;BR /&gt;Verify the configuration of /etc/hosts.allow and /etc/hosts.deny.&lt;BR /&gt;&lt;BR /&gt;Check the /var/log/messages and /var/log/secure files</description>
      <pubDate>Tue, 29 Nov 2005 16:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681161#M20811</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-29T16:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681162#M20812</link>
      <description>with whitch command I will restart the xinetd&lt;BR /&gt;&lt;BR /&gt;What I must look for in the logs that you suggest that I see.&lt;BR /&gt;&lt;BR /&gt;W.S</description>
      <pubDate>Tue, 29 Nov 2005 16:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681162#M20812</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2005-11-29T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681163#M20813</link>
      <description>Hi Smith,&lt;BR /&gt;&lt;BR /&gt;you do the followin steps..&lt;BR /&gt;&lt;BR /&gt;#vi /etc/xinetd.d/telnet&lt;BR /&gt;&lt;BR /&gt;(make a chage in the  file "telnet")&lt;BR /&gt;&lt;BR /&gt;disable=no&lt;BR /&gt;save and come out&lt;BR /&gt;#service xinetd restart&lt;BR /&gt;Do same for wu-ftp..&lt;BR /&gt;&lt;BR /&gt;Also check if firewall is enagle in ur linux machine..&lt;BR /&gt;#iptables -A&lt;BR /&gt;if it is enable, disable the firewall.. see man iptables ..&lt;BR /&gt;&lt;BR /&gt;Hope it would solve ur issue..&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Wed, 30 Nov 2005 01:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681163#M20813</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2005-11-30T01:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681164#M20814</link>
      <description>the command&lt;BR /&gt;service xinetd restart&lt;BR /&gt;restarts the xinetd service&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 01:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681164#M20814</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-11-30T01:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681165#M20815</link>
      <description>It is a problem with iptables (firewall). Disable all firewall settings. # iptables -l will give all. Disable them.&lt;BR /&gt;&lt;BR /&gt;Check also telnet daemon startup. Try to restart telnet deamon service script as,&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/telnetd restart&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 03:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681165#M20815</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-30T03:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: ftp and remote telnet not working in linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681166#M20816</link>
      <description>If you are using xinetd then service xinetd restart will work. &lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 30 Nov 2005 03:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-and-remote-telnet-not-working-in-linux-7-0/m-p/3681166#M20816</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-30T03:40:23Z</dc:date>
    </item>
  </channel>
</rss>

