Hi there,
I have a site which allows a number of portable devices such as mobile phones and laptops to connect for email sending and receiving.
Their existing PIX device has been replaced by an ASA 5505 and i am having issues with port forwarding.
They require external access to ports 25,110,80 and 443 for POP, RPC over HTTP and OWA.
The error I receive in the syslog is similar to:
Deny tcp src outside: 192.168.1.1/xxx dst inside:10.0.0.3/110 by access-group "outin" [0x0,0x0]
Any help would be greatly appreciated.
The config is as follows:
ASA Version 7.2(4)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password 4qkkCuXA8xKgFUnU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 10.0.0.253 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 192.168.1.2 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
object-group service mailcons tcp
description smtp pop3 mail connections
port-object eq pop3
port-object eq smtp
port-object eq www
port-object eq https
access-list outin extended permit tcp any interface outside object-group mailcons
pager lines 24
logging enable
logging asdm debugging
mtu outside 1500
mtu inside 1500
no failover
monitor-interface outside
monitor-interface inside
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface pop3 10.0.0.3 pop3 netmask 255.255.255.255
static (inside,outside) tcp interface smtp 10.0.0.3 smtp netmask 255.255.255.255
static (inside,outside) tcp interface www 10.0.0.3 www netmask 255.255.255.255
static (inside,outside) tcp interface https 10.0.0.3 https netmask 255.255.255.255
access-group outin in interface outside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
http server enable
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 10.0.0.254-10.0.0.254 inside
!
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
Start Free Trial