* [Comm] Настройка IPTABLES
@ 2008-10-24 10:10 Ilis
2008-10-24 12:37 ` Slava Dubrovskiy
2008-10-24 14:07 ` Andriy Dobrovol`s`kii
0 siblings, 2 replies; 4+ messages in thread
From: Ilis @ 2008-10-24 10:10 UTC (permalink / raw)
To: ALT Linux Community general discussions
Хочу настроить фаервол, чтоб по ssh не пускал больше 4-х раз. Правила
нашёл, но что с ними делать -- не знаю
$IPTABLES -A INPUT -p TCP -m tcp --dport 22 -m state --state NEW -m
recent --set --name SSHD
$IPTABLES -A INPUT -p TCP -m tcp --dport 22 -m state --state NEW -m
recent --update --seconds 60 --hitcount 5 --name SSHD -j DROP
Почитал http://www.altlinux.org/Iptables , просветления не наступило :)
Как всё-таки нынче принято согласно политике партии?
--
Кругликов Илья
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Настройка IPTABLES
2008-10-24 10:10 [Comm] Настройка IPTABLES Ilis
@ 2008-10-24 12:37 ` Slava Dubrovskiy
2008-10-24 13:37 ` Victor Zhuravlyov
2008-10-24 14:07 ` Andriy Dobrovol`s`kii
1 sibling, 1 reply; 4+ messages in thread
From: Slava Dubrovskiy @ 2008-10-24 12:37 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 778 bytes --]
Ilis пишет:
> Хочу настроить фаервол, чтоб по ssh не пускал больше 4-х раз. Правила
> нашёл, но что с ними делать -- не знаю
>
> $IPTABLES -A INPUT -p TCP -m tcp --dport 22 -m state --state NEW -m
> recent --set --name SSHD
> $IPTABLES -A INPUT -p TCP -m tcp --dport 22 -m state --state NEW -m
> recent --update --seconds 60 --hitcount 5 --name SSHD -j DROP
>
> Почитал http://www.altlinux.org/Iptables , просветления не наступило :)
>
Читайте
http://gazette.linux.ru.net/rus/articles/index-iptables-tutorial.html
> Как всё-таки нынче принято согласно политике партии?
>
>
--
WBR,
Dubrovskiy Vyacheslav
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3262 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Настройка IPTABLES
2008-10-24 12:37 ` Slava Dubrovskiy
@ 2008-10-24 13:37 ` Victor Zhuravlyov
0 siblings, 0 replies; 4+ messages in thread
From: Victor Zhuravlyov @ 2008-10-24 13:37 UTC (permalink / raw)
To: slava, ALT Linux Community general discussions
Тоже интересно решение, т.к. на FreeBSD использую sshit в связке с
ipfw (pf на vds`е недоступен)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Настройка IPTABLES
2008-10-24 10:10 [Comm] Настройка IPTABLES Ilis
2008-10-24 12:37 ` Slava Dubrovskiy
@ 2008-10-24 14:07 ` Andriy Dobrovol`s`kii
1 sibling, 0 replies; 4+ messages in thread
From: Andriy Dobrovol`s`kii @ 2008-10-24 14:07 UTC (permalink / raw)
To: ALT Linux Community general discussions
2008/10/24 Ilis <ilis.krou@>:
> Хочу настроить фаервол, чтоб по ssh не пускал больше 4-х раз. Правила
> нашёл, но что с ними делать -- не знаю
>
> $IPTABLES -A INPUT -p TCP -m tcp --dport 22 -m state --state NEW -m
> recent --set --name SSHD
> $IPTABLES -A INPUT -p TCP -m tcp --dport 22 -m state --state NEW -m
> recent --update --seconds 60 --hitcount 5 --name SSHD -j DROP
>
> Почитал http://www.altlinux.org/Iptables , просветления не наступило :)
>
Неудивительно. :) Там хинты чтоб не забыть а не как пользоваться.
> Как всё-таки нынче принято согласно политике партии?
Совсем по модерновому писать в иерархию etcnet для нужных интерфейсов.
По проще, поднять сервис, в командной строке набрать правила,
подставив значения переменных, убедиться в достижении желаемого
результата, сказать service iptables save. Сделать сервис стартующим
по умолчанию.
Ну и совсем по старинке через рц файл тоже будет работать.
--
Regards,
Andrii Dobrovol`s`kyj
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-24 14:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-24 10:10 [Comm] Настройка IPTABLES Ilis
2008-10-24 12:37 ` Slava Dubrovskiy
2008-10-24 13:37 ` Victor Zhuravlyov
2008-10-24 14:07 ` Andriy Dobrovol`s`kii
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