ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] доступ к vsftpd с НЕ only_from
@ 2007-06-05 10:35 Artem Zolochevskiy
  2007-06-05 10:36 ` Eugene Ostapets
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Zolochevskiy @ 2007-06-05 10:35 UTC (permalink / raw)
  To: sysadmins

Господа, это нормальное поведение?

к vsftpd возможен доступ с машин НЕ перечисленных в only_from.

# grep only_from /etc/xinetd.d/vsftpd
        only_from       = 127.0.0.1 192.168.0.0

при этом в vsftpd.log
Tue Jun  5 13:31:52 2007 [pid 27312] CONNECT: Client "192.168.1.2"
Tue Jun  5 13:31:52 2007 [pid 27311] [vsftpd] OK LOGIN:
Client "192.168.1.2", anon password "lftp@"

Остаётся добавить что
# cat /proc/sys/net/ipv4/ip_forward
1
и что 192.168.1.2 одна из машин моей сети.

Т.е получается что что only_from в этом случае не спасает?

-- 
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org



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

* Re: [Sysadmins] доступ к vsftpd с НЕ only_from
  2007-06-05 10:35 [Sysadmins] доступ к vsftpd с НЕ only_from Artem Zolochevskiy
@ 2007-06-05 10:36 ` Eugene Ostapets
  2007-06-05 10:44   ` Artem Zolochevskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Eugene Ostapets @ 2007-06-05 10:36 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

05.06.07, Artem Zolochevskiy<artem.zolochevskiy gmail.com> написал(а):
> Господа, это нормальное поведение?
Нормальное
>
> к vsftpd возможен доступ с машин НЕ перечисленных в only_from.
>
> # grep only_from /etc/xinetd.d/vsftpd
>         only_from       = 127.0.0.1 192.168.0.0
192.168.0.0 - это адрес сети, а не хоста:)

-- 
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru

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

* Re: [Sysadmins] доступ к vsftpd с НЕ only_from
  2007-06-05 10:36 ` Eugene Ostapets
@ 2007-06-05 10:44   ` Artem Zolochevskiy
  2007-06-05 10:50     ` Anton Farygin
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Zolochevskiy @ 2007-06-05 10:44 UTC (permalink / raw)
  To: sysadmins

Eugene Ostapets wrote:

> 05.06.07, Artem Zolochevskiy<artem.zolochevskiy gmail.com> написал(а):
>> Господа, это нормальное поведение?
> Нормальное
>>
>> к vsftpd возможен доступ с машин НЕ перечисленных в only_from.
>>
>> # grep only_from /etc/xinetd.d/vsftpd
>>         only_from       = 127.0.0.1 192.168.0.0
> 192.168.0.0 - это адрес сети, а не хоста:)
> 

и 192.168.1.2 входит в эту сеть?

из мана
(for example,  128.138.12.0  matches  all hosts on the 128.138.12                            
subnet).  0.0.0.0  matches  all  Internet  addresses.

-- 
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org



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

* Re: [Sysadmins] доступ к vsftpd с НЕ only_from
  2007-06-05 10:44   ` Artem Zolochevskiy
@ 2007-06-05 10:50     ` Anton Farygin
  2007-06-05 13:35       ` Artem Zolochevskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Anton Farygin @ 2007-06-05 10:50 UTC (permalink / raw)
  To: sysadmins

Artem Zolochevskiy wrote:
> Eugene Ostapets wrote:
> 
>> 05.06.07, Artem Zolochevskiy<artem.zolochevskiy gmail.com> написал(а):
>>> Господа, это нормальное поведение?
>> Нормальное
>>> к vsftpd возможен доступ с машин НЕ перечисленных в only_from.
>>>
>>> # grep only_from /etc/xinetd.d/vsftpd
>>>         only_from       = 127.0.0.1 192.168.0.0
>> 192.168.0.0 - это адрес сети, а не хоста:)
>>
> 
> и 192.168.1.2 входит в эту сеть?
> 
> из мана
> (for example,  128.138.12.0  matches  all hosts on the 128.138.12                            
> subnet).  0.0.0.0  matches  all  Internet  addresses.

Входит.

Если указать маску, то входить не будет.



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

* Re: [Sysadmins] доступ к vsftpd с НЕ only_from
  2007-06-05 10:50     ` Anton Farygin
@ 2007-06-05 13:35       ` Artem Zolochevskiy
  0 siblings, 0 replies; 5+ messages in thread
From: Artem Zolochevskiy @ 2007-06-05 13:35 UTC (permalink / raw)
  To: sysadmins

Anton Farygin wrote:

> Artem Zolochevskiy wrote:
>> Eugene Ostapets wrote:
>> 
>>> 05.06.07, Artem Zolochevskiy<artem.zolochevskiy gmail.com> написал(а):
>>>> Господа, это нормальное поведение?
>>> Нормальное
>>>> к vsftpd возможен доступ с машин НЕ перечисленных в only_from.
>>>>
>>>> # grep only_from /etc/xinetd.d/vsftpd
>>>>         only_from       = 127.0.0.1 192.168.0.0
>>> 192.168.0.0 - это адрес сети, а не хоста:)
>>>
>> 
>> и 192.168.1.2 входит в эту сеть?
>> 
>> из мана
>> (for example,  128.138.12.0  matches  all hosts on the 128.138.12
>> subnet).  0.0.0.0  matches  all  Internet  addresses.
> 
> Входит.
> 
> Если указать маску, то входить не будет.

и точно.

-- 
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org



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

end of thread, other threads:[~2007-06-05 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-05 10:35 [Sysadmins] доступ к vsftpd с НЕ only_from Artem Zolochevskiy
2007-06-05 10:36 ` Eugene Ostapets
2007-06-05 10:44   ` Artem Zolochevskiy
2007-06-05 10:50     ` Anton Farygin
2007-06-05 13:35       ` Artem Zolochevskiy

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git