Soldato
- Joined
- 17 Oct 2002
- Posts
- 3,941
- Location
- West Midlands
Greetings, im hoping there's a CCSP kicking arround here, one of our customers has recently purchased a Cisco ASA5505, ive just sat down to get it up and running except im having problems forwarding traffic from outside to inside, namely HTTP and SMTP.
The unit is configured with a valid static outside address with a /28 mask.
I have created the following access lists for HTTP traffic to an internal webserver as follows and also created a static NAT statement with PAT for HTTP traffic also on the same external address.
I have also configured HTTP and SMTP for inspection using the FIXUP command.
access-list outside_access_in extended permit tcp any eq www host 192.168.200.10 eq www
access-list outside_access_in extended permit tcp any eq https host 192.168.200.10 eq https
static (outside,inside) tcp 192.168.200.10 www **.**.**.** www netmask 255.255.255.255
When i try to gain access from an external IP debugging is telling me that traffic is being denied by the implict ACL.
Am i missing something obvious, any help would be appreciated.
Regards
The unit is configured with a valid static outside address with a /28 mask.
I have created the following access lists for HTTP traffic to an internal webserver as follows and also created a static NAT statement with PAT for HTTP traffic also on the same external address.
I have also configured HTTP and SMTP for inspection using the FIXUP command.
access-list outside_access_in extended permit tcp any eq www host 192.168.200.10 eq www
access-list outside_access_in extended permit tcp any eq https host 192.168.200.10 eq https
static (outside,inside) tcp 192.168.200.10 www **.**.**.** www netmask 255.255.255.255
When i try to gain access from an external IP debugging is telling me that traffic is being denied by the implict ACL.
Am i missing something obvious, any help would be appreciated.
Regards