hi, I want to install the IMQ, I have Kernel 2.4.20 and iptables 1.2.7a, I can''t find suitable patches on the IMQ site, what to do? Another question: it is my first thread :) , how can I reply to a thread so that it appears under it? Thanx _________________________________________________________________ MSN Groups & Chat - Freunde finden - leicht gemacht http://groups.msn.com/people/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 12 May 2003 12:19, M Nab wrote:> hi, > I want to install the IMQ, I have Kernel 2.4.20 and iptables 1.2.7a, I > can''t find suitable patches on the IMQ site, what to do?You can use the 2.4.19 patch.> Another question: it is my first thread :) , how can I reply to a thread > so that it appears under it?It''s your mail client that orders the mails in threads. I use kmail and it works very well. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
I could patch the kernel successfully, but I used the combo-patch& the precompiled lib, so that I don''t need to compile iptables myself, but I can''t use iptables with IMQ bec. it always says there is a version problem. Can you plz give more details bec. I am a new in this world! Thanx _________________________________________________________________ MSN - More Useful Every Day http://www.msn.de _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi You can successfully run iptables 1.2.7a with patch from IMQ homepage. The thing what you have to do is to replace strings contains: NETFILTER_VERSION to "1.2.7a" in libipt_IMQ.c and libip6t_IMQ.c . How to patch iptables and 2.4.xx kernel: cd iptables-1.2.7a patch -p1 < ./iptables-1.2.7a-imq.diff chmod a+x extensions/.IMQ-test chmod a+x extensions/.IMQ-test6 cd linux-2.4.20 patch -p1 < ./imq-2.4.19.diff cd patch-o-matic-YYYYMMDD patch -p1 < ./pom-imq.diff KERNEL_DIR=/usr/src/linux-2.4.20 ./runme extra/IMQ.patch You will have three new options: Networking options ---> IP: Netfilter Configuration --->IMQ target support Networking options ---> IPv6: Netfilter Configuration --->IMQ target support Network device support --->IMQ (intermediate queueing device) support Choose at least one of the targets and the device itself. Netfilter debugging should be turned off, otherwise cou get lots of annoying messages. download the attachment file But one Question for you, why do you want to use IMQ, what is your requirement hare ----- Original Message ----- From: "M Nab" <mnab444@hotmail.com> To: <lartc@mailman.ds9a.nl> Sent: Monday, May 12, 2003 4:26 PM Subject: Re:[LARTC] IMQ-2.4.20> > I could patch the kernel successfully, but I used the combo-patch& the > precompiled lib, so that I don''t need to compile iptables myself, but I > can''t use iptables with IMQ bec. it always says there is a versionproblem.> Can you plz give more details bec. I am a new in this world! > Thanx > > _________________________________________________________________ > MSN - More Useful Every Day http://www.msn.de > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >
the reason why I want to use IMQ is that I want to make a linux router, which will classify incoming/outgoing traffic e.g. according to their DS filed or other things. Thanx for the file and I will try it within the next hours>From: "hare ram" <hareram@sol.net.in> >Reply-To: "hare ram" <hareram@sol.net.in> >To: "M Nab" <mnab444@hotmail.com>, <lartc@mailman.ds9a.nl> >Subject: Re: Re:[LARTC] IMQ-2.4.20 >Date: Mon, 12 May 2003 16:42:29 +0530 > >Hi > >You can successfully run iptables 1.2.7a with patch from IMQ homepage. >The thing what you have to do is to replace strings contains: >NETFILTER_VERSION to "1.2.7a" in libipt_IMQ.c and libip6t_IMQ.c . > >How to patch iptables and 2.4.xx kernel: > >cd iptables-1.2.7a >patch -p1 < ./iptables-1.2.7a-imq.diff >chmod a+x extensions/.IMQ-test >chmod a+x extensions/.IMQ-test6 > >cd linux-2.4.20 >patch -p1 < ./imq-2.4.19.diff > >cd patch-o-matic-YYYYMMDD >patch -p1 < ./pom-imq.diff >KERNEL_DIR=/usr/src/linux-2.4.20 ./runme extra/IMQ.patch > > >You will have three new options: >Networking options ---> IP: Netfilter Configuration --->IMQ target support >Networking options ---> IPv6: Netfilter Configuration --->IMQ target >support >Network device support --->IMQ (intermediate queueing device) support > >Choose at least one of the targets and the device itself. >Netfilter debugging should be turned off, otherwise cou get lots of >annoying >messages. > > > >download the attachment file > > >But one Question for you, why do you want to use IMQ, >what is your requirement > >hare > > > >----- Original Message ----- >From: "M Nab" <mnab444@hotmail.com> >To: <lartc@mailman.ds9a.nl> >Sent: Monday, May 12, 2003 4:26 PM >Subject: Re:[LARTC] IMQ-2.4.20 > > > > > > I could patch the kernel successfully, but I used the combo-patch& the > > precompiled lib, so that I don''t need to compile iptables myself, but I > > can''t use iptables with IMQ bec. it always says there is a version >problem. > > Can you plz give more details bec. I am a new in this world! > > Thanx > > > > _________________________________________________________________ > > MSN - More Useful Every Day http://www.msn.de > > > > _______________________________________________ > > LARTC mailing list / LARTC@mailman.ds9a.nl > > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > ><< imq-2.4.19.tar.bz2 >>_________________________________________________________________ MSN - More Useful Every Day http://www.msn.de _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/