I have
The 192.168.1.100 is a box that I directly connected.
DMZ1
ip address 192.168.1.101 255.255.255.0
static (DMZ1,outside) xxx.public.xxx 192.168.1.100 netmask 255.255.255.255
access-group DMZ1_access_in in interface DMZ1
access-list DMZ1_access_in extended permit tcp any any eq www log emergencies
access-list DMZ1_access_in extended deny ip any any
and for some reason i can not connect.
Thomas