ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Настройка iptables и кто-же открыл порт?
@ 2006-11-10 14:41 Oleg Dolgov
  2006-11-10 14:48 ` diver
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Oleg Dolgov @ 2006-11-10 14:41 UTC (permalink / raw)
  To: community

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

Помогите разобраться в ситуации.
Настроил себе iptables руками (по iptables-tutorial). Вроде все
работает, в связи с чем был несказанно рад за себя :-) Самостоятельно
разобрался в незнакомом для себя деле.

Решил проверить эффективность. Наружу заведомо открыл только 22 порт
(ssh). Захожу в инет с мобилки и пытаюсь просканировать свой сервак
(ip белый). И к своему удивлению обнаруживаю:

Address : "мой АйПи"
Ping .... Ok, Time : 1642
Port  22 (ssh)             ... Ok !  Send data.  Wait incoming data ..
data received. SSH-1.99-OpenSSH_3.6.1p2
Port  21 (ftp)             ... Ok !  Send data.  Wait incoming data ..
no data. 2 (of 91) open port(s) detected

Done

Откуда взялся Port  21 (ftp)?

Правила, касающиеся INPUT (по умолчанию DROP):

$IPTABLES -A allowed -p TCP --syn -j ACCEPT
$IPTABLES -A allowed -p TCP -m state --state ESTABLISHED,RELATED -j
ACCEPT 
$IPTABLES -A allowed -p TCP -j DROP

$IPTABLES -A INPUT -p ALL -d $INET_IP -m state --state
ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A INPUT -p TCP -j tcp-packets

$IPTABLES -A tcp-packets -p TCP -s 0/0 --dport 22 -j allowed

Остальные -A tcp-packets -p TCP -i $LAN_IFACE --dport разные там.

21-й вообще нигде не фигурирует. Предполагаю, что его инициирует
какая-то внутренняя служба, т.к.

$IPTABLES -A OUTPUT -p ALL -s $LO_IP -j ACCEPT
$IPTABLES -A OUTPUT -p ALL -s $LAN_IP -j ACCEPT
$IPTABLES -A OUTPUT -p ALL -s $INET_IP -j ACCEPT

В общем у меня идей нет :-(

-- 
С наилучшими,
Олег Долгов
<dolgov AT mail DOT zp DOT ua>
Registered Linux user #315454



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

end of thread, other threads:[~2006-11-13 10:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-10 14:41 [Comm] Настройка iptables и кто-же открыл порт? Oleg Dolgov
2006-11-10 14:48 ` diver
2006-11-10 14:59 ` Dmitriy L. Kruglikov
2006-11-13 10:00   ` Oleg Dolgov
2006-11-13 10:52     ` Maxim Ivanov
2006-11-10 15:07 ` 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