ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Помогите пожалуйста с vsftp
@ 2002-11-28  8:39 Igor Moskalev
  2002-11-28 12:16 ` Dmitry Lebkov
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Moskalev @ 2002-11-28  8:39 UTC (permalink / raw)
  To: community

Здравствуйте!

Нужна помощь с настройкой ftp сервера. Проблема в том, что локальные
пользователи спокойно соединяются, а вот при попытке соединения с
удаленной машины получаем ошибку:

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

По результатам чтения док получилась следующая конфигурация:
/etc/xinetd.conf
defaults
{
    log_type = SYSLOG authpriv info
	log_on_success = PID HOST DURATION
	log_on_failure = HOST
	instances = 100
	per_source = 5
	only_from = 127.0.0.1 some_inetaddress
	#( эту строку закомментировывал -- пофигу )
}

/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
#  server_args =
}

/etc/vsftp.conf
anonymous_enable=NO #Тут если YES поставить -- не помогает
local_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES

Firewall выключал, ничего не помогает.

В логе xinetd вот что сообщается:
localhost xinetd: xinetd startup succeeded
localhost xinetd[26093]: libwrap refused connection to ftp from some_inetaddress

В /etc/hosts.allow прописан нужный фдрес:
vsftp: some_inetaddress: ALLOW
ftp: some_inetaddress: ALLOW

Есть идеи?

Спасибо заранее.

P.S. По ssh и sftp я с той же самой машины соединяюсь без проблем...

-- 
 С уважением,
 Игорь Москалев

 --------------------------------------------------------------------
 "Пусть я дурак, но позвольте мне убедиться в этом самому..." (c) Pp
 --------------------------------------------------------------------




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

end of thread, other threads:[~2002-11-29  3:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-28  8:39 [Comm] Помогите пожалуйста с vsftp Igor Moskalev
2002-11-28 12:16 ` Dmitry Lebkov
2002-11-29  3:22   ` Igor Moskalev

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