Hello, 

I am using pico-sam9g45 board with touchscreen. And I am using Angstrom 
distribution. 

I want to have a firewall on my system. It seems "iptables" is installed. 
But if I do the following command, I have errors : 

root@picosam9:~# iptables -L 
FATAL: Module ip_tables not found. 
iptables v1.4.9.1: can't initialize iptables table `filter': iptables 
who? (do you need to insmod?) 
Perhaps iptables or your kernel needs to be upgraded. 

Therefore I have decided to compile custom linux kernel (2.6.32.9) and 
enable iptables support : 
Networking  ---> Networking options  --->  Network packet filtering 
framework (Netfilter)[*] 
      --->  Core Netfilter Configuration  --->  Netfilter Xtables 
support (required for ip_tables) and do enable all modules 
                                                                        
    included in that as per your need. 
      ---> IP: Netfilter Configuration ---> IP tables support (required 
for filtering/masq/NAT) 


I have same errors : 
root@picosam9:~# iptables -L 
FATAL: Module ip_tables not found. 
iptables v1.4.9.1: can't initialize iptables table `filter': iptables 
who? (do you need to insmod?) 
Perhaps iptables or your kernel needs to be upgraded. 

Please, can you help me to use iptables ? 

Thanks a lot, 
Best regards, 
Cédrick.
_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to