SuSEfirewall2 NAT Forward

Hi all,

I have the problem with SuSEfirewall2.

The problem is the firewall not forward port from internal network. From external the forward ( NAT ) is perfect.

In my /etc/sysconfig/SuSEfirewall2…

FW_FORWARD=“10.0.0.0/16,174.132.205.184/29”

FW_FORWARD_MASQ=“0/0,10.0.0.12,tcp,80,80,174.132.205.188”

If I run the command in the machine in my internal network, HTTP not accept the connection.

Internal:/# wget 174.132.205.188
–2009-06-26 18:03:30-- AWM Interactive: E-Commerces, Websites, Hospedagem e E-Marketing
Connecting to 174.132.205.188:80… failed: Connection refused.

If I run the command from the external machine, HTTP accept the connection.

External:/# wget 174.132.205.188
–2009-06-26 18:05:56-- AWM Interactive: E-Commerces, Websites, Hospedagem e E-Marketing
Connecting to 174.132.205.188:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 24 [text/html]
Saving to: `index.html’

100%======================================>] 24 --.-K/s in 0s

2009-06-26 18:05:56 (2.01 MB/s) - `index.html’ saved [24/24]

Any ideas ?

Hi all,

To solve the problem, just add the “zone:int” in “FW_MASQ_DEV”

Example:

FW_MASQ_DEV=“zone:ext zone:int”

Thanks!