ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] xinetd & vsftpd
@ 2002-01-07 14:36 Alexei Takaseev
  2002-01-08 11:04 ` Igor Homyakov
  2002-01-10 12:31 ` Dmitry V. Levin
  0 siblings, 2 replies; 4+ messages in thread
From: Alexei Takaseev @ 2002-01-07 14:36 UTC (permalink / raw)
  To: mandrake-russian

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

С 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] 4+ messages in thread

end of thread, other threads:[~2002-01-10 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-07 14:36 [mdk-re] xinetd & vsftpd Alexei Takaseev
2002-01-08 11:04 ` Igor Homyakov
2002-01-09 19:26   ` Alexei Takaseev
2002-01-10 12:31 ` Dmitry V. Levin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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