* [Comm] Помогите с iproute2
@ 2003-11-17 4:58 Sergey
2003-11-17 5:58 ` [Comm] Настройка ATI Radeon в Master 2.2 Alexandr
2003-11-18 8:06 ` [Comm] Помогите с iproute2 Shawkat Nizamov
0 siblings, 2 replies; 10+ messages in thread
From: Sergey @ 2003-11-17 4:58 UTC (permalink / raw)
To: community
так уж получилось что у меня в конторе
стало 2 канала (от двух разных провайдеров)
поэтому прошу совета как сделать следующие вещи:
1)более быстрый канал хочу использовать как основной, а менее быстрый как
резервный
2)трафик у этих провайдеров примерно одинаковый но, есть у каждого
провайдера ресурсы которые доступны только с провайдерского интерфейса
3)как сделать так, чтобы при падении одного канала весь трафик шёл через
другой и после восстановления всё опять возвращалось на свои места
Прочитал информацию о iproute2, не понял куда добавлять правила и где
устанавливать таблицы маршрутизации.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Comm] Настройка ATI Radeon в Master 2.2
2003-11-17 4:58 [Comm] Помогите с iproute2 Sergey
@ 2003-11-17 5:58 ` Alexandr
2003-11-17 6:21 ` Evgeniy Kobzev
2003-11-18 8:06 ` [Comm] Помогите с iproute2 Shawkat Nizamov
1 sibling, 1 reply; 10+ messages in thread
From: Alexandr @ 2003-11-17 5:58 UTC (permalink / raw)
To: community
Следуя инструкциям ATI Radeon HOWTO устаковил пакеты:
fglrx
fglrx_kernel-up
внес в /etc/modules.conf строку alias char-major-10-134 fglrx
в /etc/X11/XF86Config-4 написано вот что:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
AllowMouseOpenFail
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "ru"
Option "XkbVariant" "winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
#Load "dbe"
Load "glx"
Load "dri"
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-96
VertRefresh 50-160
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
# 1152x864 @ 100 Hz ,89.62 kHz hsync
ModeLine "1152x864" 143.180 1152 1228 1260 1568 864 865 867 915 -hsync
+vsync
EndSection
Section "Monitor"
Identifier "monitor2"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-96
VertRefresh 50-160
EndSection
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Radeon"
VendorName "Unknown"
BoardName "Unknown"
Driver "fglrx"
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "AGPMode" "4"
Option "DPMS" "on"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "ATI Radeon 2"
VendorName "Unknown"
BoardName "Unknown"
Driver "fglrx"
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "AGPMode" "4"
Option "DPMS" "on"
BusID "PCI:2:0:1"
EndSection
Section "Screen"
Identifier "screen1"
Device "ATI Radeon"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "screen2"
Device "ATI Radeon 2"
Monitor "monitor2"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
Screen "screen2" RightOf "screen1"
# Option "Xinerama" "on"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Но иксы при этом не грузятся, выводят:
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.2.1.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) fglrx(0): PCI bus 2 card 0 func 0
(EE) fglrx(0): Given depth (16) is not supported by fglrx driver
(EE) fglrx(0): PreInitVisual failed
(EE) fglrx(0): R200PreInit failed
(II) fglrx(0): === [R200PreInit] === end
(II) UnloadModule: "fglrx"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
Что нужно еще сделать?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Настройка ATI Radeon в Master 2.2
2003-11-17 5:58 ` [Comm] Настройка ATI Radeon в Master 2.2 Alexandr
@ 2003-11-17 6:21 ` Evgeniy Kobzev
2003-11-17 19:17 ` Alexandr
0 siblings, 1 reply; 10+ messages in thread
From: Evgeniy Kobzev @ 2003-11-17 6:21 UTC (permalink / raw)
To: community
Alexandr пишет:
> Следуя инструкциям ATI Radeon HOWTO устаковил пакеты:
> fglrx
> fglrx_kernel-up
> внес в /etc/modules.conf строку alias char-major-10-134 fglrx
>
> Но иксы при этом не грузятся, выводят:
> (EE) fglrx(0): Given depth (16) is not supported by fglrx driver
>
> Что нужно еще сделать?
ATI depth меньше 32 (или 24?) не могет.
Поставь 32 и радуйся.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Настройка ATI Radeon в Master 2.2
2003-11-17 6:21 ` Evgeniy Kobzev
@ 2003-11-17 19:17 ` Alexandr
2003-11-18 8:01 ` Sergey Vlasov
0 siblings, 1 reply; 10+ messages in thread
From: Alexandr @ 2003-11-17 19:17 UTC (permalink / raw)
To: community
> Alexandr пишет:
> > Следуя инструкциям ATI Radeon HOWTO устаковил пакеты:
> > fglrx
> > fglrx_kernel-up
> > внес в /etc/modules.conf строку alias char-major-10-134 fglrx
> >
> > Но иксы при этом не грузятся, выводят:
> > (EE) fglrx(0): Given depth (16) is not supported by fglrx driver
> >
> > Что нужно еще сделать?
>
> ATI depth меньше 32 (или 24?) не могет.
> Поставь 32 и радуйся.
Написал в XF86Config-4:
Section "Screen"
Identifier "screen1"
Device "ATI Radeon 1"
Monitor "monitor1"
DefaultColorDepth 24
при загрузке иксов пишет:
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:2:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0837000
(II) fglrx(0): [drm] mapped SAREA 0xe0837000 to 0x40012000
(II) fglrx(0): [drm] framebuffer handle = 0xc8000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 2.5.1
(II) fglrx(0): Date: Nov 27 2002
(II) fglrx(0): Desc: ATI Fire GL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.4.20-alt5-up
(II) fglrx(0): Build-Kernel MODVERSIONS: yes
(II) fglrx(0): Build-Kernel __SMP__: no
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0xd9020000
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
(EE) fglrx(0): cannot init AGP
Fatal server error:
Caught signal 11. Server aborting
Еще на modprobe agpgart выдает:
/lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: init_module:
No such device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
/lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o failed
/lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
agpgart failed
С этим может связанно?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Настройка ATI Radeon в Master 2.2
2003-11-17 19:17 ` Alexandr
@ 2003-11-18 8:01 ` Sergey Vlasov
2003-11-18 10:27 ` [Comm] Настройка ATI Radeon_в " Alexandr
0 siblings, 1 reply; 10+ messages in thread
From: Sergey Vlasov @ 2003-11-18 8:01 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 2469 bytes --]
On Mon, Nov 17, 2003 at 10:17:33PM +0300, Alexandr wrote:
> > Alexandr пишет:
> > > Следуя инструкциям ATI Radeon HOWTO устаковил пакеты:
> > > fglrx
> > > fglrx_kernel-up
> > > внес в /etc/modules.conf строку alias char-major-10-134 fglrx
> > >
> > > Но иксы при этом не грузятся, выводят:
> > > (EE) fglrx(0): Given depth (16) is not supported by fglrx driver
> > >
> > > Что нужно еще сделать?
> >
> > ATI depth меньше 32 (или 24?) не могет.
> > Поставь 32 и радуйся.
>
> Написал в XF86Config-4:
> Section "Screen"
> Identifier "screen1"
> Device "ATI Radeon 1"
> Monitor "monitor1"
> DefaultColorDepth 24
>
> при загрузке иксов пишет:
> (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:2:0:0"
> (II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0837000
> (II) fglrx(0): [drm] mapped SAREA 0xe0837000 to 0x40012000
> (II) fglrx(0): [drm] framebuffer handle = 0xc8000000
> (II) fglrx(0): [drm] added 1 reserved context for kernel
> (II) fglrx(0): DRIScreenInit done
> (II) fglrx(0): Kernel Module Version Information:
> (II) fglrx(0): Name: fglrx
> (II) fglrx(0): Version: 2.5.1
> (II) fglrx(0): Date: Nov 27 2002
> (II) fglrx(0): Desc: ATI Fire GL DRM kernel module
> (II) fglrx(0): Kernel Module version matches driver.
> (II) fglrx(0): Kernel Module Build Time Information:
> (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.4.20-alt5-up
> (II) fglrx(0): Build-Kernel MODVERSIONS: yes
> (II) fglrx(0): Build-Kernel __SMP__: no
> (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
> (II) fglrx(0): [drm] register handle = 0xd9020000
> (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
> (EE) fglrx(0): cannot init AGP
> Fatal server error:
> Caught signal 11. Server aborting
>
> Еще на modprobe agpgart выдает:
> /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: init_module:
> No such device
> Hint: insmod errors can be caused by incorrect module parameters, including
> invalid IO or IRQ parameters.
> You may find more information in syslog or the output from dmesg
> /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
> /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o failed
> /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
> agpgart failed
Очевидно, чипсет на материнской плате слишком новый, и модуль agpgart
из ядра 2.4.20-alt5 не умеет с ним работать. Придётся обновлять ядро
(либо как минимум fglrx - там есть встроенная поддержка AGP, но она
тоже работает не всегда).
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Настройка ATI Radeon_в Master 2.2
2003-11-18 8:01 ` Sergey Vlasov
@ 2003-11-18 10:27 ` Alexandr
2003-11-18 10:40 ` Sergey Vlasov
0 siblings, 1 reply; 10+ messages in thread
From: Alexandr @ 2003-11-18 10:27 UTC (permalink / raw)
To: community
SV> On Mon, Nov 17, 2003 at 10:17:33PM +0300, Alexandr wrote:
SV> > > Alexandr пишет:
SV> > > > Следуя инструкциям ATI Radeon HOWTO устаковил пакеты:
SV> > > > fglrx
SV> > > > fglrx_kernel-up
SV> > > > внес в /etc/modules.conf строку alias char-major-10-134 fglrx
SV> > > >
SV> > > > Но иксы при этом не грузятся, выводят:
SV> > > > (EE) fglrx(0): Given depth (16) is not supported by fglrx driver
SV> > > >
SV> > > > Что нужно еще сделать?
SV> > >
SV> > > ATI depth меньше 32 (или 24?) не могет.
SV> > > Поставь 32 и радуйся.
SV> >
SV> > Написал в XF86Config-4:
SV> > Section "Screen"
SV> > Identifier "screen1"
SV> > Device "ATI Radeon 1"
SV> > Monitor "monitor1"
SV> > DefaultColorDepth 24
SV> >
SV> > при загрузке иксов пишет:
SV> > (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:2:0:0"
SV> > (II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0837000
SV> > (II) fglrx(0): [drm] mapped SAREA 0xe0837000 to 0x40012000
SV> > (II) fglrx(0): [drm] framebuffer handle = 0xc8000000
SV> > (II) fglrx(0): [drm] added 1 reserved context for kernel
SV> > (II) fglrx(0): DRIScreenInit done
SV> > (II) fglrx(0): Kernel Module Version Information:
SV> > (II) fglrx(0): Name: fglrx
SV> > (II) fglrx(0): Version: 2.5.1
SV> > (II) fglrx(0): Date: Nov 27 2002
SV> > (II) fglrx(0): Desc: ATI Fire GL DRM kernel module
SV> > (II) fglrx(0): Kernel Module version matches driver.
SV> > (II) fglrx(0): Kernel Module Build Time Information:
SV> > (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.4.20-alt5-up
SV> > (II) fglrx(0): Build-Kernel MODVERSIONS: yes
SV> > (II) fglrx(0): Build-Kernel __SMP__: no
SV> > (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
SV> > (II) fglrx(0): [drm] register handle = 0xd9020000
SV> > (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
SV> > (EE) fglrx(0): cannot init AGP
SV> > Fatal server error:
SV> > Caught signal 11. Server aborting
SV> >
SV> > Еще на modprobe agpgart выдает:
SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: init_module:
SV> > No such device
SV> > Hint: insmod errors can be caused by incorrect module parameters, including
SV> > invalid IO or IRQ parameters.
SV> > You may find more information in syslog or the output from dmesg
SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o failed
SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
SV> > agpgart failed
SV>
SV> Очевидно, чипсет на материнской плате слишком новый, и модуль agpgart
SV> из ядра 2.4.20-alt5 не умеет с ним работать. Придётся обновлять ядро
SV> (либо как минимум fglrx - там есть встроенная поддержка AGP, но она
SV> тоже работает не всегда).
А у кого нибуть правильно работает связка Radeon + EP 8RDA3+ без обновления ядра?
__________
www.newmail.ru -- Новая Почта для нового поколения.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Настройка ATI Radeon_в Master 2.2
2003-11-18 10:27 ` [Comm] Настройка ATI Radeon_в " Alexandr
@ 2003-11-18 10:40 ` Sergey Vlasov
2003-11-18 11:19 ` Alexandr
0 siblings, 1 reply; 10+ messages in thread
From: Sergey Vlasov @ 2003-11-18 10:40 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]
On Tue, Nov 18, 2003 at 01:27:50PM +0300, Alexandr wrote:
> SV> > (EE) fglrx(0): cannot init AGP
> SV> > Fatal server error:
> SV> > Caught signal 11. Server aborting
> SV> >
> SV> > Еще на modprobe agpgart выдает:
> SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: init_module:
> SV> > No such device
> SV> > Hint: insmod errors can be caused by incorrect module parameters, including
> SV> > invalid IO or IRQ parameters.
> SV> > You may find more information in syslog or the output from dmesg
> SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
> SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o failed
> SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
> SV> > agpgart failed
> SV>
> SV> Очевидно, чипсет на материнской плате слишком новый, и модуль agpgart
> SV> из ядра 2.4.20-alt5 не умеет с ним работать. Придётся обновлять ядро
> SV> (либо как минимум fglrx - там есть встроенная поддержка AGP, но она
> SV> тоже работает не всегда).
>
> А у кого нибуть правильно работает связка Radeon + EP 8RDA3+ без обновления ядра?
На nForce2 - не будет работать на том ядре. Встроенная поддержка nForce2
в fglrx 3.2.8, похоже, тоже сломана.
Вообще-то новая версия fglrx ведёт себя более культурно - при
невозможности инициализировать AGP не падает по SIGSEGV, а запускается без
поддержки DRI (т.е. без аппаратного 3D).
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Настройка ATI Radeon_в Master 2.2
2003-11-18 10:40 ` Sergey Vlasov
@ 2003-11-18 11:19 ` Alexandr
0 siblings, 0 replies; 10+ messages in thread
From: Alexandr @ 2003-11-18 11:19 UTC (permalink / raw)
To: community
SV> On Tue, Nov 18, 2003 at 01:27:50PM +0300, Alexandr wrote:
SV> > SV> > (EE) fglrx(0): cannot init AGP
SV> > SV> > Fatal server error:
SV> > SV> > Caught signal 11. Server aborting
SV> > SV> >
SV> > SV> > Еще на modprobe agpgart выдает:
SV> > SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: init_module:
SV> > SV> > No such device
SV> > SV> > Hint: insmod errors can be caused by incorrect module parameters, including
SV> > SV> > invalid IO or IRQ parameters.
SV> > SV> > You may find more information in syslog or the output from dmesg
SV> > SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
SV> > SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o failed
SV> > SV> > /lib/modules/2.4.20-alt5-up/kernel/drivers/char/agp/agpgart.o: insmod
SV> > SV> > agpgart failed
SV> > SV>
SV> > SV> Очевидно, чипсет на материнской плате слишком новый, и модуль agpgart
SV> > SV> из ядра 2.4.20-alt5 не умеет с ним работать. Придётся обновлять ядро
SV> > SV> (либо как минимум fglrx - там есть встроенная поддержка AGP, но она
SV> > SV> тоже работает не всегда).
SV> >
SV> > А у кого нибуть правильно работает связка Radeon + EP 8RDA3+ без обновления ядра?
SV>
SV> На nForce2 - не будет работать на том ядре. Встроенная поддержка nForce2
SV> в fglrx 3.2.8, похоже, тоже сломана.
SV>
SV> Вообще-то новая версия fglrx ведёт себя более культурно - при
SV> невозможности инициализировать AGP не падает по SIGSEGV, а запускается без
SV> поддержки DRI (т.е. без аппаратного 3D).
Значит единственный выход это обновлять ядро?
А на какое? Что конкретно придется качать?
__________
www.newmail.ru -- бесплатная почта, бесплатный хостинг.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Помогите с iproute2
2003-11-17 4:58 [Comm] Помогите с iproute2 Sergey
2003-11-17 5:58 ` [Comm] Настройка ATI Radeon в Master 2.2 Alexandr
@ 2003-11-18 8:06 ` Shawkat Nizamov
2003-11-18 10:11 ` Slava Dubrovskiy
1 sibling, 1 reply; 10+ messages in thread
From: Shawkat Nizamov @ 2003-11-18 8:06 UTC (permalink / raw)
To: community
>
>
>поэтому прошу совета как сделать следующие вещи:
>1)более быстрый канал хочу использовать как основной, а менее быстрый как
>резервный
>2)трафик у этих провайдеров примерно одинаковый но, есть у каждого
>провайдера ресурсы которые доступны только с провайдерского интерфейса
>3)как сделать так, чтобы при падении одного канала весь трафик шёл через
>другой и после восстановления всё опять возвращалось на свои места
>Прочитал информацию о iproute2, не понял куда добавлять правила и где
>устанавливать таблицы маршрутизации.
>
>
>
Насчет всего траффика не знаю, но сквид умеет работать с двумя
родительскими прокси.
Если один к тому же умирает он идет через второй. Поглядите в опеннете.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Помогите с iproute2
2003-11-18 8:06 ` [Comm] Помогите с iproute2 Shawkat Nizamov
@ 2003-11-18 10:11 ` Slava Dubrovskiy
0 siblings, 0 replies; 10+ messages in thread
From: Slava Dubrovskiy @ 2003-11-18 10:11 UTC (permalink / raw)
To: community
Shawkat Nizamov пишет:
>>
>>
>> поэтому прошу совета как сделать следующие вещи:
>> 1)более быстрый канал хочу использовать как основной, а менее быстрый
>> как
>> резервный
>> 2)трафик у этих провайдеров примерно одинаковый но, есть у каждого
>> провайдера ресурсы которые доступны только с провайдерского интерфейса
>> 3)как сделать так, чтобы при падении одного канала весь трафик шёл через
>> другой и после восстановления всё опять возвращалось на свои места
>
Недавно тред был про ip alias, там ссылка была где хорошо это описывалось.
Слава Д.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-11-18 11:19 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-17 4:58 [Comm] Помогите с iproute2 Sergey
2003-11-17 5:58 ` [Comm] Настройка ATI Radeon в Master 2.2 Alexandr
2003-11-17 6:21 ` Evgeniy Kobzev
2003-11-17 19:17 ` Alexandr
2003-11-18 8:01 ` Sergey Vlasov
2003-11-18 10:27 ` [Comm] Настройка ATI Radeon_в " Alexandr
2003-11-18 10:40 ` Sergey Vlasov
2003-11-18 11:19 ` Alexandr
2003-11-18 8:06 ` [Comm] Помогите с iproute2 Shawkat Nizamov
2003-11-18 10:11 ` Slava Dubrovskiy
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