Re: Iptables and kernel 2.6.17 phelp needed -- SOLVED

2006-07-20 Thread J.A. de Vries
On 2006-07-20 @ 12:36:06 (week 29) chavdar wrote: > What I did was actually go back to kernel 2.6.15 where my oldconfig > worked. Hi Chavdar, I hadn't noticed this thread earlier, so I am a bit late in the thread. However did you notice that all netfilter related settings have moved to another s

Re: Iptables and kernel 2.6.17 phelp needed -- SOLVED

2006-07-20 Thread chavdar
On ср, 2006-07-19 at 22:18 +0700, Dave Patterson wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2006-07-19 22:54:31 +0800]: > > > > As I recall, this broke for me in going from 2.6.15 to 2.6.16. > > > > Clayton > > > Yup, it did - my solution was to install a stock kernel, and used it's > .

Re: Iptables and kernel 2.6.17 phelp needed

2006-07-19 Thread Dave Patterson
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2006-07-19 22:54:31 +0800]: > As I recall, this broke for me in going from 2.6.15 to 2.6.16. > > Clayton > Yup, it did - my solution was to install a stock kernel, and used it's .config as the basis for my custom kernel's config, then remove the stock k

Re: Iptables and kernel 2.6.17 phelp needed

2006-07-19 Thread claytonk
On Wed, 19 Jul 2006 09:11:08 +0300 chavdar <[EMAIL PROTECTED]> wrote: > Dear List, > > I am running Debian unstable. My current kernel is 2.6.12 and it is my > own custom build. Following the recent security advisories, last > night I decided to upgrade my kernel. I downloaded the Debian source

Re: Iptables and kernel 2.6.17 phelp needed

2006-07-19 Thread Jon Dowland
At 1153318438 past the epoch, George Borisov wrote: > Try executing the following: > > modprobe ip_tables > modprobe iptable_filter The OP's first post indicates he has enabled the ipfilters stuff as built-ins (Y) rather than modules (m). So, modprobe will not help. You may need to upgrade your

Re: Iptables and kernel 2.6.17 phelp needed

2006-07-19 Thread George Borisov
chavdar wrote: > On ср, 2006-07-19 at 13:41 +0100, George Borisov wrote: >> >> Obvious, but have you checked to see if these modules are loaded? >> >> ip_tables >> iptable_filter >> >> If not, then load them. > > Which options in the config file are these, because I answered with Y to > all options

Re: Iptables and kernel 2.6.17 phelp needed

2006-07-19 Thread chavdar
On ср, 2006-07-19 at 13:41 +0100, George Borisov wrote: > chavdar wrote: > > > > iptables v1.2.11: can't initialize iptables table `filter': iptables > > who? (do you need to insmod?) > > Perhaps iptables or your kernel needs to be upgraded. > > Obvious, but have you checked to see if these modu

Re: Iptables and kernel 2.6.17 phelp needed

2006-07-19 Thread George Borisov
chavdar wrote: > > iptables v1.2.11: can't initialize iptables table `filter': iptables > who? (do you need to insmod?) > Perhaps iptables or your kernel needs to be upgraded. Obvious, but have you checked to see if these modules are loaded? ip_tables iptable_filter If not, then load them. H

Iptables and kernel 2.6.17 phelp needed

2006-07-18 Thread chavdar
Dear List, I am running Debian unstable. My current kernel is 2.6.12 and it is my own custom build. Following the recent security advisories, last night I decided to upgrade my kernel. I downloaded the Debian source for 2.6.17 and did my build as usual with the following commands: # make-kpkg cle