ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Re: Mandrake-russian digest, Vol 1 #1528 - 20 msgs
  @ 2001-08-03 21:09 ` mlarin
  0 siblings, 0 replies; only message in thread
From: mlarin @ 2001-08-03 21:09 UTC (permalink / raw)
  To: mandrake-russian-request@altlinux.ru

>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...





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-03 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-03 21:09 ` [mdk-re] Re: Mandrake-russian digest, Vol 1 #1528 - 20 msgs mlarin

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