Отказоустойчивость. Как балансировать с 2-мя каналами

Cent OS, Scientific Linux

Модератор: Модераторы разделов

Аватара пользователя
Okami
Сообщения: 70

Отказоустойчивость. Как балансировать с 2-мя каналами

Сообщение Okami »

Есть сервер и на нем 2 ethernet карточки, соединенные к разным каналам связи ( одна радио 10 мбит, другая - оптика 100 Мбит ). Как сделать, чтобы при пропадании связи в оптическом канале, сервер переключался на запасной канал автоматически? Можно ли также балансировать по портам, скажем запросы по 80-му пустить по радио, а файловый доступ (netbios) - по оптике ?
Есть идеи?
Sony VAIO Z1RA Notebook & Fedora Core 6
Все дело в Фетровой шляпе!
Спасибо сказали:
Аватара пользователя
Данил
Сообщения: 944
ОС: windows xp, cruncheee, ddwrt

Re: Отказоустойчивость. Как балансировать с 2-мя каналами

Сообщение Данил »

Или это Bonding driver support (BONDING) Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet Channels together. This is called 'Etherchannel' by Cisco, 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux. The driver supports multiple bonding modes to allow for both high perfomance and high availability operation. Refer to for more information. To compile this driver as a module, choose M here: the module will be called bonding. Или это - EQL (serial line load balancing) support (EQUALIZER) If you have two serial connections to some other computer (this usually requires two modems and two telephone lines) and you use SLIP (the protocol for sending Internet traffic over telephone lines) or PPP (a better SLIP) on them, you can make them behave like one double speed connection using this driver. Naturally, this has to be supported at the other end as well, either with a similar EQL Linux driver or with a Livingston Portmaster 2e. Say Y if you want this and read . You may also want to read section 6.2 of the NET-3-HOWTO, available from . To compile this driver as a module, choose M here: the module will be called eql. If unsure, say N.
ASUS eee pc 701 [windowsXP sp3] [Ubuntu linux]
wi-fi router d-link dir-400 [ddWRT v24 SP1 linux]
[sony psp 2008 slim wi-fi netBSD]
nas d-link dsm-600

Противник HAL NETWORKMANAGER и других подобных паделок!!!
Спасибо сказали:
Аватара пользователя
Okami
Сообщения: 70

Re: Отказоустойчивость. Как балансировать с 2-мя каналами

Сообщение Okami »

Данил писал(а):
26.02.2006 19:27
Или это Bonding driver support (BONDING) Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet Channels together. This is called 'Etherchannel' by Cisco, 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux. The driver supports multiple bonding modes to allow for both high perfomance and high availability operation. Refer to for more information. To compile this driver as a module, choose M here: the module will be called bonding. Или это - EQL (serial line load balancing) support (EQUALIZER) If you have two serial connections to some other computer (this usually requires two modems and two telephone lines) and you use SLIP (the protocol for sending Internet traffic over telephone lines) or PPP (a better SLIP) on them, you can make them behave like one double speed connection using this driver. Naturally, this has to be supported at the other end as well, either with a similar EQL Linux driver or with a Livingston Portmaster 2e. Say Y if you want this and read . You may also want to read section 6.2 of the NET-3-HOWTO, available from . To compile this driver as a module, choose M here: the module will be called eql. If unsure, say N.

Спасибо, земляк! Попробуем...
Sony VAIO Z1RA Notebook & Fedora Core 6
Все дело в Фетровой шляпе!
Спасибо сказали:
Аватара пользователя
Okami
Сообщения: 70

Re: Отказоустойчивость. Как балансировать с 2-мя каналами

Сообщение Okami »

Bonding driver
В FC4 драйвер есть
# find /lib/modules/2.6.15-1.1831_FC4/ -name "*bonding*" -print
/lib/modules/2.6.15-1.1831_FC4/kernel/drivers/net/bonding
/lib/modules/2.6.15-1.1831_FC4/kernel/drivers/net/bonding/bonding.ko
Попробуем...
Sony VAIO Z1RA Notebook & Fedora Core 6
Все дело в Фетровой шляпе!
Спасибо сказали: