similar to: IMQ patch

Displaying 20 results from an estimated 800 matches similar to: "IMQ patch"

2007 Feb 04
2
Traffic Shaping: Ingress qdisc not working in Dom0 (3.0.4-1)
Hello, i noticed that the ingress qdisc is not working properly anymore in 3.0.4-1 (back in 3.0.2 the ingress qdisc was working for me): Install the ingress qdisc to peth0: # tc add qdisc dev peth0 ingress ... generate some traffic ... # tc -s qdisc show dev peth0 qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 Sent 324884 bytes 1749 pkt (dropped 0, overlimits 0 requeues
2005 Nov 25
7
tcpdump not working with imq0 devices
On my debian woody (kernel 2.4.31) the tcpdump doesn''t work with imq0 devices. If I try to tcpdump imq devices there is no packet seen: [...] rt1:~# tcpdump -n -i imq0 Warning: arptype 65535 not supported by libpcap - falling back to cooked socket tcpdump: WARNING: imq0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on
2006 Jul 25
1
LVM use for Xen
Hi. I''m going to install a testing machine with Xen on Debian Sarge. I wish to use LVM to partition the hard disk to be able to resize LVM partitions to create new partitions for new domU when I will create new ones. How I can configure LVM at Debian installation to obtain this? Could you advise me a partitioning scheme, please? Thank you very much and goodbye! Luca.
2006 Apr 01
3
DVD-R/RW in DomU
hi all What´s the best way to have my DVD-R/RW burner working in a DomU? Just ''phy:hdc,hdc,w'' would do it? or there´s some other way? thanks in advance, Christian Lyra _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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
2007 Nov 18
13
PPPoE in DomU exits with error
Hi. I am trying to setup my firewall in DomU. However, I have got a little problem. My pon dsl-provider exits with following message. Nov 18 09:44:40 alsfw01 pppd[1723]: Plugin rp-pppoe.so loaded. Nov 18 09:44:40 alsfw01 pppd[1723]: Linux kernel does not support PPPoE -- are you running 2.4.x? Nov 18 09:44:40 alsfw01 pppd[1723]: Exit. I am running xen out of the box on Debian Stable. My
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
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 ...
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
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
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 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 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 Jul 06
7
Simply IMQ
I''ve followed this list for quite a long time and have even posted a couple of times. I used the early versions of IMQ from Devik (I think that was his name), and it worked well. I only ever got the chance to implement it in my test environment. I now need to implement it in my production environment. My Linux core router has nine interfaces and has a 27 megabit connection to the
2010 Aug 09
1
dovecot 1.2 and quota_rules from AD
Hi I?m trying to figure how to proper configure postfix+dovecot to enforce quotas from a AD (ldap). I?m using the following configuration: dovecot.conf: ... protocol lda { mail_plugins = quota .. } auth default { passdb ldap { args = /etc/dovecot/dovecot-ldap-pass.conf } userdb ldap { args = /etc/dovecot/dovecot-ldap.conf } ... } plugin { quota = maildir:User quota
2007 Jun 09
3
vcpu performance : 1 vcpu for all guets or 4 vpcu ?
Hello all ;) Tell I have a Xeon server with 4 vcpus If on this box I have some guets, tell 10, what is the best solutions : - Set all guests to 1 vcpu ? - Set all guests to 4 vcpus ? I well understand that if I set a guest with 4 vcpus and all others only with one vpcus, then the one with 4 vcpus will have more "cpu time" available than others guests. But in case I''d like
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 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>>