Bug 30554

Summary: Bad dependency in ipt_MASQUERADE module (2.4.0 preview)
Product: [Retired] Red Hat Linux Reporter: Avi Alkalay <avibrazil>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-04 15:19:48 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 Avi Alkalay 2001-03-04 15:19:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.4.0-0.26 i686)


Using kernel-2.4.0-0.26 (from preview packages in RH7.0 CD), the
ipt_MASQUERADE module incorrectly needs ipchains module to be loaded. As a
result, when trying "modprobe ipt_MASQUERADE", the system tryies to insmod
ipchains, but fails because iptables is already loaded.

I found the dependency in modules.dep file.

Reproducible: Always
Steps to Reproduce:
1. lsmod will not show neither iptalbes or ipchains modules loaded.
2. If trying to 'modprobe ipt_MASQUERADE' I got unresolved symbol
"ip_nat_setup_info".
3. If I 'modprobe iptable_nat' first, this symbol will be available.
4. Then I 'modprobe ipt_MASQUERADE' and got "failed to insmod ipchains",
because iptables is already loaded.
5. A workaround it to simply "insmod ipt_MASQUERADE" after "modprobe
iptable_nat".

Comment 1 Michael K. Johnson 2001-03-05 18:10:13 UTC
This should be fixed in rawhide.