View previous topic :: View next topic |
Author |
Message |
craftyc Guru
Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Thu May 23, 2002 5:47 pm Post subject: iptables error |
|
|
When I try to run
Code: | iptables -A INPUT -m psd -J DROP |
I get this error
As far as I know I have installed everything correctly. These are the steps that I took. All as root, downloaded from netfilter.samba.net
Code: | make most-of-pom KERNEL_DIR=/usr/src/linux
#Answered yes to everything unless the patch failed then I answered no
make KERNEL_DIR=/usr/src/linux
make install KERNEL_DIR=/usr/src/linux
cd /usr/src/linux
make menuconfig
#Choose to compile everything under Networking Options --> Netfilter Configuration except "realm support"
make dep && make clean bzImage modules modules_install
cp arch/i386/boot/bzImage /boot/bzImage.myker
cp System.mao /boot/
nano -w /boot/grub/menu.lst
#Add new kernel |
Then I reboot with new kernel. try iptables, doesn't work. Any ideas? Thanks in advance. _________________ Postcount ++ |
|
Back to top |
|
|
craftyc Guru
Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Fri May 24, 2002 6:46 pm Post subject: |
|
|
Don't worry. Problem sorted. I just downloaded a script from freshmeat.net to allow me to 'hide' my computer.
Thanks anyway. _________________ Postcount ++ |
|
Back to top |
|
|
|