ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] iproute2 и локальные службы
@ 2005-03-30  7:55 Маркелов Александр
  2005-03-30  8:18 ` Dmitry Vodennikov
  0 siblings, 1 reply; 8+ messages in thread
From: Маркелов Александр @ 2005-03-30  7:55 UTC (permalink / raw)
  To: community

Доброго времени суток!
Хочу по примеру описанному тут 
http://lists.altlinux.ru/pipermail/community/2001-January/002487.html
разрулить свою сеть.
Задача следующая, есть 2 инета быстрый и медленный, и локальная сеть. 
Хочу все запросы на веб трафик пустить через быстрый инет, при этом 
предварительно пропустить через кэш, все остальное по медленному.
делаю следующие:

route add default gw ШЛЮЗ-МЕДЛЕННОГО-КАНАЛА dev cp0
echo "10	highspeed" >> /etc/iproute2/rt_tables
/sbin/ip route add default via ШЛЮЗ-БЫСТРОГО-КАНАЛА dev eth1 table highspeed
/sbin/ip rule add from БЫСТРАЯ-ПОДСЕТЬ/МАСКА preference 100 table highspeed
/sbin/ip route flush cache

Быстрая-подсеть это только ip адрес на интерфейсе eth1 быстрого канала.
Squid заставляю слушать на локальном адресе, а ходить в инет с адреса 
быстрого-канала, тем самым все запросы должны пойти согласно таблице 
highspeed через шлюз быстрого канала.
(Схему пока не опробовал, но выглядит вполне работоспособно)

Но вот вопрос какой, локальные службы на роутере, которым явным образом 
не сказанно с какого source ip ходить, они каким образом пойдут ? С 
какого ip и соответственно по какому каналу ?

PS: А куда правильно /sbin/ip команды засовывать, что бы они при старте 
системы срабатывали ? (вовремя?)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-03-31 11:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-30  7:55 [Comm] iproute2 и локальные службы Маркелов Александр
2005-03-30  8:18 ` Dmitry Vodennikov
2005-03-30  8:32   ` Маркелов Александр
2005-03-30 11:57     ` Grigory Fateyev
2005-03-31  3:35       ` [Comm] " max
2005-03-31  9:57         ` Маркелов Александр
2005-03-31 11:10           ` max
2005-03-31 11:16             ` Маркелов Александр

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