Okay I've tried both of these static mappings but internet users still can't access my web server. The server accessible from the inside, I have inbound and outbound traffic to my mail server and internal users have access to the internet. I've checked this site and Cisco's support but both indicate that the static commands should work.
How do I get internet users to see my web servers.
static (inside,outside) 65.105.55.213 192.168.10.2 netmask 255.255.255.255 0 0
static (inside,outside) tcp 65.105.55.213 80 192.168.10.2 80 netmask 255.255.255.255 0 0
access-list 100 permit tcp any host 65.105.55.213 eq www
How do I get internet users to see my web servers.
static (inside,outside) 65.105.55.213 192.168.10.2 netmask 255.255.255.255 0 0
static (inside,outside) tcp 65.105.55.213 80 192.168.10.2 80 netmask 255.255.255.255 0 0
access-list 100 permit tcp any host 65.105.55.213 eq www