ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Как разрешить доступ на VSFTP ?
@ 2005-06-15  5:01 Platon
  2005-06-15  5:16 ` Alexander Vasiliev
  2005-06-15  5:44 ` Nikolay A. Fetisov
  0 siblings, 2 replies; 8+ messages in thread
From: Platon @ 2005-06-15  5:01 UTC (permalink / raw)
  To: community

Пытаюсь поднять сервер ftp на своей машине, вроде поднялся, во всяком случае локально я захожу но больше никто зайти из сети не может. Всё читал что нашёл по VSFTP man, google, доки ALT Linux.
 Вот конфиг vsftp.conf:
#port_enable=NO
#pasv_enable=NO
anonymous_enable=YES
local_enable=YES
write_enable=YES
#local_umask=022
pasv_min_port=49152
pasv_max_port=65535
anon_upload_enable=YES
anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
#chown_uploads=YES
#chown_username=whoever
 
 Вот настройки /etc/xinetd.d/vsftp
service ftp
{
        disable         = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        nice            = 10
        rlimit_as       = 16M
        server          = /usr/sbin/vsftpd
        only_from = 10.2 # предоставляем доступ из всей подсети 10.2.
#       server_args     =
}

 

-- 
С уважением!


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-06-17  3:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-15  5:01 [Comm] Как разрешить доступ на VSFTP ? Platon
2005-06-15  5:16 ` Alexander Vasiliev
2005-06-15  5:44 ` Nikolay A. Fetisov
2005-06-15  9:29   ` [Comm]Как разрешить доступ наVSFTP ? Platon
2005-06-16 11:37   ` [Comm] Как разрешить доступ на VSFTP ? Vitaly Lipatov
2005-06-16 16:22     ` Nikolay A. Fetisov
2005-06-16 18:40       ` Vitaly Lipatov
2005-06-17  3:19     ` Nikolay A. Fetisov

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