Bug 179036 - iptables commands do not work on 2.6.15-1.1872_FC5
Summary: iptables commands do not work on 2.6.15-1.1872_FC5
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-26 20:05 UTC by Eric Paris
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-27 18:07:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Eric Paris 2006-01-26 20:05:21 UTC
Description of problem:
after updating my kernel from 2.6.15-1.1826.2.10_FC5 to 2.6.15-1.1871_FC5 no
iptables commands appear to work.  Simple commands like

[root@router ~]# iptables -nvL
ERROR: 0 not a valid target)
Aborted
[root@router ~]# iptables -nvL -t FILTER
iptables v1.3.4: can't initialize iptables table `FILTER': Table does not exist
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[root@router ~]# iptables -nvL -t filter
ERROR: 0 not a valid target)
Aborted

simple rules also fail.

[root@router ~]# iptables -A INPUT -s 10.10.10.10/32 -j DROP
iptables: Too many levels of symbolic links

It appears as though the modules are loaded from the output of lsmod

[root@okhrana ~]# lsmod | grep ipt
iptable_filter          3137  0
ip_tables              11529  1 iptable_filter
[root@okhrana ~]#

This is using the latest iptables package available at this moment version
iptables-1.3.4-3

Version-Release number of selected component (if applicable):
kernel-2.6.15-1.1872_FC5
iptables-1.3.4-3

How reproducible:  I have this problem on 2 systems.


Steps to Reproduce:
1.Update a machine to current rawhide and try to use iptables

Comment 1 Eric Paris 2006-01-27 18:07:44 UTC
apears to be working in 2.6.15-1.1878_FC5smp


Note You need to log in before you can comment on or make changes to this bug.