Hello all,
I'm newby and i've just installed the 3.050 V and upgrade it to the 3.051. I'm trying to DNAT a Serveur in my LAN with port 82.
I want to have WAN --> ASF --> Server.
i have only 2 Network Card. Eth0 for my LAN with IP 10.0.0.230 and Eth1 for my Wan (62.161.226.102).
How can i configure the DNAT to root client to my serveur when the request is http://mydomain:82/ ???
i've made a NAT Rule with :
Match Parameters :Any -> eth1_Interface_/port 82
SRC Translation : none
DST Translation : Server
And Packet Filter Rule
Any -> Port 82 -> Server -> Allow
And when i try http://62.161.226.102:82/ it doesn't root me to my Server, why ?
Thank's..