Bug 73710

Summary: /sbin/ifup uses ipchains with kernel 2.4.18
Product: [Retired] Red Hat Linux Reporter: G.Wolfe Woodbury <redwolfe>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: rvokal
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: 2002-09-09 19:38:49 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 G.Wolfe Woodbury 2002-09-09 07:43:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.9) Gecko/20020513

Description of problem:
ipchains use generates "incompatible with this kernel", but /sbin/ifup uses the
ipchains command to query firewall status.  I suspect that this is a phase error
in releasing. kernel 2.4.18-4;initscripts-6.67-1

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.examine the /sbin/ifup script.
2.
3.
	

Additional info:

Comment 1 G.Wolfe Woodbury 2002-09-09 07:55:55 UTC
kernel-2.4.18-10 package also has this problem.

Comment 2 Bill Nottingham 2002-09-09 19:38:42 UTC
You may need to load the ipchains module first. Have you already loaded iptables?

Comment 3 G.Wolfe Woodbury 2002-09-10 02:11:44 UTC
My bad.  Hadn't loaded the ipchains.o module.  Thanks for the tip