ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] xinetd & vsftpd
@ 2002-01-05  6:32 Alexei Takaseev
  0 siblings, 0 replies; only message in thread
From: Alexei Takaseev @ 2002-01-05  6:32 UTC (permalink / raw)
  To: sisyphus

Приветствую!

С ftp-сервером wu-ftpd можно было провернуть такую вещь, как ограничение
количества соединений по группам, определяя их по каким-то признакам.
Можно ли подобное проделать и с vsftpd? Пробовал делать так, чтобы сам
xinetd ставил ограничение на количество подключений к сервису с одного IP,
да вот что-то никакого ограничения не получалось.

Вот что я пытался прописать:

service ftp
{
        disable = no
        flags           = REUSE
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        nice            = 10
        rlimit_as       = 16M
        instances       = 1
        per_source      = 1
        server          = /usr/sbin/vsftpd
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-05  6:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-05  6:32 [sisyphus] xinetd & vsftpd Alexei Takaseev

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git