From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elison Niven Subject: Re: Cannot use iptables with kernel 2.6.30 Date: Fri, 23 Apr 2010 18:29:36 +0530 Message-ID: References: Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=FZf4Ah3DFOEBOWyd0FUO6gxmbUtA+jYAnzlVtuvGZ4c=; b=HXiGa4jHRYI75slIm7IZoPESNXqPDvdmbv2C+m7Fowd6od3QgHud9Dk/d2sqQ8k1xf h6KRNJxIvi2i4U0MnY05HRz0UuA3oKpk0JEBIsOcRpR/MLIiJ9OSUyRn9U3lwl5NjbUq Krp5p5Uxpdebyllk/epNuMPth5vMUi2MvZuC8= In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jan Engelhardt , netfilter@vger.kernel.org Hi, I should have mentioned that I am trying to run iptables on an AT91RM9200. While compiling the linux kernel I had enabled the option Use the latest ABI to compile the kernel. With this option enabled, iptables did not work. I disabled this option in the Linux kernel and iptables is now working fine. So I guess this problem is solved. I use all modules as built in the kernel so there aren't any .ko files needed to be inserted. Thanks, Elison