- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- number of ftp connections
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 06:39 PM
03-10-2003 06:39 PM
Hi,
I am in the process of building a ftp server.
There is about 500 users that are going to ftp to this machine.
Is there a setting/kernel parameter that sets the amount of ftp connections possible at a certain time?
Cheers
Darren
P.s Go the Aussies in the World Cup
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 06:53 PM
03-10-2003 06:53 PM
Re: number of ftp connections
The limit option grants the administrator the ability to limit the number of FTP sessions. When the class option is used, the limit can be assigned per class. In this example we are limiting the production class to 2 concurrent FTP sessions. The ???Any??? refers to ???Any week day???. Limits can be set for various days and times. For example, Fr0900-1700, can be used for Friday between 9:00AM and 5:00PM. A value of ???1 indicates unlimited sessions. That value can be used to allow unlimited FTP access during certain hours and a 0 value could be used with another limit entry for hours when FTP access is not wanted.
FTP articles can be found here:
http://newfdawg.com/SHP-Articles.htm
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 06:54 PM
03-10-2003 06:54 PM
Re: number of ftp connections
Have a look at the man page for 'ftpaccess'.
Make sure that if you intend doing this that you don't use anonymous 'ftp'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 08:31 PM
03-10-2003 08:31 PM
SolutionMake sure you have adequate space in /var
The logging on that many connections can be volumous.
To keep track of security, you'll want to make sure the -l parameter is in /etc/inetd.conf which will increase logging volume.
inetd -c will reload the config.
To insure there are no permissions and security issues going to bite you, I'd say run Bastille Security Hardening on the box, security_patch_check and the saint utility to probe vulnerabilties.
Links to the free stuff below.
Bastille...
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6849AA&date=
Required perl support.
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=PERL&date=
security_patch_check
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6834AA&date=
http://hpux.cs.utah.edu/
For saint utility. Get the tar version, compile it yourself.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 12:00 PM
03-12-2003 12:00 PM
Re: number of ftp connections
Each will consume some quantity of RAM. It will also deisre some (larger) quantity of swap space.
Each FTP session will consume a number of file descriptors, so nfile can come into play. The number is on the order of 10, so maxfiles and maxfiles_lim does _not_ come into play.
Apart from that there isn't much else to tweak for kernel settings, but you might look at some of the "FTP" or "download server" papers at ftp://ftp.cup.hp.com/dist/networking/briefs/
to find some of the (now likely a bit out of date) constants.
Oh, and go Sweden :)