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

Gnarly prob -> DNAT on DMZ with External using DHCP?

On ASL 1.957

I cannot get the webserver to work using DNAT with the following config:

Webserver 192.168.3.50 255.255.255.255
DMZ       192.168.3.0  255.255.255.0
External  192.168.2.0  255.255.255.0 
Internal  192.168.1.0  255.255.255.0

The external IP actually comes from DHCP and is public IP from my ISP.

Packet Filter:

Internal  Any   Any       Allow
DMZ       HTTP  Any       Allow
DMZ       DNS   Any       Allow
DMZ       HTTPS Any       Allow
Any       HTTP  Webserver Allow

Masquerading:

DMZ    -> Extern
Intern -> Extern

DNAT:

Extern HTTP Webserver HTTP


Am I missing something here? From what I have read on the boards this seems like it should work. The only thing that I can think of is that perhaps I am having a prob because of the DHCP. Can someone point out what may be wrong here? Thanks.


This thread was automatically locked due to age.
Parents Reply Children
  • Csan you ping fromn the DMZ to the LAN. can you get to the web server using the IP address and not a DNS name. 

    Try creating a rule DMZ Internal ANY Allow. This will allow traffic to return to the internal lan. 

    Also if you ever plan on getting to this web server from the Internet it will not work as 192.168.x.x/24 is a non routable address space. Your ISP has a firewall if this is the assigned address.