ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] [JT] (fwd) Re: route -> more than one default gw
@ 2001-12-19 11:10 Michael Shigorin
  0 siblings, 0 replies; only message in thread
From: Michael Shigorin @ 2001-12-19 11:10 UTC (permalink / raw)
  To: mandrake-russian

From: Michael Shigorin <mike@lic145.kiev.ua>
To: mandrake-russian@altlinux.ru
Subject: [JT] (fwd) Re: route -> more than one default gw
Organization: ~
User-Agent: tin/1.5.9-20010723 ("Chord of Souls") (UNIX) (Linux/2.4.13-alt1-custom (i686))
MIME-Version: 1.0
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: 8bit

Вот, кто там про два default gw спрашивал -- под руку попалось ;)

PS: что-то я с утра, отвечая, проспал, что интеллект /sbin/route и ip (из
iproute2) ой как различается :)

-- forwarded message --
Message-ID: <0t3c1fbd29i1bdn3e8%yx@alien.observ.univ.kiev.ua>
From: yx <yx2me@observ.univ.kiev.ua>
Newsgroups: fido7.ru.linux
Subject: Re: route
Date: Tue, 18 Dec 2001 22:54:57 +0000 (UTC)

Igor S.Kozhukhov <Igor.S.Kozhukhov@p99.f42.n5045.z2.fidonet.org> wrote:
 
> есть у меня несколько пулов адресов - 212.х.х.16/255.255.255.240 ,
> 212.х.х.48/255.255.255.240 - два дефаул гейтвея - в первом случае
> 212.х.х.17, во втором - 212.х.х.49. Как правильно прописать в route 2 гейтвея?
>   когда ставлю default gw для первого пула - все нормально работает для
> первого пула - тоже самое и для второго - как сделать 2 default gw ?
> 
 если directly connected:
 при задании ip на интерфейсах будут выставлены и маршруты к их подсетям,
 нп:
 # ip a a 212.1.1.17/28 brd + dev eth0
 # ip a a 212.1.1.49/28 brd + dev eth1
 # ip ro sh
 212.1.1.16/28 dev eth0  proto kernel  scope link  src 212.1.1.17
 212.1.1.48/28 dev eth1  proto kernel  scope link  src 212.1.1.49
 ...

 если не напрямую:
 нп через nextop (в пр. через 1xx.1.1.1):
 # ip ro a 212.1.1.16/28 via 116.1.1.1
 # ip ro a 212.1.1.48/28 via 148.1.1.1
 # ip ro sh
 212.1.1.16/28 via 116.1.1.1 dev eth0
 212.1.1.48/28 via 148.1.1.1 dev eth1
 ... 

 или прибиваешь гвоздиками к девайсу, нп:
 # ip ro a 212.1.1.16/28 dev eth0 scope global
 # ip ro a 212.1.1.48/28 dev eth1 scope global
 # ip ro sh
 212.1.1.16/28 dev eth0
 212.1.1.48/28 dev eth1
 ...

 итд.

bye.

-- 
Vladimir Yakovetsky
-- end of forwarded message --

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ http://visa.chem.univ.kiev.ua/~mike/



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

only message in thread, other threads:[~2001-12-19 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 11:10 [mdk-re] [JT] (fwd) Re: route -> more than one default gw Michael Shigorin

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