ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Помогите разобраться c iptables
@ 2006-03-09 13:01 Anatoliy Lisjutin
  2006-03-09 13:07 ` Dmitriy L. Kruglikov
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Anatoliy Lisjutin @ 2006-03-09 13:01 UTC (permalink / raw)
  To: community

Здравствуйте!
Почему то у меня всегда так получается , что после после запуска скрипта 
первым стоит такое правило , которое все разрешает, хотя такого в скрипте 
нет.  Самую первую строчку-правило с ACCEPT.
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
DROP       all  --  212.34.41.46         0.0.0.0/0
DROP       all  --  10.0.0.0/8           0.0.0.0/0
DROP       all  --  172.16.0.0/12        0.0.0.0/0
DROP       all  --  192.168.0.0/16       0.0.0.0/0
DROP       all  --  255.255.255.255      0.0.0.0/0
DROP       all  --  0.0.0.0/0            0.0.0.0
DROP       all  --  224.0.0.0/4          0.0.0.0/0
DROP       all  --  240.0.0.0/5          0.0.0.0/0

При этом перед началом записи правил стоит:

$IPTABLES -F
# Remove any existing user-defined chains.
$IPTABLES -X
# Set the default policy of the filter to deny.
$IPTABLES -P INPUT DROP
$IPTABLES -P OUTPUT DROP
$IPTABLES -P FORWARD DROP

Откуда же все разрешающий ACCEPT берется?


-- 
With my best regards to you !!
http://rusarchives.ru http://rgantd.ru http://victory.rusarchives.ru
SilverFox@rgantd.ru

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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-09 13:01 [Comm] Помогите разобраться c iptables Anatoliy Lisjutin
2006-03-09 13:07 ` Dmitriy L. Kruglikov
2006-03-09 13:23   ` Anatoliy Lisjutin
2006-03-09 13:31     ` Michael Shigorin
2006-03-09 13:36       ` Anatoliy Lisjutin
2006-03-09 13:20 ` Sergey Vlasov
2006-03-09 13:27   ` Anatoliy Lisjutin
2006-03-09 14:21     ` Dmitriy L. Kruglikov
2006-03-09 18:52       ` Michael Shigorin
2006-03-10  7:20         ` Dmitriy L. Kruglikov
2006-03-10 11:22           ` Michael Shigorin
2006-03-09 13:26 ` Шенцев Алексей Владимирович
2006-03-09 13:34   ` Anatoliy Lisjutin

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