O joy. Loving the new 'format' to NATing, not! I'm use to old PIX and 800 series boxes. What am I doing wrong here? 
Cisco ASA 5505 running 8.4(1).
Outside: Dynamic IP – vlan 2 – 'ip address dhcp setroute'
Inside: 192.168.1.1 – vlan 1
Web server: 192.168.1.254
Config:
Yet it isn't working. Logs show:
ACL? I can see other things being denied by the access-list 'outside_access' fine. Why does this say ACL? What is blocking it?
Even resorted to trying to do it via the ASDM but having an a dynamic IP via DHCP is baffling me with a few boxes, and the fact I've never used the ASDM. Always done it via the the CLI!
General NAT is going off via this, general internet access is working:
Thanks for your help
Shell

Cisco ASA 5505 running 8.4(1).
Outside: Dynamic IP – vlan 2 – 'ip address dhcp setroute'
Inside: 192.168.1.1 – vlan 1
Web server: 192.168.1.254
Config:
Code:
object network webserver
host 192.168.1.254
access-list outside_access extended permit tcp any object webserver eq www
object network webserver
nat (outside,inside) static interface service tcp www www
access-group outside_access in interface outside
Yet it isn't working. Logs show:
Code:
TCP access denied by ACL from <remote computer requesting web pages IP>/51210
to outside:<my current outside IP received via DHCP>/80
ACL? I can see other things being denied by the access-list 'outside_access' fine. Why does this say ACL? What is blocking it?
Even resorted to trying to do it via the ASDM but having an a dynamic IP via DHCP is baffling me with a few boxes, and the fact I've never used the ASDM. Always done it via the the CLI!
General NAT is going off via this, general internet access is working:
Code:
nat (inside,outside) source dynamic any interface
Thanks for your help
Shell