From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 Description of problem: "iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -j MASQUERADE" fails. Deleting the ipchains.o and ipfwadm.o modules and regenerating dependencies gets it to succeed. Version-Release number of selected component (if applicable): 2.4.21-20.1.2024.2.1.nptl How reproducible: Always Steps to Reproduce: 1.iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -j MASQUERADE 2. 3. Actual Results: Command fails, no NAT is set up Expected Results: Working NAT Additional info: Deleting the ipchains.o and ipfwadm.o modules and regenerating dependencies gets it to succeed. They appear as dependencies (?) of ipt_MASQUERADE, and as they can't load (due to iptables.o module), nothing works.
*** This bug has been marked as a duplicate of 98241 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.