Displaying 20 results from an estimated 4000 matches similar to: "IMQ Patch Problem"
2004 Jan 25
2
IMQ Runtime error
hi all, i have applied all patches and compiled the kernel (2.4.21), iptables
(1.2.9) and iproute2 (2.4.7-now-ss020116) however when i run "modprobe imq
numdevs=1", the system returns - imq.o: init_module: Device or resource busy
the transcript is below -
[root@vmlinux project]# modprobe imq numdevs=1
/lib/modules/2.4.21-BW/kernel/drivers/net/imq.o: init_module: Device or resource
busy
2004 Feb 02
2
IMQ update ?
Hello
I''m trying the excelent IMQ patch for
iptbles and kernel 2.4.21 and works
very well...
but, there is a IMQ patch for 2.4.24 ?
I''ve tested IMQ for kernels > 2,4,21 but
patch fails !
Best regards
andres
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
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 /
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 Apr 29
1
IMQ on KPTD
Hi!
I would like to thank very much for this great page with Kernel Packet
Traveling Diagram and to suggest small update concerning IMQ.
I think the sentence:
"IMQ in input comes before nat so IMQ does not know the real ip address.
Ingress comes after nat, so ingress knows the real ip address."
could be more precise like that:
"By default IMQ in PREROUTING comes before nat and
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
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
2004 Aug 24
1
IMQ on 2.6.x + iptraf = problem
2004 Jun 21
1
IMQ + natin PREROUTING - it is almost 2 years since patch....
Hello there!
I was reading this archive:
http://mailman.ds9a.nl/pipermail/lartc/2002q3/004725.html
It was almost two years ago when Patrick wrote a patch to switch IMQ
with nat in PREROUTING chain...
From www.linuximq.org I''ve downloaded newset IMQ driver for 2.4.26 and
what can i see? The line that Patrick changed in that patch is still as
it was in previous relases.
Are there
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
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
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
2004 Aug 09
5
Little problem with IMQ
When I try to put all incoming traffic to IMQ on PREROUTING I can''t discern
traffic to LAN and traffic to server.
When I try to put only INPUT traffic to IMQ... I can''t discern traffic from
LAN and from internet.
Help me plizz to put all incoming traffic to one IMQ device and all
outcoming to other IMQ device and (it''s very important) discern traffic to
clients and
2007 Mar 08
1
Why i would have to use IMQ on postrouting?
Hi all,
I manage somo interface in output.
I know that i can send packet to the single interface using routing tables.
I use IMQ to shape ingress traffic but why i would have to use IMQ on
postrouting?
When IMQ, on egress, give me advantages? and what are this advantages?
Thanks
Bye
Simone
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Clicca qui:
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
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
2006 Aug 26
1
IMQ action
Hi.
-j IMQ is equal -j ACCEPT...? i mean it after -j IMQ packet don''t return
in parent chain??? cause -j ACCEPT action accept the packet in the child
chain and don''t return it to parent...
example:
ipt="iptables -t mangle"
$ipt -N HTTP
$ipt -A HTTP -j IMQ // after this packet packets go to -t nat
tables? or // it return to parent chain (PREROUTING) in mangle?
2002 Oct 09
2
imq in 2.2.17 and ipchains?
Hi stef;
imq patch of 2.2.17 form http://luxik.cdi.cz/~devik/qos/imq.htm
diff against 2.2.17
Can you tell me how imq work with ipchains?
thanks for your help
regards,
haipe
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Apr 10
3
IMQ: why do I need IMQ ?
Hello there,
Can someone please explain why do one neeed IMQ ?
I can already shape incoming traffic on my nat router by creating
qdiscs on LAN-side interface. I have done some tests, whith simple
bandwidth limmiting, and it works.
I''ve read just about all the stuff on www.linuximq.net ... but
couldn''t make myself an ideea on why would someone need IMQ for
ingress policing ...
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