<?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 linux 3 update 3 ftp connection refused in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852798#M84200</link>
    <description>Hi &lt;BR /&gt;I am trying to do an ftp connection to my server running red hat linux  3 update 3.&lt;BR /&gt;&lt;BR /&gt;I have installed the ftp server , I have changed the default option from disable=yes to no.&lt;BR /&gt;&lt;BR /&gt;but the connection is refused .&lt;BR /&gt;&lt;BR /&gt;Some idea about to some file that I  must edit,&lt;BR /&gt;&lt;BR /&gt;thank you &lt;BR /&gt;&lt;BR /&gt;W.S</description>
    <pubDate>Tue, 29 Aug 2006 21:34:21 GMT</pubDate>
    <dc:creator>WilliamSmith11</dc:creator>
    <dc:date>2006-08-29T21:34:21Z</dc:date>
    <item>
      <title>linux 3 update 3 ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852798#M84200</link>
      <description>Hi &lt;BR /&gt;I am trying to do an ftp connection to my server running red hat linux  3 update 3.&lt;BR /&gt;&lt;BR /&gt;I have installed the ftp server , I have changed the default option from disable=yes to no.&lt;BR /&gt;&lt;BR /&gt;but the connection is refused .&lt;BR /&gt;&lt;BR /&gt;Some idea about to some file that I  must edit,&lt;BR /&gt;&lt;BR /&gt;thank you &lt;BR /&gt;&lt;BR /&gt;W.S</description>
      <pubDate>Tue, 29 Aug 2006 21:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852798#M84200</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-08-29T21:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: linux 3 update 3 ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852799#M84201</link>
      <description>posted in wrong forum, moved to more appropriate forum</description>
      <pubDate>Wed, 30 Aug 2006 04:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852799#M84201</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-08-30T04:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: linux 3 update 3 ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852800#M84202</link>
      <description>Connection refused most probably mean that ftp server is running but, firewall or tcpwrapper is blocking your access.&lt;BR /&gt;&lt;BR /&gt;So check firewall&lt;BR /&gt;iptables -L&lt;BR /&gt;check &lt;BR /&gt;/etc/hosts.allow&lt;BR /&gt;and&lt;BR /&gt;/etc/hosts.deny&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 04:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852800#M84202</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-08-30T04:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: linux 3 update 3 ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852801#M84203</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;iptables -F flushes and clears the firewall.&lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages or secure on the target server and try. If you see nothing, firewall issue. If you see something check telnet setup&lt;BR /&gt;&lt;BR /&gt;Consider replacing telnet/ftp with ssh/sftp&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Aug 2006 04:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852801#M84203</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-30T04:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: linux 3 update 3 ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852802#M84204</link>
      <description>What ftp server did you install?&lt;BR /&gt;Is it the vsftpd?&lt;BR /&gt;if so you must start the service with:&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;If the ftp server you've installed is a part of xinetd services, then you must restart the xinetd service with:&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Anyway vsftp comes on the installation CD.</description>
      <pubDate>Wed, 30 Aug 2006 05:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-3-update-3-ftp-connection-refused/m-p/3852802#M84204</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-08-30T05:43:52Z</dc:date>
    </item>
  </channel>
</rss>

