Saturday, December 6, 2008
VSFTPD - limit the number of simultaneous connections for a single IP address
Posted on 6:27 AM by Unknown
By default VSFTPD allows unlimited connection from the same client IP address.1: Open vsftpd.conf fileUse text editor such as vi to edit /etc/vsftpd.conf or /etc/vsftpd/vsftpd.conf file:# vi vsftpd.conf2: Setup limitationSet up the max_per_ip=4 (this will limit simultaneous connection to 4 number only)max_per_ip=43: Restart vsftpd# /etc/init.d/vsftpd restart
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment