ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] Master 2.4 and vsftp
  2004-11-20  9:51 [Comm] Master 2.4 and vsftp Fedor Sumkin
@ 2004-11-20  9:06 ` Aleksander N. Gorohovski
  2004-11-20  9:10   ` Aleksander N. Gorohovski
  2004-11-20 10:46 ` [Comm] " Alexey Borovskoy
  1 sibling, 1 reply; 7+ messages in thread
From: Aleksander N. Gorohovski @ 2004-11-20  9:06 UTC (permalink / raw)
  To: community

On Sat, 20 Nov 2004 12:51:12 +0300, Fedor Sumkin <altcommunity@mail.ru>  
wrote:

> Имеем установленный мастер, необходимо поднять анонимус фтп на базе  
> vsftp, пакеты vsftp, anonftp установлены.
>
> Читаем приложенную книжку по администрированию системы, проверяем
> cat /etc/xinetd.d/vsftpd
> service ftp
> {
>         disable         = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         user            = root
>         nice            = 10
>         rlimit_as       = 16M
>         server          = /usr/sbin/vsftpd
> #       server_args     =

only_from = ?

> }
>
> cat /etc/vsftpd.conf
>
> #port_enable=NO
> #pasv_enable=NO
> anonymous_enable=YES
> #local_enable=YES
> #write_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
> #xferlog_file=/var/log/vsftpd.log
> #xferlog_std_format=YES
> #idle_session_timeout=600
> #data_connection_timeout=120
> nopriv_user=novsftpd
> #async_abor_enable=YES
> #ascii_upload_enable=YES
> #ascii_download_enable=YES
> #ftpd_banner=Welcome to blah FTP service.
> #deny_email_enable=YES
> #banned_email_file=/etc/vsftpd/banned_emails
> #chroot_list_enable=YES
> #chroot_list_file=/etc/vsftpd/chroot_list

chroot_list_file=/etc/vsftpd/chroot_list

> #ls_recurse_enable=YES
> #hide_ids=YES
> #use_localtime=YES
>
> ll /var/ftp/
> total 8
> drwxrwsr-x   2 root ftpadmin 4096 Nov 20 12:50 ./
> drwxr-xr-x  20 root root     4096 Nov 20 12:00 ../
>
> service xinetd restart
>
> ftp 10.33.253.221
> Connected to 10.33.253.221 (10.33.253.221).
> 421 Service not available, remote server has closed connection
>


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

* Re: [Comm] Master 2.4 and vsftp
  2004-11-20  9:06 ` Aleksander N. Gorohovski
@ 2004-11-20  9:10   ` Aleksander N. Gorohovski
  2004-11-21 22:01     ` [Comm] " Michael Shigorin
  0 siblings, 1 reply; 7+ messages in thread
From: Aleksander N. Gorohovski @ 2004-11-20  9:10 UTC (permalink / raw)
  To: community

>> cat /etc/vsftpd.conf
>>
>> #port_enable=NO
>> #pasv_enable=NO
>> anonymous_enable=YES
>> #local_enable=YES

local_enable=YES
Sorry


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

* [Comm] Master 2.4 and vsftp
@ 2004-11-20  9:51 Fedor Sumkin
  2004-11-20  9:06 ` Aleksander N. Gorohovski
  2004-11-20 10:46 ` [Comm] " Alexey Borovskoy
  0 siblings, 2 replies; 7+ messages in thread
From: Fedor Sumkin @ 2004-11-20  9:51 UTC (permalink / raw)
  To: community

Имеем установленный мастер, необходимо поднять анонимус фтп на базе vsftp, пакеты vsftp, anonftp установлены.

Читаем приложенную книжку по администрированию системы, проверяем 
cat /etc/xinetd.d/vsftpd
service ftp
{
        disable         = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        nice            = 10
        rlimit_as       = 16M
        server          = /usr/sbin/vsftpd
#       server_args     =
}

cat /etc/vsftpd.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
#xferlog_file=/var/log/vsftpd.log
#xferlog_std_format=YES
#idle_session_timeout=600
#data_connection_timeout=120
nopriv_user=novsftpd
#async_abor_enable=YES
#ascii_upload_enable=YES
#ascii_download_enable=YES
#ftpd_banner=Welcome to blah FTP service.
#deny_email_enable=YES
#banned_email_file=/etc/vsftpd/banned_emails
#chroot_list_enable=YES
#chroot_list_file=/etc/vsftpd/chroot_list
#ls_recurse_enable=YES
#hide_ids=YES
#use_localtime=YES

ll /var/ftp/
total 8
drwxrwsr-x   2 root ftpadmin 4096 Nov 20 12:50 ./
drwxr-xr-x  20 root root     4096 Nov 20 12:00 ../

service xinetd restart

ftp 10.33.253.221
Connected to 10.33.253.221 (10.33.253.221).
421 Service not available, remote server has closed connection

И как тут быть?


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

* Re: [Comm] Master 2.4 and vsftp
  2004-11-20  9:51 [Comm] Master 2.4 and vsftp Fedor Sumkin
  2004-11-20  9:06 ` Aleksander N. Gorohovski
@ 2004-11-20 10:46 ` Alexey Borovskoy
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey Borovskoy @ 2004-11-20 10:46 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

* Суббота 20 Ноябрь 2004 21:51 Fedor Sumkin 
<altcommunity@mail.ru>

> Имеем установленный мастер, необходимо поднять анонимус фтп на
> базе vsftp, пакеты vsftp, anonftp установлены.
>
> Читаем приложенную книжку по администрированию системы,
> проверяем cat /etc/xinetd.d/vsftpd
> service ftp
> {
 only_from += 10.1.1.0
>         disable         = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         user            = root
>         nice            = 10
>         rlimit_as       = 16M
>         server          = /usr/sbin/vsftpd
> #       server_args     =
> }

-- 
Алексей.
GPG key fingerprint
949B BC0E 2C44 7528 4F63  2753 E37A 9E3F 11F3 BDE1

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [Comm] Re: Master 2.4 and vsftp
  2004-11-20  9:10   ` Aleksander N. Gorohovski
@ 2004-11-21 22:01     ` Michael Shigorin
  2004-11-22  7:10       ` Aleksander N. Gorohovski
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Shigorin @ 2004-11-21 22:01 UTC (permalink / raw)
  To: community

On Sat, Nov 20, 2004 at 12:06:09PM +0300, Aleksander N. Gorohovski wrote:
> >Имеем установленный мастер, необходимо поднять анонимус фтп на
> >базе  vsftp, пакеты vsftp, anonftp установлены.
> only_from = ?

Да.

> write_enable=YES

Нет!

> local_enable=YES

Нет.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] Re: Master 2.4 and vsftp
  2004-11-21 22:01     ` [Comm] " Michael Shigorin
@ 2004-11-22  7:10       ` Aleksander N. Gorohovski
  2004-11-22  9:54         ` Michael Shigorin
  0 siblings, 1 reply; 7+ messages in thread
From: Aleksander N. Gorohovski @ 2004-11-22  7:10 UTC (permalink / raw)
  To: community

On Mon, 22 Nov 2004 00:01:31 +0200, Michael Shigorin <mike@osdn.org.ua>  
wrote:

> On Sat, Nov 20, 2004 at 12:06:09PM +0300, Aleksander N. Gorohovski wrote:
>> >Имеем установленный мастер, необходимо поднять анонимус фтп на
>> >базе  vsftp, пакеты vsftp, anonftp установлены.
>> only_from = ?
>
> Да.
>
>> write_enable=YES
>
> Нет!
>
>> local_enable=YES
>
> Нет.

Ну, почему же так принципиально,
пускай сначала заработает, а потом уже и "Нет"
:-)


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

* [Comm] Re: Master 2.4 and vsftp
  2004-11-22  7:10       ` Aleksander N. Gorohovski
@ 2004-11-22  9:54         ` Michael Shigorin
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2004-11-22  9:54 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

On Mon, Nov 22, 2004 at 10:10:52AM +0300, Aleksander N. Gorohovski wrote:
> >>write_enable=YES
> >Нет!
> >>local_enable=YES
> >Нет.
> Ну, почему же так принципиально, пускай сначала заработает, а
> потом уже и "Нет" :-)

Потому что нет ничего более постоянного, чем временное.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-11-22  9:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-20  9:51 [Comm] Master 2.4 and vsftp Fedor Sumkin
2004-11-20  9:06 ` Aleksander N. Gorohovski
2004-11-20  9:10   ` Aleksander N. Gorohovski
2004-11-21 22:01     ` [Comm] " Michael Shigorin
2004-11-22  7:10       ` Aleksander N. Gorohovski
2004-11-22  9:54         ` Michael Shigorin
2004-11-20 10:46 ` [Comm] " Alexey Borovskoy

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