This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

help me problem DNAT webser

I have ASG v6

LAN is: 10.40.97.0/24
I have webserver (IP: 10.40.97.99).
I want access my site on webserver from internet
But I can't DNAT success
Help me plz

*In Definitions >> Networks: I defined 
 

webserver(host): 10.40.97.99 (this PC is web server)
  External (Address) is public: 123.18.236.68



*In Network >> NAT/Masquerading:
 

I created a NAT rule:
   

Rule Type: DNAT/SNAT
    Packets to match:
      Source address:  Any
      Destination address:  External (Address)
      Service: HTTP
  Change Source to: No Change
  Change Destination to: webserver
  Service destination: No Change


*In Packet Filter >> Rules:

I created rule:
Source: webserver
Service: HTTP


Destination: Any
     
Sorry for my bad english


This thread was automatically locked due to age.
  • Hi there,

    Your dnat looks correct you just need to add a packet filter rule to allow the traffic that matches the dnat rule.

    Packet filter rule should be like this:

    Source: Any
    Service: http
    Destination: webserver(host): 10.40.97.99