Hi to all
I need some help about SuSEfirewall2:
Here is my scenario:
Internet
|
|
|10.36.2.0
|
|10.36.2.20
SuSEfirewall
|192.168.111.8
|
|
|192.168.111.0
|
Lan---Webserver (part of my lan) IP 192.168.111.9
My webserver has an internal IP 192.168.111.9,
My firewall has 10.36.2.20 (EXT) and 192.168.111.8(INT)
I need to translate my webserver to go to EXT IP 10.36.2.21
and backwards
everything which comes to 10.36.2.21 to go to 192.168.111.9 (webserver)
NAT 1 to 1
because my
www.mywebserver.com goes to 10.36.2.21 from the upper network
but I did not get it from the docs I read (SuSEfirewall2), maybe I'm missing something ...
I do not want to use DMZ and if I use
FW_FORWARD_MASQ="0/0,192.168.111.9,tcp,80""
it only REDIRECTS traffic which comes TO THE FIREWALL and i can't do
www.mywebserver.com BECAUSE THE FIREWALL has another IP 10.36.2.20 and I need the traffic which comes to 10.36.2.21 for my webserver.
I think I was detailed enough.
Thanks in advance