I have upgraded to RH-E-WS-4, and downloaded and installed the latest iptables as described below. In C++, I wrote some code following the suggestions in: http://www.crhc.uiuc.edu/~grier/projects/libipq.html To get it to compile, I had to do some hacking in: linux/socket.h bits/socket.h bits/uio.h to deal with multiple definitions, but I got it to compile. However, it does not work; my code waits but does not receive the icmp pings I send it. I note that I do not have an environment variable QUEUE. I could provide one, but this might be taking an asperin for cancer. Advice would be much appreciated. Mike. -- Michael D. Berger m.d.berger@xxxxxxxx > -----Original Message----- > From: bharathi [mailto:bharathi@xxxxxxxxxx] > Sent: Monday, April 25, 2005 9:33 AM > To: Michael D. Berger > Cc: netfilter > Subject: Re: queue newbie > > > Dear Mr.Berger, > Download the latest version of > iptables src > and do the following to get libipq, > # make KERNEL_DIR=<<where-you-built-your-kernel>> > # make install KERNEL_DIR=<<where-you-built-your-kernel>> > # make install-devel > IMPORTANT: Your kernel must have enabled with the > CONFIG_IP_NF_QUEUE > ( Userspace queueing via NETLINK (EXPERIMENTAL) ) module to use this > queueing feature with iptables. > > thanks, > bharthix. > > > Michael D. Berger wrote: > > >On RH-WS-3 (4 when I get around to it), I would like > >to use the capabilities of -j QUEUE. Google seems to > >indicate that I need libipq, and to get this, perhaps > >I need to get an rpm for iptables-devel. > > > >Is this the way to go? If so, where is the best place > >to get the rpm, and what version should I get? If not, > >how should I proceed? > > > >Thanks in advance for your help. > >Mike. > > > >-- > >Michael D. Berger > >m.d.berger@xxxxxxxx > > > > > > > > > > > > > >