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

DNAT problems?

Hi,

I am configuring a web server and seem to be having trouble configuring DNAT to allow access to my internal web server from an external address.  Here is my setup:

Internal web server 192.168.100.3 should be visible from external address XXX.XXX.XXX.50.  

Astaro setup-

Internal and External IP defined in Networks

Match parameter
Source address: No Match
Destination address: External_IP
Service: No Match

Destination Parameter
Address: 192.168.100.3
Service destination: No Change

Packet Filter Rule= Any>HTTP>Internal_IP>Allow

Any help is greatly appreciated.
  


This thread was automatically locked due to age.
Parents Reply
  • 1) define /32 network for webserver 
    2) Make sure any and outside interface not listed in allowed HTTP proxy list
    3) create DNAT rule:
    PRE:
    source: no match, dst: outsideIP service:HTTP
    POST:
    soure: no match
    service: no match
    DST: predefined /32 network for internal http server.

    4) define packet filter rule to allow {whatever is appropriate} HTTP internal_webserver and enable
     
Children