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.