ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Oleg Shulga <oleg@pribor.kharkov.ua>
To: community@altlinux.ru
Subject: Re: [Comm] Раздельные шлюзы в интернет
Date: Fri, 17 Dec 2004 14:47:08 +0200
Message-ID: <41C2D54C.2000806@pribor.kharkov.ua> (raw)
In-Reply-To: <905646499.20041217153446@sodom.ru>

Sodom пишет:

>Здравствуйте, уважаемые!
>Возникла такая задача: сделать 3 отдельных канала в интернет через
>один шлюз.
>Теоретически это должно выглядеть так: внутренняя карточка с
>айпишником из локалки (стандартно) и внешняя карточка с одним
>айпишником и двумя алиасами, данные провайдером.
>Возможно ли настроить маскарадинг так, чтобы вся локалка ходила через
>один айпи, а две отдельные личности маскарадились каждый через свой
>алиас?
>В сквиде 2.5х эта проблема решаема. Но необходимо решение именно по
>маскарадингу.
>
>  
>
Не совсем маскарад, но по-моему так

# Два хоста через свои алиасы
iptables -t nat -A POSTROUTING -o $IFALIAS1 -s $HOST1  -j SNAT 
--to-source $IPADDR1
iptables -t nat -A POSTROUTING -o $IFALIAS2 -s $HOST2  -j SNAT 
--to-source $IPADDR2
# А остальная сеть через свой
iptables -t nat -A POSTROUTING -o $IFALIAS0 -s $INTNET  -j SNAT 
--to-source $IPADDR0

говорят сейчас SNAT более модно, чем маскарад

-- 
WBR
Oleg Shulga, Kharkov Pribor, IT Manager




  parent reply	other threads:[~2004-12-17 12:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-17 12:34 Sodom
2004-12-17 12:28 ` Nizamov Shavkat
2004-12-17 12:30   ` Nizamov Shavkat
2004-12-17 12:56     ` Re[2]: " Sodom
2004-12-17 12:44 ` Michael Isachenkov
2004-12-17 12:47 ` Oleg Shulga [this message]
2004-12-17 13:32   ` Re[2]: " Sodom
2004-12-17 13:38     ` Michael Isachenkov
2004-12-17 14:54     ` Aleksey Avdeev
2004-12-18 12:28 ` Бердыган Антон

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=41C2D54C.2000806@pribor.kharkov.ua \
    --to=oleg@pribor.kharkov.ua \
    --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