Displaying 20 results from an estimated 100000 matches similar to: "Kernel for Centos 4/5 with IMQ support"
2005 Nov 27
1
kernel rpm with imq support
Hi,
I was wondering if anyone mantains a Centos kernel* with IMQ patches applied.
I need to use some features to control traffic (QoS) not available
with the regular kernel
Regards,
mb
2004 Apr 26
1
patching kernel and iptables for IMQ
I have a linux box with kernel 2.4.22 and iptables 1.2.9
First, i patch linux kernel with Norbet Buckmuller''s .diff
#cd \usr\src\linux
#patch -p1 < imq-combo-debian-2.4.22.diff
All correct
Second, i -try to- patch iptables (following www.linuximq.net/faq.html)
#cd /usr/src/linux/net/ipv4/netfilter
I edit IMQ.pom-ng.patch and replace $KERNEL_DIR with /usr/src/linux
#patch
2007 May 07
2
IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
After starting to shape local traffic now i am getting a lot of kernel
panics in tcp_retransmit, so i decided to update my kernel from
2.6.17.14 to 2.6.21.1 , the problem is that after that i get:
# iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0
iptables: No chain/target/match by that name
so i can not redirect ttraffic to IMQ device.
and modules are loaded.
-
# lsmod
Module
2004 Aug 24
1
IMQ on 2.6.x + iptraf = problem
2004 Apr 22
1
IMQ compile procedure ??
Hi Guys,
I''m trying to compile IMQ with kernel-2.4.26 and iptables-1.2.9
and I want to know is this procedure is correct:
----------------------------------------
- In Kernel 2.4.26 Directory (/usr/src/linux)
# cd /usr/src/linux
# wget http://www.linuximq.net/patchs/linux-2.4.24-imq.diff
# patch -p1 < linux-2.4.24-imq.diff
- In Patch O Matic Directory
2005 Oct 01
2
imq + htb
Hi, i am running imq + htb on my router , the situation is like this
eth0 = uplink to my provider
eth1 = 1st customer
eth2 = 2nd customer
eth3 = 3th customer
eth0 has limit 512 and i want to share this between eth1 eth2 and eth3 ,
but not working , this is the script i used,
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
#!/bin/sh
2004 Aug 23
2
imq question
Hi
I''ve a stupid question. How can I shape upload using IMQ?
Instead of putting a rule in iptables in PREROUTING should i use POSTROUTING?
And another question is, can I make routing rule based on ip addresses assigned by iptables to an imq device?
The idea is, let''s say i have some rules in iptables like: -t mangle -A PREROUTING -s 192.168.0.0/16 -j IMQ --todev 0
Can i route
2004 Nov 29
0
alternative for imq
Hi!
I tried to make IMQ work for the past week, but i keep getting a lot of trouble with it. First the latency is growing from 0.1ms to 1.5ms and second the CPU usage is very high and is not very stable, sometimes, after a day, there''s a lot of packet loss. I''m using the latest stable kernel 2.6.9 with latest imq patch. Is there any other alternative to IMQ for limiting inbound
2006 Mar 28
1
Please help - totally confused (NAT + FWMARK + IMQ + HTB)
Hello,
I''m trying to get my shaper to work, but have only a partial success.
Can someone help me with that. My setup unfortunately is not so trivial,
but I think some people could have similar one...
1. There is a router connected to the internet line via interface eth0
2. There are users connected to the router via two interfaces : eth1 and
wlan0
3. All users are assigned private IP
2004 Jan 04
4
IMQ problems :-(
Hi
I have built a custom TMB Mandrake kernel (2.4.22) with IMQ and ESFQ
support. I statically compiled both (mistake?) ESFQ is sorted and
working fine (I have succesfully patched IPROUTE2).
I have got to the stage where I can see the IMQ device as UP with ifconfig.
I can use TC to add QDISCs to the IMQ device. However I just cannot sort out
IPTABLES to actually redirect packets to the IMQ
2005 Jan 30
5
simple questions about imq
Hi!
I have read all informations i could find, but some things are still not
clear.
My setup is:
---INTERNET1(eth0)-\ /- Local net1 (eth2)
GW
---INTERNET2(eth1)-/ \- Local net2 (eth3)
I have NAT and a working setup using HTB,SFQ, classifying with the
iptables -j CLASSIFY way. I shape only the traffic coming from the
internet heading to the intranet.
I would like
2006 Jan 19
1
IMQ slows computer to a crawl
I am attempting to implement IMQ on a 2.4.31 version kernel with
iptables 1.3.3.
I am following the example at http://www.linuximq.net/usage.html. When
I enter the line
iptables -t mangle -A POSTROUTING -o eth1 -j IMQ --todev1
(eth1 is the external interface), the computer slows to a crawl. OK,
the CPU is only an AMD K6 233 which is not the world''s greatest CPU, but
egress shaping is
2004 Apr 04
2
IMQ & NAT
Hi all, my IMQ device works OK (thanks to Andy Furniss), but now I''ve
problems to attach the traffic in the qdisc''s. This is my conf:
-----------------------------------------------------------------------
INET
|
|eth0 300Kbps
ROUTER (NAT)
|eth1
|
LAN
-----------------------------------------------------------------------
MAX=300
tc qdisc add dev imq0 root handle 1: htb
2005 Jul 03
1
Getting the IMQ target to work.
Sorry to bug the list with this, but I can''t get past it.
littlebear ~ # /usr/local/sbin/iptables -A PREROUTING -t mangle -o
eth0 -j IMQ --todev 0
iptables v1.3.1-20050701: Unknown arg `--todev''
Try `iptables -h'' or ''iptables --help'' for more information.
I''ve tried every combination of patching and recompiling that I can
come up with,
2003 Jul 29
1
IMQ and fwmark
Hi all,
I want to divide the incoming traffic between what should go to
the firewall and what should be forwarded to the local network
behind it. I started with the IMQ example config, but added an
extra htb class right below "10:1" to get the two sfq''s to borrow
each other''s bandwidth.
However, I can''t figure out how to set the two marks. According to
this
2002 Jul 12
1
IMQ crash dump
Hi
I try setup imq pseudo device for shaping
I''m work such script
#!/bin/sh
TC=/sbin/tc
/sbin/modprobe imq numdevs=1
/sbin/ip link set imq0 up
$TC qdisc add dev imq0 handle 1: root htb default 1
$TC class add dev imq0 parent 1: classid 1:1 htb rate 10mbit
# client1 tunnel tunnel
$TC class add dev imq0 parent 1: classid 1:2 htb rate 256kbit
$TC filter add dev imq0 protocol ip parent 1:0
2006 Jul 13
3
[PATCH] IMQ vs. local traffic
Hello,
Some time ago I''ve read somewhere that local traffic in IMQ
could hung up the whole system but it was corrected long time
ago. So I was very surprised yesterday when it occurred not true.
While testing IMQ I''ve observed for some time that - if you tag
some local traffic with iptables both in pre- and postrouting -
kernel is hunging up. It is happening quite quick with
2003 Jul 08
1
imq device
hi,
i cant get the -j IMQ on netfilter. The module is loaded
Module Size Used by Tainted: P
ipt_IMQ 768 0 (unused)
imq 1912 0 (unused)
but i cant find the object in /usr/local/lib/netfilter/*imq.so
i tryed recompiling manualy iptables but it didnt work to.
what could it be?
im using iptables 1.2.8, kernel 2.4.20.
Thanks!
2004 Apr 02
2
IMQ driver & kernel options
Hi,
i tried to insmod the imq.o module from http://pupa.da.ru/imq after a
successful compile, but it thows this error:
> insmod imq.o
imq.o: unresolved symbol nf_unregister_hook
imq.o: unresolved symbol nf_register_hook
I think I have some kernel options disabled, does anyone know which
one(s)?
Thanks
cord
_______________________________________________
LARTC mailing list /
2003 Mar 24
1
IMQ
Hello
I have a server with a dsl connection on eth1 and local interface eth0.
Because of the NAT i cannot direct traffic to IMQ device in PREROUTING chain
but have to use INPUT and FORWARD. So i use rules.
iptables -t mangle -A INPUT -i eth1 -j IMQ --todev 0
iptables -t mangle -A FORWARD -i eth1 -j IMQ --todev 0
And now the strange thing: FORWARD traffic gets directed nicely to the IMQ,
but