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

DMZ WebServer

I've a problems with Webserver in the DMZ zone of my Networks.
 I read book Web Server/DNAT and the webserver don't seem works.

My Config is 
internal : 192.168.5.x
external : 192.168.4.x (yes, i know is a private adresses)
dmz : 192.168.6.x

I define the webserver adresse in networks (192.168.3.12/32)

I make following msquerading rules : 

Dmz_Network__ -> All / All   MASQ__External 
Internal_Network__ -> All / All   MASQ__External 
Dmz_Network__ -> All / All   MASQ__Internal 
Serveur_Web -> All / All   MASQ__External 

The packet filter have been configurated like doc said...

include a following rule : 

client : any
service : http
server : Serveur_Web
action : allow

Thanks
  


This thread was automatically locked due to age.
Parents
  • Assuming you mean the web server is 192.168.6.12 (since you said it is on the DMZ), you would need a DNAT rule and appropriate packet filter to allow users from external network to access the Web server.  
Reply
  • Assuming you mean the web server is 192.168.6.12 (since you said it is on the DMZ), you would need a DNAT rule and appropriate packet filter to allow users from external network to access the Web server.  
Children
No Data