<?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: problem wid &amp;quot;vsftpd service&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000732#M84223</link>
    <description>Hi&lt;BR /&gt;Put the files under /var/ftp/pub&lt;BR /&gt;&lt;BR /&gt;make sure that files are world readable.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
    <pubDate>Fri, 01 Sep 2006 06:29:35 GMT</pubDate>
    <dc:creator>Vipulinux</dc:creator>
    <dc:date>2006-09-01T06:29:35Z</dc:date>
    <item>
      <title>problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000731#M84222</link>
      <description>hi,&lt;BR /&gt;i have started ftp services in fc3 by&lt;BR /&gt;PROMPT$ service vsftpd start&lt;BR /&gt;it has succesfully started. i have kept some files in /var/ftp.&lt;BR /&gt;i am able to open my own ftp as normal user by typing&lt;BR /&gt;ftp://&lt;MY ip=""&gt;&lt;BR /&gt;in browser(mozilla)&lt;BR /&gt;but when i tries from other systems...error is comming stating that folder is not found..&lt;BR /&gt;and they r  unable to open my ftp share.&lt;BR /&gt;&lt;BR /&gt;where we need to keep all the files.&lt;BR /&gt;and what modifications i need to do..&lt;BR /&gt;i allowed anonymously logging in&lt;BR /&gt;thanQ&lt;/MY&gt;</description>
      <pubDate>Thu, 31 Aug 2006 18:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000731#M84222</guid>
      <dc:creator>vnykr</dc:creator>
      <dc:date>2006-08-31T18:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000732#M84223</link>
      <description>Hi&lt;BR /&gt;Put the files under /var/ftp/pub&lt;BR /&gt;&lt;BR /&gt;make sure that files are world readable.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Fri, 01 Sep 2006 06:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000732#M84223</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-09-01T06:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000733#M84224</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you are using iptables firewall, you may need to use connection tracking to get the ftp traffic through the firewall. Make sure ports 20-21 are open on tcp and udp.&lt;BR /&gt;&lt;BR /&gt;And:&lt;BR /&gt;&lt;BR /&gt;modprobe ip_conntrack_ftp&lt;BR /&gt;&lt;BR /&gt;That may solve your problem.&lt;BR /&gt;&lt;BR /&gt;I won't check back because I'm going to take the RHCE in a few minutes.&lt;BR /&gt;&lt;BR /&gt;Just for grins, this may be needed on your firewall. Also, vsfptd.conf file may be default which enables anonymous.&lt;BR /&gt;&lt;BR /&gt;iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 01 Sep 2006 07:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000733#M84224</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-01T07:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000734#M84225</link>
      <description>hi SEP&lt;BR /&gt;&lt;BR /&gt;how to open ports 21 and 22 in fc3.&lt;BR /&gt;&lt;BR /&gt;(1)modprobe ip_conntrack_ftp&lt;BR /&gt;(2)iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;what these things will do??</description>
      <pubDate>Fri, 01 Sep 2006 11:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000734#M84225</guid>
      <dc:creator>vnykr</dc:creator>
      <dc:date>2006-09-01T11:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000735#M84226</link>
      <description>1. ip_conntack_ftp enables your firewall to identify related to ftp packets.&lt;BR /&gt;2. If packets comping to your box are related to your outgoing request- they will be allowed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;add 2 more rules:&lt;BR /&gt;iptables -A INPUT -p tcp --dport 21 -j ACCEPT&lt;BR /&gt;iptables -A INPUT -p tcp --dport 20 -j ACCEPT&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2006 11:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000735#M84226</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-09-01T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000736#M84227</link>
      <description>to run vsftpd&lt;BR /&gt;we need one morething&lt;BR /&gt;xinetd..&lt;BR /&gt;bcz vsftpd is controlled by xinetd service.&lt;BR /&gt;and v need to create a file named "vsftpd" in /etc/xinetd.d/&lt;BR /&gt;$vi /etc/xinetd.d/vsftpd&lt;BR /&gt;edit and include the following in that&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;service ftp&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;socket_type = stream&lt;BR /&gt;wait = no&lt;BR /&gt;user = root&lt;BR /&gt;server = /usr/sbin/vsftpd&lt;BR /&gt;nice = 10&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;then restart "xinetd" service as follows&lt;BR /&gt;&lt;BR /&gt;$service xinetd restart&lt;BR /&gt;&lt;BR /&gt;then restart vsftpd as&lt;BR /&gt;&lt;BR /&gt;$service vsftpd restart&lt;BR /&gt;&lt;BR /&gt;and now put those files u want to fut in ftp in /var/ftp/&lt;BR /&gt;&lt;BR /&gt;and enjooooooooy ftp service&lt;BR /&gt;&lt;BR /&gt;byeeeee&lt;BR /&gt;vnykr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Sep 2006 02:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000736#M84227</guid>
      <dc:creator>vnykr</dc:creator>
      <dc:date>2006-09-03T02:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem wid "vsftpd service"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000737#M84228</link>
      <description>&amp;gt;to run vsftpd&lt;BR /&gt;&amp;gt;we need one morething&lt;BR /&gt;&amp;gt;xinetd..&lt;BR /&gt;&amp;gt;bcz vsftpd is controlled by xinetd service.&lt;BR /&gt;&lt;BR /&gt;Even when this afirmation is right, is not the only way to run the service. The vsftpd service can be run wihtout the xinetd superdaemon as standalone service. The configuration file indicates how it will be executed (listen=YES).&lt;BR /&gt;&lt;BR /&gt;If you will run as an independent service, it will have a rc script in /etc/rc.d/init.d.</description>
      <pubDate>Mon, 04 Sep 2006 09:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-wid-quot-vsftpd-service-quot/m-p/5000737#M84228</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-09-04T09:23:14Z</dc:date>
    </item>
  </channel>
</rss>

