I guess using a SOHO3 has seriously atrophied how i under setting up a firewall, I cannot seem to get any of the rules right. I am not able to receive email or access my secure OWA website. The two error messages i get are:
1) For email: Deny tcp src outside:93.173.83.174/4234 dst inside:209.33.xxx.xxx/25 by access-group "outside" [0x0, 0x0]
2) For OWA: No translation group found for tcp src inside:172.16.6.84/52626 dst outside:209.33.xxx.xxx/443
Here is my config
: Saved
: Written by enable_15 at 22:27:51.210 UTC Thu Dec 4 2008
!
ASA Version 7.2(4)
!
hostname ciscoasa
domain-name
enable password
passwd
names
name 192.168.168.0 uk-network
!
interface Vlan1
nameif inside
security-level 100
ip address 172.16.6.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 209.33.xxx.xxx 255.255.255.248
!
interface Vlan3
no nameif
security-level 50
ip address 10.0.0.1 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
switchport access vlan 3
!
ftp mode passive
dns domain-lookup inside
dns domain-lookup outside
dns server-group DefaultDNS
retries 10
name-server 209.253.xxx.xxx
name-server 209.253.xxx.xxx
domain-name bosanova.net
object-group service email tcp
description email
port-object eq pop3
port-object eq smtp
object-group service https tcp
port-object eq https
access-list inside_nat0_outbound extended permit ip 172.16.6.0 255.255.255.0 uk-network 255.255.255.0
access-list outside_1_cryptomap extended permit ip 172.16.6.0 255.255.255.0 uk-network 255.255.255.0
access-list outside_nat_static extended permit tcp host 209.33.xxx.xxx eq pop3 any
access-list outside_nat0_outbound extended permit ip host 209.33.xxx.xxx host 172.16.6.169
access-list outside extended permit tcp any host 209.33.xxx.xxx eq https
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
icmp deny any outside
asdm image disk0:/asdm-524.bin
asdm location uk-network 255.255.255.0 inside
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
nat (outside) 0 access-list outside_nat0_outbound
static (inside,outside) tcp 209.33.xxx.xxx smtp 172.16.6.169 smtp netmask 255.255.255.255 tcp 20 0
static (outside,inside) tcp 172.16.6.169 pop3 access-list outside_nat_static tcp 40 40 udp 40
static (outside,inside) tcp 172.16.6.169 https 209.33.xxx.xxx https netmask 255.255.255.255 tcp 40 40 udp 40
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 209.33.xxx.xxx 1
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 172.16.xxx.xxx 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 1 match address outside_1_cryptomap
crypto map outside_map 1 set pfs group1
crypto map outside_map 1 set peer 81.178.xxx.xxx
crypto map outside_map 1 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 1
lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
tunnel-group 81.178.xxx.xxx type ipsec-l2l
tunnel-group 81.178.xxx.xxx ipsec-attributes
pre-shared-key *
isakmp keepalive disable
!
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:
Thanks for any help.
1) For email: Deny tcp src outside:93.173.83.174/4234 dst inside:209.33.xxx.xxx/25 by access-group "outside" [0x0, 0x0]
2) For OWA: No translation group found for tcp src inside:172.16.6.84/52626 dst outside:209.33.xxx.xxx/443
Here is my config
: Saved
: Written by enable_15 at 22:27:51.210 UTC Thu Dec 4 2008
!
ASA Version 7.2(4)
!
hostname ciscoasa
domain-name
enable password
passwd
names
name 192.168.168.0 uk-network
!
interface Vlan1
nameif inside
security-level 100
ip address 172.16.6.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 209.33.xxx.xxx 255.255.255.248
!
interface Vlan3
no nameif
security-level 50
ip address 10.0.0.1 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
switchport access vlan 3
!
ftp mode passive
dns domain-lookup inside
dns domain-lookup outside
dns server-group DefaultDNS
retries 10
name-server 209.253.xxx.xxx
name-server 209.253.xxx.xxx
domain-name bosanova.net
object-group service email tcp
description email
port-object eq pop3
port-object eq smtp
object-group service https tcp
port-object eq https
access-list inside_nat0_outbound extended permit ip 172.16.6.0 255.255.255.0 uk-network 255.255.255.0
access-list outside_1_cryptomap extended permit ip 172.16.6.0 255.255.255.0 uk-network 255.255.255.0
access-list outside_nat_static extended permit tcp host 209.33.xxx.xxx eq pop3 any
access-list outside_nat0_outbound extended permit ip host 209.33.xxx.xxx host 172.16.6.169
access-list outside extended permit tcp any host 209.33.xxx.xxx eq https
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
icmp deny any outside
asdm image disk0:/asdm-524.bin
asdm location uk-network 255.255.255.0 inside
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
nat (outside) 0 access-list outside_nat0_outbound
static (inside,outside) tcp 209.33.xxx.xxx smtp 172.16.6.169 smtp netmask 255.255.255.255 tcp 20 0
static (outside,inside) tcp 172.16.6.169 pop3 access-list outside_nat_static tcp 40 40 udp 40
static (outside,inside) tcp 172.16.6.169 https 209.33.xxx.xxx https netmask 255.255.255.255 tcp 40 40 udp 40
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 209.33.xxx.xxx 1
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 172.16.xxx.xxx 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 1 match address outside_1_cryptomap
crypto map outside_map 1 set pfs group1
crypto map outside_map 1 set peer 81.178.xxx.xxx
crypto map outside_map 1 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 1
lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
tunnel-group 81.178.xxx.xxx type ipsec-l2l
tunnel-group 81.178.xxx.xxx ipsec-attributes
pre-shared-key *
isakmp keepalive disable
!
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:
Thanks for any help.