Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 114278

Summary: ifup-post refers to the old firewall chain name
Product: [Fedora] Fedora Reporter: Harald Hoyer <harald>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: rvokal, vnasardinov
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-26 16:05:30 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:

Description Harald Hoyer 2004-01-26 09:29:22 UTC
$ cat -n /etc/sysconfig/network-scripts/ifup-post | grep Lokkit
    77        iptables -L -n 2>/dev/null | grep -q
RH-Lokkit-0-50-INPUT ; then
    81                          if ! iptables -L RH-Lokkit-0-50-INPUT
-n | grep -q "$nameserver.* --sport 53 " ; then
    82                                  iptables -I
RH-Lokkit-0-50-INPUT -m udp -s $nameserver/32 --sport 53 -d 0/0
--dport 1025:65535 -p udp -j ACCEPT

Comment 1 Vadim Nasardinov 2004-01-26 12:28:01 UTC
Xref: bug 108096 comment #2

Comment 2 Bill Nottingham 2004-01-26 16:05:30 UTC
It's there for compatibility with old configrations. Modifying the
firewall is not needed at all for the new chain.