From: mlarin@mail.ru
To: "mandrake-russian-request@altlinux.ru" <mandrake-russian@altlinux.ru>
Subject: [mdk-re] Re: Mandrake-russian digest, Vol 1 #1528 - 20 msgs
Date: Fri Aug 3 21:09:11 2001
Message-ID: <5977.010803@mail.ru> (raw)
In-Reply-To: <20010803144801.CADA41479@linux.ru.net>
>Message: 16
>From: "i i" <shok111@mail.ru>
>To: mandrake-russian@altlinux.ru
>Date: Fri, 03 Aug 2001 18:16:25 +0400
>Subject: [mdk-re] Re: IPCHAINS-вопрос
>Reply-To: mandrake-russian@altlinux.ru
Привет, мне в руки попала книжка "Брандмауэры в Linux" автор Роберт
Л.Зиглер Издательский дом "Вильямс", 2000г. В ней очень подробно
описано как настроить firewall в Linuxe пользуясь ipchains-ом,
цетирую:
Полиси по умолчанию - DENY
#Разрешение доступа клиентов к локальному SSH
$SSH_PORTS="1020:1023" # 4 одновременно поддерживаемых соединения
ipchains -A input -i $EXTERNAL_INTERFACE -p tcp -s any/0 1024:65535 \
-d $IPADDR 22 -j ACCEPT
ipchains -A output -i $EXTERNAL_INTERFACE -p tcp ! -y -s $IPADDR 22 \
-d any/0 1024:65535 -j ACCEPT
ipchains -A input -i $EXTERNAL_INTERFACE -p tcp -s any/0 $SSH_PORTS \
-d $IPADDR 22 -j ACCEPT
ipchains -A output -i $EXTERNAL_INTERFACE -p tcp ! -y -s $IPADDR 22 \
-d any/0 $SSH_PORTS -j ACCEPT
При установлении соединения используется первый свободный порт с
номерами от 1023 до 513, задавая диапазон можно определить кол-во
одновременно поддерживаемых сессий.
Сия умная книжечка особенно полезна тем, что в ней описаны различные
протоколы Internet... Если будет возможность объязательно ознакомтесь
с ней или читайте RFC...
parent reply other threads:[~2001-08-03 21:09 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20010803144801.CADA41479@linux.ru.net>]
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=5977.010803@mail.ru \
--to=mlarin@mail.ru \
--cc=mandrake-russian@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