I would like to thank Yizhar and the rest for helping me out on this config... I still have one Problem the Web server on DMZ cannot be access by the internet user outside.
Here are details
outside IP - 210.196.101.138 /29
Inside IP - 192.168.1.1 /24
DMZ IP - 192.168.2.1/24
DMZ Web Server IP - 192.168.2.2/24
External Web server IP 210.196.101.140/29
Internal DNS = none
External DNS - yes ... provided by ISP
SQL server inside - 192.168.1.2
On the configuration below I have to problem accessing the internet from the Inside network.
Inside to DMZ access no problem also.
DMZ Webserver access to Internal Sql server no problem also.
However from the Internet it cannot access the Webserver from the DMZ .. although I made some static config already
here is the configuration and I hope you can correct me where I made a mistake.
ip address outside 210.196.101.138 255.255.255.248
ip address inside 192.168.1.1 255.255.255.0
ip address dmz 192.168.2.1 255.255.255.0
global (outside) 1 210.196.101.141 netmask 255.255.255.248
global (dmz) 1 192.168.2.100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
alias (inside) 210.196.101.140 192.168.2.2 255.255.255.255
static (dmz,outside) 210.196.101.140 192.168.2.2 netmask 255.255.255.255 0 0
static (inside,dmz) 192.168.1.2 192.168.1.2 netmask 255.255.255.255 0 0
conduit permit tcp host 210.196.101.140 eq conduit permit icmp any any
onduit permit tcp host 210.196.101.140 eq conduit permit icmp any any
conduit permit tcp any any
conduit permit udp any any
route outside 0.0.0.0 0.0.0.0 210.196.101.137 1
Everything seems to be fine... but outside users from internet cannot access the Webserver byt using its global ip or DNS name.
Here are details
outside IP - 210.196.101.138 /29
Inside IP - 192.168.1.1 /24
DMZ IP - 192.168.2.1/24
DMZ Web Server IP - 192.168.2.2/24
External Web server IP 210.196.101.140/29
Internal DNS = none
External DNS - yes ... provided by ISP
SQL server inside - 192.168.1.2
On the configuration below I have to problem accessing the internet from the Inside network.
Inside to DMZ access no problem also.
DMZ Webserver access to Internal Sql server no problem also.
However from the Internet it cannot access the Webserver from the DMZ .. although I made some static config already
here is the configuration and I hope you can correct me where I made a mistake.
ip address outside 210.196.101.138 255.255.255.248
ip address inside 192.168.1.1 255.255.255.0
ip address dmz 192.168.2.1 255.255.255.0
global (outside) 1 210.196.101.141 netmask 255.255.255.248
global (dmz) 1 192.168.2.100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
alias (inside) 210.196.101.140 192.168.2.2 255.255.255.255
static (dmz,outside) 210.196.101.140 192.168.2.2 netmask 255.255.255.255 0 0
static (inside,dmz) 192.168.1.2 192.168.1.2 netmask 255.255.255.255 0 0
conduit permit tcp host 210.196.101.140 eq conduit permit icmp any any
onduit permit tcp host 210.196.101.140 eq conduit permit icmp any any
conduit permit tcp any any
conduit permit udp any any
route outside 0.0.0.0 0.0.0.0 210.196.101.137 1
Everything seems to be fine... but outside users from internet cannot access the Webserver byt using its global ip or DNS name.