> iptables v1.2.7a: Couldn't load target > `CONNMARK':/lib/iptables/libipt_CONNMARK.so: cannot open shared > object file: No such file or directory /lib/iptables/libipt_CONNMARK.so will not exist unless you rebuild your userspace (iptables) tools. I believe that best one for you would have been the 1.2.9 set of tools. So, download the tarball, uncompress, change the Makefile to make sure to change the prefixes (see below)to that of your distribution. Run it with: # KERNEL_DIR=<my_sources> make # KERNEL_DIR=<my_sources> make install PREFIXES By the kernel version, I assume you're running RH9. I think redhat uses the following directory prefixes: LIBDIR=/lib BINDIR=/sbin MANDIR=/usr/man INCDIR=/usr/include