Displaying 20 results from an estimated 30000 matches similar to: "imq-patch for 2.4.24 kernel"
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
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 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 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 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
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/
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
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
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 Aug 08
1
imq contact
Hi there,
I''m trying to contact imq maintainers but there is no contact address in
www.linuximq.net. There is only a yahoo group but I don''t have a yahoo
account and it seems it doesn''t like me a lot (it refused to create a new
account).
Anyone knows an email address for any IMQ developer? Its about an IMQ patch
submission.
<<V13>>
2004 Mar 02
2
imq or ingress+htb?
Todays quick question:
Ive had problems with imq and getting my setup to work as planned. Im
thinking that a better solution for shaping incoming traffic would be to
put a little limit in the outer interface of the router box with ingress,
and the shape traffic on the inner interface with htb. Would that be
better than using imq?
--
Patrick Petersen <lartc@schmakk.dk>
2003 Oct 13
1
kernel panic with using IMQ - why?
Hi, All!
I have kernel panic with using IMQ on my linux router.
In archive of this mailing list i found reason of this truble:
i used PREROUTING -j IMQ and POSTROUTING -j IMQ in one time
but i don''t understand why this configuration is broken?
I want to control all traffic on my external interface,
for example i want to lease 30kbit/sec (inbound+outbound,
without dividing) for encrypting
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
2003 Apr 25
4
IMQ page
The IMQ page (http://luxik.cdi.cz/~patrick/imq/) has some rather obvios
problems in the examples used. I wrote Patrick McHardy without getting
an answer (yet) so I tought this was a good place to ask. Does anybody
know how to contact him about this?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2002 Dec 02
1
IMQ
Has anybody got imq running on iptables 1.2.7a. The home page for imq only
seems to have a patch for 1.2.6a.
--
Aaron Clausen
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
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
2004 May 26
1
IMQ stability
Hi,
I''ve never actually even tried to use the IMQ device before,
but I''ve watched the emails go back and forth on various problems associated with it,
and what looks like some general instability.
How stable is it really ? Is it suitable for full-time use on a large number of
routers ?
Has anyone used it on ipsec0 + eth0 devices for shaping ?
and lastly, any difference
2006 Jun 29
2
snort inline and imq
I want to use snort inline for ips and imq for bandwidth shaping
When i have inserted imq module ip_queue module insertion giving error
Is it possible to use both at the same time
--
Failure seldom stops you. What stops you is the fear of failure.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2004 Aug 15
1
Little question about imq device
Witam
I''ve found many examples where packets are redirected to IMQ device
in PREROUTING chain for ingress traffic shaping purposes.
But is there any sense in redirecting packets to IMQ in FORWARD
chain also for ingress traffic shaping purposes?
--
Pozdrawiam
Marcin mailto:slacklist@op.pl
_______________________________________________
LARTC