limiting the number of connections per client

Ali, Saqib docbook.xml at gmail.com
Thu Feb 4 10:33:50 MST 2010


>>> With the help of xinetd.
>>> Example:
>>> ftp5:2 22:39:02 ~ # cat /etc/xinetd.d/rsync
>>> # default: off
>>> # description: rsync file transfer daemon
>>> service rsync
>>> {
>>>        socket_type     = stream
>>>        protocol        = tcp
>>>        wait            = no
>>>        user            = root
>>>        server          = /usr/sbin/rsyncd
>>>        instances       = 999
>>>        per_source      = 19
>>>        server_args     = --daemon
>>> #       disable         = yes
>>> }
>>> ftp5:2 22:39:03 ~ #

Thank you. Thank you. It works!!! :-)

saqib
http://enterprise20.squarespace.com


More information about the rsync mailing list