Teknion
01-27-2005, 04:04 PM
I've just jumped head first into a Linux project to learn about firewalls and so on...
I wanted to start playing with iptables, which said you need CONFIG_NETFILTER turned on....
After hours of searching (since I don't have a (usr/src/linux directory) I found autoconf.h in usr/include/linux
I turned
#undef CONFIG_NETFILTER
into
#define CONFIG_NETFILTER 1
From what I read on the net, now I need to recompile the kernel. But all the guides seem to be geared towards compiling a newly downloaded version....
The "dummy" version I found was no good either since right as soon asI tried to do 'make menuconfig', it gives me an error
make: *** No rule to make target 'menuconfig'. Stop
Just not sure where to go/what to do from here.....
I wanted to start playing with iptables, which said you need CONFIG_NETFILTER turned on....
After hours of searching (since I don't have a (usr/src/linux directory) I found autoconf.h in usr/include/linux
I turned
#undef CONFIG_NETFILTER
into
#define CONFIG_NETFILTER 1
From what I read on the net, now I need to recompile the kernel. But all the guides seem to be geared towards compiling a newly downloaded version....
The "dummy" version I found was no good either since right as soon asI tried to do 'make menuconfig', it gives me an error
make: *** No rule to make target 'menuconfig'. Stop
Just not sure where to go/what to do from here.....