From: Oleg Frolkov <rcc-of@penza.com.ru>
To: Mike Lykov <community@altlinux.ru>
Subject: Re[2]: [Comm] Конфигурация iptables.
Date: Fri, 11 Jul 2003 09:10:25 +0400
Message-ID: <1365156520.20030711091025@penza.com.ru> (raw)
In-Reply-To: <200307110948.31313.combr@vesna.ru>
Hello Mike,
Friday, July 11, 2003, 8:48:31 AM, you wrote:
>> Кто чем пользуется для конфигурации iptables? Есть что-нибудь
>> интересное?
ML> по моему, тут руки лучше всего.
Вообще ferm это и есть руки. Это некоторый препроцессор который
позволяет использовать конструкции типа:
chain account_out {
proto all saddr (80.82.171.86,81.85.14.37) of eth0 return;
}
.....
chain SSH {
proto (tcp udp) dport 22 ACCEPT;
}
.....
saddr ( # Remarks
192.168.1.90
192.168.1.91
192.168.1.92
192.168.1.93
) {
goto SSH;
}
Но вопрос что лучше - все-же спорный. В идеале хотелось-бы
иметь что-нибудь позволяющее видеть статистику счетчиков на
лету, добавлять и удалять правила... иметь механизм позволящий
строить модель состоящую из групп адресов и позволенных им
сервисов, которые можно было-бы так-же сгруппировать и
назначить кому что можно.
Так-же интересен вопрос мониторинга атак или каких-то
подозрительных пакетов. Это все можно сделать средствами
коммандной строки, но нет наглядности. Все равно потом
собирать события из логов.
--
Best regards,
Oleg mailto:rcc-of@penza.com.ru
next prev parent reply other threads:[~2003-07-11 5:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-10 19:17 Oleg Frolkov
2003-07-11 4:48 ` Mike Lykov
2003-07-11 5:10 ` Oleg Frolkov [this message]
2003-07-11 6:01 ` Dmytro O. Redchuk
2003-07-11 10:25 ` Shrek
2003-07-11 6:50 ` Dmytro O. Redchuk
2003-07-11 7:12 ` Aleksandr Blokhin
2003-07-11 11:12 ` Shrek
2003-07-11 8:59 ` Shrek
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=1365156520.20030711091025@penza.com.ru \
--to=rcc-of@penza.com.ru \
--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