Similar Threads:
1.iptables v1.3.3: can't initialize iptables table `filter': Table does not exist
I thought all I ahve to do is compile the kernel with IP filterinmg
enabled? What do you mean "compile iptables"?
Thanks,
On Sep 3, 6:37m, Guenther Sohler < XXXX@XXXXX.COM > wrote:
> Did you compile iptables on the machine, it was intended for ?
> As far as I know, during configuring of iptables, the script
> selects a linux kernel source and create iptables for that. if
> the kernel source does not correspond to the kernel running in your
> system, the resulting iptables might not work
>
>
>
> On Thu, 28 Aug 2008 14:32:56 -0700, Keep Asking wrote:
> > I have this problem on iptables:
> > iptables -L
> > iptables v1.3.3: can't initialize iptables table `filter': Table does
> > not exist (do y
> > ou need to insmod?)
>
> > I checked my kernel configuration:
> > rep FILTER .config
> > CONFIG_NETFILTER=y
> > # CONFIG_NETFILTER_DEBUG is not set
> > CONFIG_IP_NF_FILTER=y
>
> > It looked iptable was started:
> > dmesg | grep Net
> > ip_tables: (C) 2000-2002 Netfilter core team
>
> > Also I have some tables:
> > ls /proc/net/ip*
> > /proc/net/ip_tables_matches proc/net/ip_tables_targets
>>>> /proc/net/ip_tables_names
>>
>>>> What should be th eproblem?
>>>> Thanks,- Hide quoted text -
>>
>> - Show quoted text -
2.iptables v1.3.3: can't initialize iptables table `filter': Table does not exist
Did you compile iptables on the machine, it was intended for ?
As far as I know, during configuring of iptables, the script
selects a linux kernel source and create iptables for that. if
the kernel source does not correspond to the kernel running in your
system, the resulting iptables might not work
On Thu, 28 Aug 2008 14:32:56 -0700, Keep Asking wrote:
> I have this problem on iptables:
> iptables -L
> iptables v1.3.3: can't initialize iptables table `filter': Table does
> not exist (do y
> ou need to insmod?)
>
> I checked my kernel configuration:
> grep FILTER .config
> CONFIG_NETFILTER=y
> # CONFIG_NETFILTER_DEBUG is not set
> CONFIG_IP_NF_FILTER=y
>
> It looked iptable was started:
> dmesg | grep Net
> ip_tables: (C) 2000-2002 Netfilter core team
>
> Also I have some tables:
> ls /proc/net/ip*
> /proc/net/ip_tables_matches /proc/net/ip_tables_targets
> /proc/net/ip_tables_names
>
> What should be th eproblem?
> Thanks,
3.iptables v1.3.3: can't initialize iptables table `filter': Table does ?not exist
Keep Asking < XXXX@XXXXX.COM > wrote:
> I have this problem on iptables:
> iptables -L
> iptables v1.3.3: can't initialize iptables table `filter': Table does
> not exist (do y
> ou need to insmod?)
>
> I checked my kernel configuration:
> grep FILTER .config
> CONFIG_NETFILTER=y
> # CONFIG_NETFILTER_DEBUG is not set
> CONFIG_IP_NF_FILTER=y
>
> It looked iptable was started:
> dmesg | grep Net
> ip_tables: (C) 2000-2002 Netfilter core team
>
> Also I have some tables:
> ls /proc/net/ip*
> /proc/net/ip_tables_matches /proc/net/ip_tables_targets
> /proc/net/ip_tables_names
>
> What should be th eproblem?
> Thanks,
>
Are the x_tables & iptable_filter modules loaded?
Look in /lib/modules/2.6.26.3/kernel/net/netfilter/
and
/lib/modules/2.6.26.3/kernel/net/ipv4/netfilter/
replacing 2.6.26.3 by whatever kernel version you're using to see the
available modules. Try modprobing iptable_filter.
Jerry
4.iptables v1.3.3: can't initialize iptables table `filter': Table does not exist
I have this problem on iptables:
iptables -L
iptables v1.3.3: can't initialize iptables table `filter': Table does
not exist (do y
ou need to insmod?)
I checked my kernel configuration:
grep FILTER .config
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_IP_NF_FILTER=y
It looked iptable was started:
dmesg | grep Net
ip_tables: (C) 2000-2002 Netfilter core team
Also I have some tables:
ls /proc/net/ip*
/proc/net/ip_tables_matches /proc/net/ip_tables_targets
/proc/net/ip_tables_names
What should be th eproblem?
Thanks,
5.Looking for iptables applications code (iptables.c) to run some rules to forward packets
I couldn't find iptables.c to compile iptables application code under
freshly installed Linux machine (I can see iptables packet filtering
kernel code under net/ipv4/netfiler Directory). But I need to run
iptables rules, so I need to make iptables executable binary, so I need
iptables application code.
Thanks in advance.
6. iptables "can't initialize iptables table `filter'"
7. [iptables] iptables: invalid argument
8. iptables mark rule and FC3 FC4 diff in iptables.