similar to: ip tunnel and kernel 2.6.17.6

Displaying 20 results from an estimated 5000 matches similar to: "ip tunnel and kernel 2.6.17.6"

2002 Apr 22
2
RE: RTNETLINK answers: Invalid argument
Hi All, concerning the problem when running the "ip ru ls" command. I faced with the same problem, and I solved it by making sure to include the following settings into the kernel configuration (2.4.18): CONFIG_IP_ADVANCED_ROUTER=y <=== CONFIG_IP_MULTIPLE_TABLES=y <=== CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y
2005 Apr 03
2
RTNETLINK answers: Invalid argument
Hi, On this Fedora Core Devel (Raw Hide) system, if I boot on a distribution kernel (based on 2.6.12rc1-bk2) the network is fine. If I build a custom 2.6.12-rc1-V0.7.43-06 or 2.6.12-rc1-mm4 kernel the network interface fails to initialise on boot with RTNETLINK answers: Invalid argument. What can possibly cause this ? My kernel config should be mostly fine - I used it extensively at a time and
2004 May 13
2
wondershaper.htb problem
hi there, this is my 1st message in the list. I would like to use this wondershaper.htb to limit the bandwith usage at home. My kernel config is: # QoS and/or fair queueing # CONFIG_NET_SCHED=y CONFIG_NET_SCH_CBQ=y CONFIG_NET_SCH_HTB=y CONFIG_NET_SCH_CSZ=y CONFIG_NET_SCH_HFSC=y CONFIG_NET_SCH_PRIO=y CONFIG_NET_SCH_RED=y CONFIG_NET_SCH_SFQ=y CONFIG_NET_SCH_TEQL=y CONFIG_NET_SCH_TBF=y
2001 Jun 28
2
RTNETLINK Problems <ip route> don't work as expected. (I think)
Hi, I have one firewall with 3 ethernet cards, 2 internet links, one cisco 2920 and one problem in RTNETLINK ;o) Let me explain my network : | *** Internet Link 1 *** *** Internet Link 2 *** 10.1.0.1| Serial Serial | 10.2.0.1 |||| +--------------+ +------------+
2006 Jul 19
2
What am I missing?
On a custom compiled Linux 2.6.13 kernel... # tc qdisc add dev ppp145 handle ffff: ingress # tc filter add dev ppp145 parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate 384kbit burst 10k drop flowid :1 RTNETLINK answers: Invalid argument This works fine on a CentOS machine and my Fedora Core 2 box with default kernel. I''m trying to figure out what is missing in the
2005 Feb 13
2
Problems after Kernel upgrade to 2.6.10
Greetings, I have been reading the list for a little while now, but this is the first occasion I have had to post--of course, because of a problem. My problems began when I upgraded my RedHat 9 system to 2.6.10 from source. Aside from some other booting issues and things, all of which appear to be resolved, the only things NOT working are my scripts for traffic control. I get a whole host of
2004 Aug 24
1
problems with tc
People, I''m trying to set up the tc filters for a PRIO queue. I''m basing it off of marked traffic via iptables. For example, I''ve marked two classes of traffic with ids "2" and "4", and now I''m filtering those to bands 1 and 2. tc filter add dev eth0 parent 1: prio 0 protocol ip \ handle 2 fw flowid 10:1 tc filter add dev eth0 parent 1:
2002 Jan 24
2
strange problem with 2.4.17 and htb
Hi, Trying htb (latest patches from the page) with 2.4.17 I get: RTNETLINK answers: File exists iproute is 20010824 with the patch from the page. The kernel module loads, but is not used: sch_htb 12672 0 (unused) Any ideas? -j
2003 Jan 13
1
Getting Error when starting Wondershaper 1.1a
Hello, i´ve installed a Suse 8.1 minimal System with iproute 2.4.7 and iptables, Suse default Kernel 2.4.19. When I start the Wondershaper 1.1a Script I get the following Error: CBQ: "allot" is required to set WRR parameters. /home/skripte/./wshaper: line 72: allot: command not found CBQ: "allot" is required to set WRR parameters. /home/skripte/./wshaper: line 78: allot:
2002 Sep 06
1
Examples from HTB home page...
... do not work anymore. Anybody with a hint? I''ve got a fully functional HTB setup and just wanted to replace the kernel from 2.4.17 to 2.4.19. In the end the modified tc binary doesn''t recognize "tc filter add" (yet it does accept qdisc show and recognizes htb...) I''ve downloaded the 2.4.19 from kernel.org, iproute2 (2.4.7), installed the patches
2006 Feb 16
2
tc filter problem
Hi, I''m using a linux 2.4.29 kernel and having trouble getting my filters added. The script I''m editing I actually use on a different system currently. Is this a tc/iproute/kernel type incompatibility? Any ideas how to debug it? Thanks, Jeremy # create a qdisc on T1 interface tc qdisc add dev w1g1 root handle 1: htb default 77 OK # create a master class tc class add dev w1g1
2004 Nov 30
1
What is wrong here?
Hello Everyone, I have this weird problem. I have 2.6.10-rc2-mm3 kernel with u32 compiled as module. I have the cls_u32 module loaded. I have different binaryes of tc, the one from iproute packaged from debian sarge, the Kaber''s one from trash.net, and also from another computer where u32 worked. When I run this: cyclops:~# /usr/local/sbin/tc filter add dev eth0 parent 6: protocol ip
2001 Jun 08
2
Problem with TC
Hi, I am not sure if this problem has been discussed already. I am running red-hat LINUX 2.2.14 and the version of iproute that comes with it. The problem is that whatever I give as a command it tells me RTNETLINK answers : Invalid argument Example : tc qdisc add dev eth2 handle 10: root estimator 1sec 8sec prio bands 3 priomap 0 1 2 I have tried all kinds of combinations and it refuses to
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
2004 Jan 29
2
wonder shaper problems
I just installed Xandros 2.0 Desktop. I used apt-get to install iproute. I then downloaded wondershaper 1.1a from the website. I edited the script as the readme says. I went to console and started the wondershaper script...and i get the following error messages. RTNETLINK answers: Invalid Argument many times. Any ideas what is wrong? MArk _______________________________________________
2007 Mar 19
9
[BUG?] ip ru flush && RTNETLINK answers: Numerical result out of range
After an: # ip ru flush I loose all my ip rules but the priority 0 one. root@sarasvati:~# ip ru 0: from all lookup 255 root@sarasvati:~# Ok with that, but now i''m not able to insert any new rule. This leads to a total loose of conectivity. root@sarasvati:~# ip ru add from all table default RTNETLINK answers: Numerical result out of range root@sarasvati:~# ip ru add from all
2004 Sep 13
0
duda cbq
muy buenas! acabo de empezar con linux y me he embarcau en un proyecto que = me queda un poco grande y que tengo que entregar dentro de poco... el caso es que quiero hacer funcionar el cbq.init y no puedo (el cbq.init es un script para controlar el ancho de banda de tu red). el caso es que tengo un debian woody 3.0 con el kernel 2.4, puestos todos los modulos de QoS e instalado el iproute.
2004 Sep 13
0
a doubt about cbq
i have sent before a mail but i haven´t realised that perhaps this list is in english. well, first of all, sorry for my english :) i´ve just started with linux and i have a project a bit big for me which i have to show soon... i want to run cbq.init and i can´t (cbq.init is a script to control the bandwidth in your net) i have a debian woody 3.0 with the kernel 2.4, with all the QoS modules,
2001 Feb 14
0
[SOLVED] tc qdisc ingress setup problems...
After digging, strace´ing ... etc I found that the common error with eg.: # tc qdisc add dev eth0 handle ffff: ingress RTNETLINK answers: No such file or directory is due to *iproute2* tool default configuration (and most iproute precompiled packages) in addition to correct kernel setup. You must change in iproute2/Config: TC_CONFIG_DIFFSERV=y and recompile, etc
2006 Nov 14
6
netmask 255.255.255.255 vs ip route add via ... (bug?)
Greetings routing folks, I want to use the netmask 255.255.255.255 to insulate (not quite isolate) machines on a shared subnet from each other. This works just fine on win XP, but Linux iproute will not acccept the gateway address in one step -- neither on the command line nor via DHCP: Here''s the interface, set up with a netmask of /32: # ip addr ... 2: eth0: