<?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 connection refused in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558948#M18020</link>
    <description>Install the vsftpd rpm,&lt;BR /&gt;start the vsftpd service as 'service vsftpd start',&lt;BR /&gt;then try ftpying to the localhost itself to check whether the daemon is running. It should work if everything is ok. Then try ftpying from other pcs . If again the connection refused message comes that means ur firewall setting is blocking ftp connections. Try opening the port 21 in ur firewall setting.</description>
    <pubDate>Tue, 07 Jun 2005 07:06:50 GMT</pubDate>
    <dc:creator>Bejoy C Alias</dc:creator>
    <dc:date>2005-06-07T07:06:50Z</dc:date>
    <item>
      <title>FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558943#M18015</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;While i am trying to ftp a linux machine i am getting the following error.&lt;BR /&gt;&lt;BR /&gt;tariq@sydsep1# ftp 172.17.0.173&lt;BR /&gt;ftp: connect: Connection refused&lt;BR /&gt;&lt;BR /&gt;The OS is Fedora core 2&lt;BR /&gt;&lt;BR /&gt;I can do sftp</description>
      <pubDate>Mon, 06 Jun 2005 18:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558943#M18015</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2005-06-06T18:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558944#M18016</link>
      <description>'Connection refused' would mean that either the VsFTPd server isn't running, or has been blocked by the firewall.&lt;BR /&gt;&lt;BR /&gt;On the linux server, check what 'service vsftpd status' reports.&lt;BR /&gt;&lt;BR /&gt;If that says it is running, use 'iptables -nvL INPUT' and see if anything is blocking port 21.&lt;BR /&gt;&lt;BR /&gt;But in reality, if you can 'sftp', then it's probably better anyway, being a secure, encrypted connection.</description>
      <pubDate>Mon, 06 Jun 2005 19:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558944#M18016</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-06T19:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558945#M18017</link>
      <description>[root@sydupft1 sysconfig]# ps -ef |grep VsFTPd&lt;BR /&gt;root     28034 27671  0 12:14 pts/5    00:00:00 grep VsFTPd&lt;BR /&gt;&lt;BR /&gt;How can i start VsFTPd.</description>
      <pubDate>Mon, 06 Jun 2005 21:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558945#M18017</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2005-06-06T21:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558946#M18018</link>
      <description>&lt;BR /&gt;make sure you have installed vsftpd rpm package. it should be available either in first or second CD of FC2.&lt;BR /&gt;&lt;BR /&gt;to run vsftpd daemon run, 'service vsftpd start'&lt;BR /&gt;&lt;BR /&gt;it will launch vsftpd daemon and you can connect to it from remote. But this will be effective only for the current boot, to make it run automatically after every reboot run, 'chkconfig vsftpd on'&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 06 Jun 2005 23:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558946#M18018</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-06T23:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558947#M18019</link>
      <description>ps -ef | grep ftpd&lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;Additional diagnostics for the server. If you see log entries, then its probably not a firewall.&lt;BR /&gt;&lt;BR /&gt;vsftpd is the default ftp daemon on Fedora Core 2.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Jun 2005 07:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558947#M18019</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-07T07:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558948#M18020</link>
      <description>Install the vsftpd rpm,&lt;BR /&gt;start the vsftpd service as 'service vsftpd start',&lt;BR /&gt;then try ftpying to the localhost itself to check whether the daemon is running. It should work if everything is ok. Then try ftpying from other pcs . If again the connection refused message comes that means ur firewall setting is blocking ftp connections. Try opening the port 21 in ur firewall setting.</description>
      <pubDate>Tue, 07 Jun 2005 07:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558948#M18020</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-07T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558949#M18021</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;we must remember that ftp sometimes (most of the times I guess) runs over inet or xinet.&lt;BR /&gt;&lt;BR /&gt;Tariq must verify if there is any ftp server installed on his system&lt;BR /&gt;rpm -qa | grep ftp will help him&lt;BR /&gt;verify if it's running over inet or xinet&lt;BR /&gt;/etc/inetd.conf for inet   and&lt;BR /&gt;/etc/xinetd.d/some_ftp_server_config for xinetd&lt;BR /&gt;&lt;BR /&gt;That's the very beginning point to verify.&lt;BR /&gt;&lt;BR /&gt;Install it if necessary and configure conform  his needs.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2005 07:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558949#M18021</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-07T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558950#M18022</link>
      <description>xyko&lt;BR /&gt;&lt;BR /&gt;Though ftp used to run via an inetd or xinetd daemon, vsftpd has its own daemon and has been removed from the xinetd daemon in Fedora Core 1 and above.&lt;BR /&gt;&lt;BR /&gt;If not installed vsftpd must be explicitly installed.&lt;BR /&gt;&lt;BR /&gt;rpm -ih /tmp/&lt;NAME of="" the="" rpm="" file=""&gt;&lt;BR /&gt;# You can store it whereever you like&lt;BR /&gt;chkconfig --level 12345 vsftpd on&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/NAME&gt;</description>
      <pubDate>Tue, 07 Jun 2005 08:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558950#M18022</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-07T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558951#M18023</link>
      <description>Thanks Steven about your advise regarding Fedora's ftp choice.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Tue, 07 Jun 2005 12:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3558951#M18023</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-07T12:21:30Z</dc:date>
    </item>
  </channel>
</rss>

