Bug 926055
Summary: | firewall-config fails silently in GUI because of missing NAT table | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Meyer <thomas.mey> |
Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | jpopelka, mst, twoerner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-06-17 14:56:24 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Thomas Meyer
2013-03-23 13:45:11 UTC
(In reply to comment #0) > org.freedesktop.DBus.Python.dbus.exceptions.DBusException: '/sbin/iptables > -t nat -N PREROUTING_direct' failed: iptables v1.4.16.2: can't initialize > iptables table `nat': Table does not exist (do you need to insmod?) > Perhaps iptables or your kernel needs to be upgraded. What are the steps to reproduce ? > Why do I need NAT for firewall? For masquerading (http://en.wikipedia.org/wiki/IP_masquerading). On most of my machines i use a self compiled kernel. I didn't compile in NAT support. And did get about error in firewall-config. Why exactly do you need NAT for firewall? Above link says that ip masquerading is just another word for full NAT. I did enable the necessary NAT modules now. The rules for all configured zones are created at firewalld start. This speeds up the change of zones for connections. There is an RFE to create rules for used zones only. This is on the TODO list. *** This bug has been marked as a duplicate of bug 967376 *** |