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

Pls advice on the type of NAT to be used

Hi Team,
 
I use ASG version 8.0 Home edition.  I am planning to create DMZ zone and host a webserver.
 
Pls advice on the type of NAT to be used? Should I create DNAT or SNAT or Full NAT?

Also, please elaborate the steps in detail.


This thread was automatically locked due to age.
Parents
  • I would use the new WAF Feature. Or is this not in the home license?

    If not just create a DNAT Rule.
    traffic source: any
    traffic service: 443 or 80
    traffic destination: external address of your asg

    nat mode: dnat

    Destination: your internal Server
    Destination Port: 443(https) or 80(http) leave blank if the port isn't changed.

    If you have external addresses in your dmz you don't need any nat.
Reply
  • I would use the new WAF Feature. Or is this not in the home license?

    If not just create a DNAT Rule.
    traffic source: any
    traffic service: 443 or 80
    traffic destination: external address of your asg

    nat mode: dnat

    Destination: your internal Server
    Destination Port: 443(https) or 80(http) leave blank if the port isn't changed.

    If you have external addresses in your dmz you don't need any nat.
Children
No Data