Bug 114278 - ifup-post refers to the old firewall chain name
Summary: ifup-post refers to the old firewall chain name
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-26 09:29 UTC by Harald Hoyer
Modified: 2014-03-17 02:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-01-26 16:05:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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