Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38096 - iptables 1.2.8-r1 doesn't support MASQUERADE rules?
Summary: iptables 1.2.8-r1 doesn't support MASQUERADE rules?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 13:05 UTC by Davide Ferrari
Modified: 2004-01-26 03:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Ferrari 2004-01-13 13:05:52 UTC
I'm using the rc.firewall sample from IPmasq howto official site ( http://www.e-infomax.com/ipmasq/howto/c-html/firewall-examples.html#RC.FIREWALL-2.4.X ) and, while the script always worked for the task, with 1.2.8-r1 ebuild release, it gives an error with the following command line:

$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE

With 1.2.9 ebuild all works fine instead. But 1.2.8-r1 is marked stable and installed with a default "emerge iptables" as now


Reproducible: Always
Steps to Reproduce:
1. emerge iptables-1.2.8-r1
2. $IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE

Actual Results:  
Masquerading is not enabled 

Expected Results:  
Masquerding should be enabled
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-01-23 14:15:44 UTC
You must provide error messages.

Also, I plan to unmask 1.2.9 during the weekend.
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2004-01-26 03:00:09 UTC
1.2.9 is now unmasked