ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Pavel S. Khmelinsky" <hmepas@yauza.ru>
To: community@altlinux.ru
Subject: Re: [Comm] NAT
Date: Mon, 20 Oct 2003 17:11:41 +0400
Message-ID: <3F93DF0D.5030700@yauza.ru> (raw)
In-Reply-To: <2615073975.20031020170906@penza.com.ru>

Oleg Frolkov wrote:
> Hello,
> 
> Подскажите плиз. Возможно-ли с помощью iptables разрешить для определенных
> ip адресов только исходящие соединения? т.е. чтобы снаружи на
> эти компы не пускалась ни какая дрянь, а изнутри можно было
> соединяться.
> 
> В общем хватило-бы NAT-а, но требуется для каждого копьютера реальный
> ip адрес, однако боязно виндам раздавать реальные ip видя сколько атак
> приходит на роутер чуть-ли не раз в 30-40 секунд....
> 
> Можно конечно завести определенный диапазон внутренних адресов и
> несколькими записями в postroute каждый натить через реальный ip,
> но это как-то кривовато, может есть более правильный способ?

Боюсь без NAT того что вы хотите сделать не получится. Можно 
попробовать просто закрыть все порты с 1-1024 в цепочке форвард 
на все Ваши виндовые машины, например так.

for ip in $WIN_HOSTS; do
	iptables -I FORWARD -p tcp --dport '1-1024' -o $in_if -i $out_if 
-j DROP
done

Где
	$WIN_HOSTS список виндовых машин
	$if_in	внутренний и-фейс, тот самый на котором висят виндовые машины
	$if_out	внешний и-фейс с выходом в инет.

Помоему так, хотя я не пробовал.



  reply	other threads:[~2003-10-20 13:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-20  8:47 [Comm] bash script - eject Петричев Роман
2003-10-20 10:13 ` Evgeniy Kobzev
2003-10-20 10:23   ` Leonid B. Sysoletin
2003-10-21 12:54     ` Dmitry Belyayev
2003-10-22  3:14       ` therion
2003-10-20 13:09 ` [Comm] NAT Oleg Frolkov
2003-10-20 13:11   ` Pavel S. Khmelinsky [this message]
2003-10-20 13:14   ` Andriy Dobrovol's'kii
2003-10-20 13:35     ` [Comm] via8233 KO(c)Tik
2003-10-20 19:38       ` Canis Cerberus
2003-10-21  3:22       ` Andrey Rahmatullin
2003-10-23  8:35         ` [Comm] via8233 Michael Shigorin
2003-10-21  6:18       ` [Comm] via8233 Maxim.Savrilov
2003-10-21  7:36       ` georginus
2003-10-21  8:53         ` Re[2]: " KO(c)Tik
2003-10-21 10:59         ` cka3o4nuk
2003-10-21 18:40           ` Andrey Novoselov
2003-10-20 13:34   ` [Comm] NAT Dmitriy Shcherbakov
2003-10-20 15:25 ` [Comm] bash script - eject Andrei Lomov
2003-10-20 18:36 ` [Comm] NAT Oleg Frolkov
2003-10-21  8:58 ` [Comm] bash script - eject A.L. Klyutchenya

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=3F93DF0D.5030700@yauza.ru \
    --to=hmepas@yauza.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