Hi there!
i'm planning to use IMQ on kernel 2.4.22 (Debian)
First, i patch linux kernel with Norbet Buckmuller's .diff
#cd \usr\src\linux
#patch -p1 < imq-combo-debian-2.4.22.diff
After, i try to patch my iptables v1.2.9. From IMQ FAQ (
www.linuximq.net)
1. Download iptables-1.2.9 patch to the iptables source directory
[ok]
2. In iptables source directory apply the patch using
#patch -p1 < IMQ.pom-ng.patch
[ok]
3. chmod +x .IMQ-test*.
[ok]
4. make KERNEL_DIR=_kernel_dir_.
[??] what does this mean?
...
I'm hooked on 4th step. Any idea?
Thanks.