ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Вопрос по vsftpd
@ 2002-12-18 16:26 Алексей
  2002-12-18 17:00 ` AntonFarygin
  0 siblings, 1 reply; 5+ messages in thread
From: Алексей @ 2002-12-18 16:26 UTC (permalink / raw)
  To: community

Hello community,

  Есть локаль. Из нее пытаюсь пробиться на фтп не пускает. С другого
  уделенного сервера пускает. В качестве ftp сервера стоит vsftpd.
local_enable=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/usersftp
подскажите отцы.
Заранее благодарен. Алексей.


-- 
Best regards,
 Алексей                          mailto:aleksey@ecolas.ru



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

* Re: [Comm] Вопрос по vsftpd
  2002-12-18 16:26 [Comm] Вопрос по vsftpd Алексей
@ 2002-12-18 17:00 ` AntonFarygin
  2002-12-19  7:49   ` [Comm] Re[2]: " Алексей
  0 siblings, 1 reply; 5+ messages in thread
From: AntonFarygin @ 2002-12-18 17:00 UTC (permalink / raw)
  To: community

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

Алексей пишет:

>Hello community,
>
>  Есть локаль. Из нее пытаюсь пробиться на фтп не пускает. С другого
>  уделенного сервера пускает. В качестве ftp сервера стоит vsftpd.
>local_enable=YES
>chroot_list_enable=YES
>chroot_list_file=/etc/vsftpd/usersftp
>подскажите отцы.
>Заранее благодарен. Алексей.
>
fgrep bind /etc/xinetd.d/*

grep only_from /etc/xinet.d/*

Еще тоже самое в /etc/xinetd.conf

Вообще все, что связано с интерфейсами и IP смотрите в xinetd

Rgds,
Rider


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

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

* [Comm] Re[2]: [Comm] Вопрос по vsftpd
  2002-12-18 17:00 ` AntonFarygin
@ 2002-12-19  7:49   ` Алексей
  2002-12-19 10:47     ` AntonFarygin
  0 siblings, 1 reply; 5+ messages in thread
From: Алексей @ 2002-12-19  7:49 UTC (permalink / raw)
  To: AntonFarygin

Hello AntonFarygin,

Wednesday, December 18, 2002, 8:00:16 PM, you wrote:

A> Алексей пишет:

>>Hello community,
>>
>>  Есть локаль. Из нее пытаюсь пробиться на фтп не пускает. С другого
>>  уделенного сервера пускает. В качестве ftp сервера стоит vsftpd.
>>local_enable=YES
>>chroot_list_enable=YES
>>chroot_list_file=/etc/vsftpd/usersftp
>>подскажите отцы.
>>Заранее благодарен. Алексей.
>>
A> fgrep bind /etc/xinetd.d/*

A> grep only_from /etc/xinet.d/*

A> Еще тоже самое в /etc/xinetd.conf

A> Вообще все, что связано с интерфейсами и IP смотрите в xinetd

A> Rgds,
A> Rider


В xinetd.conf для сервиса vsftpd only_from = 0.0.0.0 прописано и не пускат

-- 
Best regards,
 Алексей                            mailto:aleksey@ecolas.ru



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

* Re: [Comm] Re[2]: [Comm] Вопрос по vsftpd
  2002-12-19  7:49   ` [Comm] Re[2]: " Алексей
@ 2002-12-19 10:47     ` AntonFarygin
  2002-12-19 11:24       ` [Comm] Re[2]: " Алексей
  0 siblings, 1 reply; 5+ messages in thread
From: AntonFarygin @ 2002-12-19 10:47 UTC (permalink / raw)
  To: community

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

Алексей пишет:

>Hello AntonFarygin,
>
>Wednesday, December 18, 2002, 8:00:16 PM, you wrote:
>
>A> Алексей пишет:
>
>  
>
>>>Hello community,
>>>
>>> Есть локаль. Из нее пытаюсь пробиться на фтп не пускает. С другого
>>> уделенного сервера пускает. В качестве ftp сервера стоит vsftpd.
>>>local_enable=YES
>>>chroot_list_enable=YES
>>>chroot_list_file=/etc/vsftpd/usersftp
>>>подскажите отцы.
>>>Заранее благодарен. Алексей.
>>>
>>>      
>>>
>A> fgrep bind /etc/xinetd.d/*
>
>A> grep only_from /etc/xinet.d/*
>
>A> Еще тоже самое в /etc/xinetd.conf
>
>A> Вообще все, что связано с интерфейсами и IP смотрите в xinetd
>
>A> Rgds,
>A> Rider
>
>
>В xinetd.conf для сервиса vsftpd only_from = 0.0.0.0 прописано и не пускат
>
>  
>
А что идет в логи при этом? Хотя - он похоже не слушает интерфейс. 
Попробуйте насильно прописать bind на localhost.

Rgds,
Rider


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

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

* [Comm] Re[2]: [Comm] Re[2]: [Comm] Вопрос по vsftpd
  2002-12-19 10:47     ` AntonFarygin
@ 2002-12-19 11:24       ` Алексей
  0 siblings, 0 replies; 5+ messages in thread
From: Алексей @ 2002-12-19 11:24 UTC (permalink / raw)
  To: AntonFarygin

Hello AntonFarygin,

Thursday, December 19, 2002, 1:47:49 PM, you wrote:

A> Алексей пишет:

>>Hello AntonFarygin,
>>
>>Wednesday, December 18, 2002, 8:00:16 PM, you wrote:
>>
>>A> Алексей пишет:
>>
>>  
>>
>>>>Hello community,
>>>>
>>>> Есть локаль. Из нее пытаюсь пробиться на фтп не пускает. С другого
>>>> уделенного сервера пускает. В качестве ftp сервера стоит vsftpd.
>>>>local_enable=YES
>>>>chroot_list_enable=YES
>>>>chroot_list_file=/etc/vsftpd/usersftp
>>>>подскажите отцы.
>>>>Заранее благодарен. Алексей.
>>>>
>>>>      
>>>>
>>A> fgrep bind /etc/xinetd.d/*
>>
>>A> grep only_from /etc/xinet.d/*
>>
>>A> Еще тоже самое в /etc/xinetd.conf
>>
>>A> Вообще все, что связано с интерфейсами и IP смотрите в xinetd
>>
>>A> Rgds,
>>A> Rider
>>
>>
>>В xinetd.conf для сервиса vsftpd only_from = 0.0.0.0 прописано и не пускат
>>
>>  
>>
A> А что идет в логи при этом? Хотя - он похоже не слушает интерфейс. 
A> Попробуйте насильно прописать bind на localhost.

A> Rgds,
A> Rider


Спасибо всем. Нашел в чем дело было ))))))
/etc/hosts.deny там была собака зарыта

-- 
Best regards,
 Алексей                            mailto:aleksey@ecolas.ru



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

end of thread, other threads:[~2002-12-19 11:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 16:26 [Comm] Вопрос по vsftpd Алексей
2002-12-18 17:00 ` AntonFarygin
2002-12-19  7:49   ` [Comm] Re[2]: " Алексей
2002-12-19 10:47     ` AntonFarygin
2002-12-19 11:24       ` [Comm] Re[2]: " Алексей

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