Bug 863556 - Error: COMMAND_FAILED: '/sbin/iptables -N FWDO_ZONE_external -t filter' failed: iptables: Chain already exists.
Summary: Error: COMMAND_FAILED: '/sbin/iptables -N FWDO_ZONE_external -t filter' faile...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: firewalld
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-05 19:13 UTC by Serge Pavlovsky
Modified: 2013-01-03 19:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-03 19:21:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Serge Pavlovsky 2012-10-05 19:13:56 UTC
Version-Release number of selected component (if applicable):
firewalld-0.2.5-1.fc17.noarch

How reproducible:
# firewall-cmd --get-active-zones
home: p9p1
public: eth1
# firewall-cmd --zone=external --add --interface=ppp0
Error: COMMAND_FAILED: '/sbin/iptables -N FWDO_ZONE_external -t filter' failed: iptables: Chain already exists.
# firewall-cmd --get-active-zones
home: p9p1
public: eth1
# iptables-save | grep FWDO_ZONE_external
:FWDO_ZONE_external - [0:0]
-A FORWARD_ZONES -o ppp0 -j FWDO_ZONE_external
-A FWDO_ZONE_external -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
:FWDO_ZONE_external - [0:0]
:FWDO_ZONE_external_allow - [0:0]
:FWDO_ZONE_external_deny - [0:0]
-A FWDO_ZONE_external -j FWDO_ZONE_external_deny

Comment 1 Serge Pavlovsky 2012-10-05 19:17:32 UTC
with table names

# iptables-save | egrep '\*|FWDO_ZONE_external'
*nat
*mangle
:FWDO_ZONE_external - [0:0]
-A FORWARD_ZONES -o ppp0 -j FWDO_ZONE_external
-A FWDO_ZONE_external -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
*filter
:FWDO_ZONE_external - [0:0]
:FWDO_ZONE_external_allow - [0:0]
:FWDO_ZONE_external_deny - [0:0]
-A FWDO_ZONE_external -j FWDO_ZONE_external_deny

Comment 2 Jiri Popelka 2012-10-08 12:46:43 UTC
I'm not able to reproduce this.
Have you maybe somehow customized firewalld, i.e. have you changed anything in /etc/firewalld ?

Comment 3 Serge Pavlovsky 2012-11-23 19:49:44 UTC
i can't reproduce it either

Comment 4 Thomas Woerner 2013-01-03 19:21:38 UTC
I can not reproduce this also, closing as WORKS FOR ME.


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