ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Igor Moskalev <gnitarg@bellsouth.net>
To: community@altlinux.ru
Subject: [Comm] Помогите пожалуйста с vsftp
Date: Thu, 28 Nov 2002 02:39:02 -0600 (CST)
Message-ID: <Pine.LNX.4.44L.0211280208580.11867-100000@localhost.localdomain> (raw)

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

Нужна помощь с настройкой 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
 --------------------------------------------------------------------




             reply	other threads:[~2002-11-28  8:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-28  8:39 Igor Moskalev [this message]
2002-11-28 12:16 ` Dmitry Lebkov
2002-11-29  3:22   ` Igor Moskalev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44L.0211280208580.11867-100000@localhost.localdomain \
    --to=gnitarg@bellsouth.net \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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