I use PIX 515e and try configre something like this:
LAN ---- PIX -------- CISCO_ROUTER ----(internet) | dmz WEB_SERWER (local ip 192.168.101.2) (public ip *.*.*.167 )
I made a mistake ,and I can't connect to public ip in WEB_SERWER *.*.*.167 from lan and from internet.
nameif ethernet0 WAN security0 nameif ethernet1 LAN security99 nameif ethernet2 DMZ security50 access-list outside_in permit tcp any host *.*.*.167 eq www access-list outside_in permit icmp any any ip address WAN *.*.*.166 255.255.255.224 ip address LAN 192.168.0.165 255.255.255.0 ip address DMZ 192.168.101.1 255.255.255.252 global (DMZ) 1 *.*.*.168 netmask 255.255.255.224 nat (LAN) 1 192.168.0.0 255.255.255.0 0 0 alias (LAN) *.*.*.167 192.168.101.2 255.255.255.255 static (DMZ,WAN) *.*.*.167 192.168.101.2 netmask 255.255.255.255 0 0 access-group outside_in in interface WAN route WAN 0.0.0.0 0.0.0.0 *.*.*.169 1
what is it wrong ?