Bug 75723
| Summary: | Resetting built-in chains to the default ACCEPT policy do not include all the chains from 'mangle' table | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Konrad Zak <konrad> | ||||
| Component: | iptables | Assignee: | wdovlrrw <brosenkr> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.3 | CC: | bugs.michael | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| URL: | http://prawo.uni.wroc.pl/~konrad/iptables | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-01-13 21:48:57 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Konrad Zak
2002-10-11 15:31:05 UTC
Created attachment 80004 [details]
fixed iptables starting script
Red Hat Linux 8.0 is affected, too.
--- iptables.orig Wed Aug 7 16:34:38 2002
+++ iptables Sun Oct 20 18:59:52 2002
@@ -117,7 +117,10 @@
iftable nat -P POSTROUTING ACCEPT && \
iftable nat -P OUTPUT ACCEPT && \
iftable mangle -P PREROUTING ACCEPT && \
+ iftable mangle -P POSTROUTING ACCEPT && \
+ iftable mangle -P INPUT ACCEPT && \
iftable mangle -P OUTPUT ACCEPT && \
+ iftable mangle -P FORWARD ACCEPT && \
success || \
failure
echo
While updating my iptables packages for Psyche and Valhalla, I added patched iptables initscripts to bug #76367. fixed in iptables-1.2.7a-1. |