Displaying 20 results from an estimated 60 matches similar to: "Problems with table"
2004 Sep 23
3
iproute2 tool compiling problems.
Hi all.
This is my first msg in this list, and I´d
appreciate any help you could give me.
I already compiled the kernel with the options to
run iproute2 tools. But, when I download the
iproute2-2.4.7-now-ss010824.tar.gz file from
ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
I got too many errors. Here goes the output:
server:/home/nathan/iproute2# make
make[1]: Entering
2003 Oct 04
2
htb errors, wrong patch?
I downloaded iproute2-2.4.7-now-ss010824.tar.gz and I did patched tc with
the htb3.6_tc.diff from htb3.6-020525.tgz and when I try to use a htb script
I get just errors. I did not patch the kernel, since I use kernel 2.4.21 and
I saw on - HTB Homepage that I need to patch it only if I run version 2.4.20
or earlier. Do also need the kernel patch ? Or maybe is something else
wrong?
RTNETLINK
2004 Feb 22
3
iproute2 & kernel 2.6.3
Hi,
I''m trying to compile iproute with my fresh kernel 2.6.3, it works well
with 2.6.2 but impossible with this one.
My version of gcc is 3.3.3 and the version of iproute2 is
iproute2-2.4.7-now-ss010824.
Any suggestion ?
make[1]: Entering directory `/usr/src/iproute2/lib''
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -Werror -g
-I../include-glibc -include
2004 Aug 20
1
trouble with nexthop when I try to load balance
I have two internet lines and I want to do equal cost loadbalancing on the two
uplinks to the internet. This is what I do:
ip route add 200.200.200.0/24 dev eth2 table 200
ip route add default via 200.200.200.254 dev eth2 table 200
ip route add 100.100.100.0/24 dev eth1 table 100
ip route add default via 100.100.100.254 dev eth1 table 100
ip route add 200.200.200.0/24 src 200.200.200.1 dev eth2
2003 Feb 04
3
Re: unknown qdisc ''htb'' ???
Hello,
Could you tell me how did you solve your problem?
I have exactly the same problem but with this configuration:
- linux 2.4.20 kernel, HTB option checked
- iproute2-2.4.7-now-ss010824.tar.gz installed, which is the latest version I found at ftp://ftp.sunet.se/pub/Linux/ip-routing/, except for "try" or "do not use" versions.
I guess I do not need patching iproute2 and
2004 May 12
6
Multipath Connection problem on RH-8.0
Dear List.
I try to build multipath connection w/ load balance to internet with two
different gateway;
My system is RH-8.0 with iproute-2.4.7-7.90.1.rpm and Kernel-2.4.26
(patching with Julian A. patch),and follow guide from
http://www.linuxvirtualserver.org/~julian/nano.txt,
The problem is;
when i try to connect to Internet form gateway machine it;s success ,
but only one interface is
2004 Jul 07
0
ESFQ patch problem
I applied esfq patch to kernel then I have applied
iproute2-2.2.4-now-ss001007-esfq.diff to
patch iproute2 (tc utility, iproute2-ss010824)
source: http://www.ssi.bg/~alex/esfq/
But whenever I try to add esfq qdisc with parameter it says it donot
know the qdisc i.e esfq.
tc qdisc add dev eth0 parent 1:13 handle 13: esfq perturb 34 quantum
1514 depth 25 divisor 23 limit 34534 hash src
2004 Aug 18
0
"RTNETLINK answers: Invalid argument" when adding default multipath route
Hi everybody, I''m not so glad because of the error I describe in the subject.
I have two internet lines and I want to do equal cost loadbalancing on the two
uplinks to the internet. This is what I do:
ip route add 200.200.200.0/24 dev eth2 table 200
ip route add default via 200.200.200.254 dev eth2 table 200
ip route add 100.100.100.0/24 dev eth1 table 100
ip route add default via
2004 Aug 24
0
iproute2 in a MIPS processor
Hi, i''m trying to do loadbalancing with a linux embedded with a MIPS procesor,
but I''m in trouble. I have the kernel 2.4.20, and iproute2 ss010824. I compiled
without errors, but when I executed the ip comand to install de mutipath default
route I get the following error (all the previous commands have been executed
according to the LARTC-HOWTO in section 4.2):
linux# ip route
2002 May 03
1
ingress in 2.2.20
Hello ,
I am trying to install an ingress qdisc on a slackware 7 , 2.2.20 box . I
have installed iproute2-2.4.7-now-ss010824.tar.gz . I `ve built all the
QOS stuff in my kernel . Playing with cbq sfq etc works ok . However when
i try to setup ingress i get the infamous RNETLINK message
tc qdisc add dev eth0 handle ffff: ingress
RTNETLINK answers: No such file or directory
Something weird ,
2002 Jul 03
0
policy based routing
Hello,
I''m running a home-made Debian 2.4.18 kernel with iproute2-ss010824. I have
2 cable-modems to 2 different providers. One with a transparant proxy and
one with a regular. I would like to load-balance all traffic over the 2
modems and to do this with http traffic I have to run 2 squid processes:
squid1 to act as a proxy for the provider with the transparant proxy and
squid2 that
2002 May 27
4
htb3 with imq
hi all,
i want to try htb3 with imq
downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
STUCK on step 1 :(
this are what i did
can anyone guide me what went wrong on the first step itself !!
[root@cab1 root]# modprobe imq numdevs=1
modprobe: Can''t locate module imq
[root@cab1 root]#
[root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1
Cannot find
2002 Oct 20
4
Problems patching kernel 2.4.19-r9
A question about the tc binary and diff file that are
included in htb3.6-020525.tgz. I can''t seem to patch tc
in the source tree, and that has made me hesitate to
alternatively substitute the native /usr/sbin/tc for
the binary supplied with the patch materials. I''m
running kernel 2.4.19-r9, and when I run
xingu:/usr/src/linux #patch -p1 --dry-run <
../htb3.6.tc.diff
the
2003 Feb 21
0
dgd/iproute/iptables multihoming problem
I am running 2.4.20 with Julian Anastasov''s patches
(routes-2.4.20-9.diff), iptables v1.2.6a, iproute2-ss010824 on Debian.
I have set up our internal gateway to multihome 2 T1''s as described in
http://www.linuxvirtualserver.org/~julian/nano.txt . The only
difference is that I use multiple IP''s on the external interfaces.
EXA A.B.C.225
--------------------
2004 Sep 02
3
Traffic shapping Bug ?
hello ,
i''m currently trying to set-up Traffic Shapping with Shorewall and I have strong
feelings that I found a bug.
I may be mistaken, but I tried everything and can''t get it to work.
I''ve turned ON TC_ENABLED=Yes and CLEAR_TC=Yes
when i start shorewall ( shorewall start ), i get this message :
Setting up Traffic Control Rules...
TC Rule "2 eth1 0.0.0.0/0 tcp
2003 Mar 17
3
Incorrect source address in ARP request. Anyone seen this?
I''m using iproute2-ss010824 and a 2.4.20 kernel.
Quite a subtle issue here, so I can imagine it has not been spotted before.
The setup:
I have set up a machine as a gateway. The ''external'' interface uses a
dummy IP address (eg. 10.0.0.2) and the internal side is a normal
address. (it''s more complex in real life using Zebra and such, but this is
the basic
2004 Aug 31
1
Finally: A working case of two adsl load balance
First of all i wanna thanks Christoph Simon for the support.
Only after his reply to my email i could see the real solution to
the problem (Valeu mesmo cara... me ajudou pra caramba!
Fico te devendo essa!) :)
Here is what i learned in a month of research:
I tried A LOT of things to do load balance, including the one at
LARTC homepage. The only tutorial that REALLY works in my
case is the
2004 Aug 16
1
question re ip rules logic
Hello everyone,
Please excuse these basic questions but I am new to Linux and I
am getting desperate for answers.
We are running redhat linux and after many hours of investigation I am
unable to get a certain ip rule and ip route command combination to work.
These are the software versions installed.
[root@c1b04a01 linux-2.4.21-15.EL]# uname -a
Linux c1b04a01 2.4.21-15.ELsmp #1 SMP Thu Apr
2003 Aug 18
6
Compile error "iproute2"
Hi,
I am trying to compile "iproute2" (iproute2-2.4.7-now-ss020116-try.tar.gz,
inclusively the latest HTB patch, activated diffserv components) on a
SuSE-Linux 8.2 system (using "gcc 3.3", system based on "glibc 2.3.2").
It is no problem as long as I use the kernel header files of linux-2.4.20
(vanilla), linux-2.4.20.SuSE (special kernel patched by SuSE, shipped
2004 Feb 26
12
HFSC
hmm
HFSC ?
where can i find more informations and examples about the *linux* HFSC
?
http://trash.net/~kaber/hfsc/ does not help here
--
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/