<?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: maximum ftp users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475772#M212544</link>
    <description>Rick pretty much explained the system limits on FTP&lt;BR /&gt;at any point of time, so I will not go into that.&lt;BR /&gt;&lt;BR /&gt;When you say "manually tweak" the limit, what do &lt;BR /&gt;you exactly mean? If you want to control the &lt;BR /&gt;number of incoming FTP sessions on your server&lt;BR /&gt;(like, for ex, you want to allow only 100 FTP &lt;BR /&gt;sessions at any point of time and no more), then &lt;BR /&gt;you could use IPFilter to achieve that. If that's what&lt;BR /&gt;you want, then configure the IPFilter with following &lt;BR /&gt;options and rules:&lt;BR /&gt;&lt;BR /&gt;1) Execute the following command:&lt;BR /&gt;          $ /sbin/ipf -m e&lt;BR /&gt;&lt;BR /&gt; The above command should say "DCA MODE is&lt;BR /&gt;  enabled"&lt;BR /&gt;&lt;BR /&gt;2) Configure the following rule:&lt;BR /&gt; &lt;BR /&gt;$ /sbin/ipf -f -&lt;BR /&gt;pass in quick proto tcp from any to any port = 21 keep limit 100 cumulative&lt;BR /&gt;&lt;BR /&gt;The above configuration will allow only 100 incoming&lt;BR /&gt;FTP connections and will block any connection &lt;BR /&gt;beyond that. New FTP connections will only be &lt;BR /&gt;allowed when older connection closes.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Feb 2005 14:21:46 GMT</pubDate>
    <dc:creator>Biswajit Tripathy</dc:creator>
    <dc:date>2005-02-02T14:21:46Z</dc:date>
    <item>
      <title>maximum ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475768#M212540</link>
      <description>Is there a limit on the number users that can do ftp to a server at any point of time? If so what is it and how can we manually tweak it&lt;BR /&gt;&lt;BR /&gt;Please advise</description>
      <pubDate>Tue, 01 Feb 2005 09:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475768#M212540</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2005-02-01T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: maximum ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475769#M212541</link>
      <description>You are going to be limited by the number of open files per process (nfile) for the ftp process(es) (treating each socket as a file), also bandwith on your NIC and available ports. Off the top of my head, that's all I can think of.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2005 10:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475769#M212541</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-01T10:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: maximum ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475770#M212542</link>
      <description>If you want to control ftp to any specific users , like number of sessions, time based ftp then you need to edit/create ftpaccess file&lt;BR /&gt;&lt;BR /&gt;man ftpaccess for more information.&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 01 Feb 2005 11:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475770#M212542</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-02-01T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: maximum ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475771#M212543</link>
      <description>nfile is indeed one limit - it is though the _system_wide_ open file limit not the per-process (maxfiles/maxfiles_lim).  Last I remember checking, an ftpd process consumed O(8) file descriptors.&lt;BR /&gt;&lt;BR /&gt;Each ftp session is also a distinct process, so there will be a limit at the maximum number of processes - nproc.&lt;BR /&gt;&lt;BR /&gt;Of course, CPU utilization and RAM consumption will come into play, as well as network bandwidth available to the host.&lt;BR /&gt;&lt;BR /&gt;The writeups are a bit old, so the constants may not be "right" but the ideas still hold, so the "ftp" and/or software download writeups at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;may be of some use.</description>
      <pubDate>Wed, 02 Feb 2005 12:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475771#M212543</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-02-02T12:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: maximum ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475772#M212544</link>
      <description>Rick pretty much explained the system limits on FTP&lt;BR /&gt;at any point of time, so I will not go into that.&lt;BR /&gt;&lt;BR /&gt;When you say "manually tweak" the limit, what do &lt;BR /&gt;you exactly mean? If you want to control the &lt;BR /&gt;number of incoming FTP sessions on your server&lt;BR /&gt;(like, for ex, you want to allow only 100 FTP &lt;BR /&gt;sessions at any point of time and no more), then &lt;BR /&gt;you could use IPFilter to achieve that. If that's what&lt;BR /&gt;you want, then configure the IPFilter with following &lt;BR /&gt;options and rules:&lt;BR /&gt;&lt;BR /&gt;1) Execute the following command:&lt;BR /&gt;          $ /sbin/ipf -m e&lt;BR /&gt;&lt;BR /&gt; The above command should say "DCA MODE is&lt;BR /&gt;  enabled"&lt;BR /&gt;&lt;BR /&gt;2) Configure the following rule:&lt;BR /&gt; &lt;BR /&gt;$ /sbin/ipf -f -&lt;BR /&gt;pass in quick proto tcp from any to any port = 21 keep limit 100 cumulative&lt;BR /&gt;&lt;BR /&gt;The above configuration will allow only 100 incoming&lt;BR /&gt;FTP connections and will block any connection &lt;BR /&gt;beyond that. New FTP connections will only be &lt;BR /&gt;allowed when older connection closes.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Feb 2005 14:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-ftp-users/m-p/3475772#M212544</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-02-02T14:21:46Z</dc:date>
    </item>
  </channel>
</rss>

