Hello
I compiled a kernel 2.6.1 for my RedHat 9 and everything goes well.... I followed (http://thomer.com/linux/migrate-to-2.6.html) these insctructions & compiled iptables as a module (not directly in kernel)!
when iptables1.2.9 gets compiled (same effect with the sources of iptables1.2.8):
-------------------------------
./configure --prefix=/ #he means, ...there's nothing to do...
make moveold #also here--> ...end
make
make check
make install
------------------------
there is no binary-file in /etc/init.d named "iptables" and also no binary file with the same name in /sbin, ...but when I'm executing my firewall-script:
-------------------------------
[root@mobile_abc1 scripts]# ./MASTERCHAINS
Filterregeln des MASTERCHAINS werden übernommen...
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.8: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.8: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
-------------------------
why this effect? what else can I do?here:
---------------
[root@mobile1_abc scripts]# lsmod
Module Size Used by
ip_tables 20240 0
autofs 15616 0
ds 15488 0
pcmcia_core 62336 1 ds
ohci1394 34816 0
ieee1394 78864 1 ohci1394
parport_pc 27016 0
parport 42560 1 parport_pc
ide_scsi 14980 0
ide_cd 41216 0
cdrom 38176 1 ide_cd
usbmouse 5760 0
usbkbd 7424 0
hid 47104 0
----------------------------------------
module ip_tables is loaded. I didn't manage it to get the iptables-functions running by compiling two different iptables-sources on my 2.6.1 redhat.
what else can I do?
please help
pablo