* [Comm] iptables. Распределение нагрузки на каналы
@ 2008-10-20 8:57 Дегтярёв Дмитрий
2008-10-20 9:12 ` Шишков Евгений
0 siblings, 1 reply; 3+ messages in thread
From: Дегтярёв Дмитрий @ 2008-10-20 8:57 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
Добрый день!
нужно реализовать сабж. делаю по статье
http://tetro.net/misc/multilink.html
Пишу:
# iptables -t mangle -A POSTROUTING -o eth0 -m connmark --mark 0 -j
ROUTE --gw 10.0.0.1 --continue
iptables v1.3.7: Unknown arg `--gw'
Try `iptables -h' or 'iptables --help' for more information.
В man iptables такой аргумент есть. Есть модуль ядра xt_connmark. Что не
хватает?
[-- Attachment #2: ddv.vcf --]
[-- Type: text/x-vcard, Size: 1111 bytes --]
begin:vcard
fn;quoted-printable:=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9 =D0=94=D0=B5=D0=B3=D1=82=D1=8F=
=D1=80=D1=91=D0=B2
n;quoted-printable;quoted-printable:=D0=94=D0=B5=D0=B3=D1=82=D1=8F=D1=80=D1=91=D0=B2;=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9
org;quoted-printable:=D0=9E=D0=9E=D0=9E "=D0=9D=D0=95=D0=92=D0=9E=D0=94"
adr;quoted-printable;quoted-printable;quoted-printable;quoted-printable:;;=D0=9A=D0=BE=D0=BC=D1=81=D0=BE=D0=BC=D0=BE=D0=BB=D1=8C=D1=81=D0=BA=D0=B8=D0=
=B9 =D0=BF=D1=80=D0=BE=D1=81=D0=BF=D0=B5=D0=BA=D1=82 34, =D0=BE=D1=84=D0=B8=
=D1=81 519;=D0=9F=D0=B5=D1=80=D0=BC=D1=8C;=D0=9F=D0=B5=D1=80=D0=BC=D1=81=D0=BA=D0=B8=D0=B9 =D0=BA=D1=80=D0=B0=D0=B9=
;614000;=D0=A0=D0=BE=D1=81=D1=81=D0=B8=D0=B9=D1=81=D0=BA=D0=B0=D1=8F =D0=A4=D0=B5=
=D0=B4=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=8F
email;internet:ddv@nevod.ru
title;quoted-printable:=D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=BD=D1=8B=D0=B9 =D0=B8=D0=BD=D1=82=
=D0=B5=D0=B3=D1=80=D0=B0=D1=82=D0=BE=D1=80
tel;work:+73422196960,+73422385309
tel;cell:+79082555386
x-mozilla-html:FALSE
url:www.nevod.ru
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] iptables. Распределение нагрузки на каналы
2008-10-20 8:57 [Comm] iptables. Распределение нагрузки на каналы Дегтярёв Дмитрий
@ 2008-10-20 9:12 ` Шишков Евгений
2008-10-20 9:36 ` Дегтярёв Дмитрий
0 siblings, 1 reply; 3+ messages in thread
From: Шишков Евгений @ 2008-10-20 9:12 UTC (permalink / raw)
To: ALT Linux Community general discussions
Дегтярёв Дмитрий пишет:
>
> В man iptables такой аргумент есть. Есть модуль ядра xt_connmark. Что не
> хватает?
>
Наверное надо модуль ядерный подгрузить
modprobe xt_connmark
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] iptables. Распределение нагрузки на каналы
2008-10-20 9:12 ` Шишков Евгений
@ 2008-10-20 9:36 ` Дегтярёв Дмитрий
0 siblings, 0 replies; 3+ messages in thread
From: Дегтярёв Дмитрий @ 2008-10-20 9:36 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
Шишков Евгений пишет:
> Дегтярёв Дмитрий пишет:
>>
>> В man iptables такой аргумент есть. Есть модуль ядра xt_connmark. Что
>> не хватает?
>>
>
> Наверное надо модуль ядерный подгрузить
> modprobe xt_connmark
Так уже, но безуспешно:
lsmod | grep connmark
xt_connmark 11648 0
ip_conntrack 80788 5 xt_connmark,xt_state,vzrst,ip_nat,vzcpt
x_tables 29704 8
xt_connmark,xt_state,xt_tcpudp,ipt_ttl,ipt_TCPMSS,ipt_tos,ipt_REJECT,ip_tables
[-- Attachment #2: ddv.vcf --]
[-- Type: text/x-vcard, Size: 1091 bytes --]
begin:vcard
fn;quoted-printable:=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9 =D0=94=D0=B5=D0=B3=D1=82=D1=8F=
=D1=80=D1=91=D0=B2
n;quoted-printable;quoted-printable:=D0=94=D0=B5=D0=B3=D1=82=D1=8F=D1=80=D1=91=D0=B2;=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9
org;quoted-printable:=D0=9E=D0=9E=D0=9E "=D0=9D=D0=95=D0=92=D0=9E=D0=94"
adr;quoted-printable;quoted-printable;quoted-printable;quoted-printable:;;=D0=9A=D0=BE=D0=BC=D1=81=D0=BE=D0=BC=D0=BE=D0=BB=D1=8C=D1=81=D0=BA=D0=B8=D0=
=B9 =D0=BF=D1=80=D0=BE=D1=81=D0=BF=D0=B5=D0=BA=D1=82 34, =D0=BE=D1=84=D0=B8=
=D1=81 519;=D0=9F=D0=B5=D1=80=D0=BC=D1=8C;=D0=9F=D0=B5=D1=80=D0=BC=D1=81=D0=BA=D0=B8=D0=B9 =D0=BA=D1=80=D0=B0=D0=B9=
;614000;=D0=A0=D0=BE=D1=81=D1=81=D0=B8=D0=B9=D1=81=D0=BA=D0=B0=D1=8F =D0=A4=D0=B5=
=D0=B4=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=8F
email;internet:ddv@nevod.ru
title;quoted-printable:=D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=BD=D1=8B=D0=B9 =D0=B8=D0=BD=D1=82=
=D0=B5=D0=B3=D1=80=D0=B0=D1=82=D0=BE=D1=80
tel;work:+73422196960,+73422385309
tel;cell:+79082555386
x-mozilla-html:FALSE
url:www.nevod.ru
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-20 9:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-20 8:57 [Comm] iptables. Распределение нагрузки на каналы Дегтярёв Дмитрий
2008-10-20 9:12 ` Шишков Евгений
2008-10-20 9:36 ` Дегтярёв Дмитрий
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