Bug 30554 - Bad dependency in ipt_MASQUERADE module (2.4.0 preview)
Summary: Bad dependency in ipt_MASQUERADE module (2.4.0 preview)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-04 15:19 UTC by Avi Alkalay
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-03-04 15:19:48 UTC
Embargoed:


Attachments (Terms of Use)

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.


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