cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1056
Views
0
Helpful
8
Replies

S2S VPN Asa 5510 to 5505 no traffic passing (Pulling hair out)

mark-garner
Level 1
Level 1

I have a site to site configured between an ASA 5510 and 5505, the tunnel is up but cannot pass any traffic one way or the other. The 5510 has 8.4.3 while the 5505 has 8.2. I find the 8.2 version the least confusing when configuring the VPN. The new NAT is throwing me for a loop on the 5510. I have 1 tunnel up and going already and it is working fine. But when i bring the new one online it will not pass any traffic.

The traffic i am encrypting is 5510 (192.168.180.0/24, 172.25.11.0/24)<-------> 5505 (192.168.197.0/24) A big thank you in advance!!

Below are the configs for both.

5510 main site

ASA Version 8.4(3) 
!
hostname ASA5510
domain-name fphc.us
enable password dmbm8Lq9pBST.0kk encrypted
passwd dmbm8Lq9pBST.0kk encrypted
names
!
interface Ethernet0/0
 nameif Outside
 security-level 0
 ip address x.x.x.130 255.255.255.240 
!
interface Ethernet0/1
 nameif Inside
 security-level 100
 ip address 192.168.180.253 255.255.254.0 
!
interface Ethernet0/2
 speed 100
 duplex full
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif management
 security-level 100
 no ip address
 management-only
!

boot system disk0:/asa843-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns domain-lookup Inside
dns server-group DefaultDNS
 name-server 192.168.180.231
 name-server 192.168.180.232
 name-server 192.168.180.233
 domain-name fphc.us
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network obj-192.168.180.0
 subnet 192.168.180.0 255.255.254.0
object network obj-192.168.188.0
 subnet 192.168.188.0 255.255.255.0
object network obj-216.86.7.128
 subnet x.x.x.128 255.255.255.240
object network Mobile_Unit
 subnet 192.168.193.0 255.255.255.0
object network obj-172.27.0.0
 subnet 172.27.0.0 255.255.255.0
object network obj_any
 subnet 0.0.0.0 0.0.0.0
object network obj-172.25.11.0
 subnet 172.25.11.0 255.255.255.0
object network obj-172.35.0.0
 subnet 172.35.0.0 255.255.254.0
object network SpamBox_1
 host 192.168.180.244
object network SpamBox_2
 host 192.168.180.248
object network Exchange
 host 192.168.180.235
object network PMG
 subnet 192.168.178.0 255.255.255.0
object network Outside_Gateway
 host x.x.x.129
object network AHCCN
 subnet 172.35.0.0 255.255.254.0
object network MM
 subnet 10.90.254.0 255.255.255.0
object network NETWORK_OBJ_172.27.0.0_25
 subnet 172.27.0.0 255.255.255.128
object network NETWORK_OBJ_172.27.0.0_26
 subnet 172.27.0.0 255.255.255.192
object network obj-172.35.1.199
 host 172.35.1.199
object network obj-192.168.51.5
 host 192.168.51.5
object service 6004
 service udp destination eq 6004 
object network AT_Remote
 subnet 192.168.197.0 255.255.255.0
object-group service DM_INLINE_SERVICE_2
 service-object icmp echo
 service-object icmp echo-reply
 service-object tcp-udp destination eq domain 
 service-object tcp-udp destination eq www 
object-group network DM_INLINE_NETWORK_1
 network-object object obj-172.25.11.0
 network-object object obj-172.35.0.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_2
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_3
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_16
 network-object object MM
 network-object object obj-172.25.11.0
 network-object object obj-172.35.0.0
 network-object object obj-192.168.180.0
object-group protocol TCPUDP
 protocol-object udp
 protocol-object tcp
object-group icmp-type DM_INLINE_ICMP_1
 icmp-object echo
 icmp-object source-quench
object-group network DM_INLINE_NETWORK_5
 network-object object AHCCN
 network-object object MM
 network-object object obj-172.25.11.0
 network-object object obj-172.35.0.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_6
 network-object object obj-172.25.11.0
 network-object object obj-172.35.0.0
 network-object object obj-192.168.180.0
object-group service DM_INLINE_SERVICE_4
 service-object icmp 
 service-object icmp echo
 service-object icmp echo-reply
object-group service DM_INLINE_SERVICE_5
 service-object tcp-udp destination eq domain 
 service-object tcp destination eq smtp 
 service-object tcp destination eq ssh 
 service-object icmp echo
 service-object icmp echo-reply
 service-object udp destination eq ntp 
 service-object udp destination eq time 
object-group service DM_INLINE_SERVICE_6
 service-object tcp-udp destination eq domain 
 service-object tcp destination eq smtp 
 service-object tcp destination eq ssh 
 service-object icmp echo
 service-object icmp echo-reply
 service-object udp destination eq ntp 
 service-object udp destination eq time 
object-group service DM_INLINE_SERVICE_0
 service-object icmp echo
 service-object icmp echo-reply
 service-object tcp destination eq www 
 service-object tcp destination eq https 
 service-object tcp destination eq smtp 
 service-object tcp-udp destination eq domain 
 service-object object 6004 
object-group network DM_INLINE_NETWORK_7
 network-object object MM
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
 network-object object obj-172.35.0.0
object-group network DM_INLINE_NETWORK_8
 network-object 172.25.11.0 255.255.255.0
 network-object 172.35.0.0 255.255.254.0
object-group service DM_INLINE_SERVICE_7
 service-object tcp-udp destination eq domain 
 service-object object 6004 
 service-object icmp echo
 service-object icmp echo-reply
 service-object tcp destination eq www 
 service-object tcp destination eq https 
 service-object tcp destination eq smtp 
object-group network DM_INLINE_NETWORK_10
 network-object 172.25.11.0 255.255.255.0
 network-object 172.35.0.0 255.255.254.0
object-group network DM_INLINE_NETWORK_9
 network-object object obj-172.25.11.0
 network-object object obj-172.35.0.0
object-group network DM_INLINE_NETWORK_11
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group service DM_INLINE_SERVICE_1
 service-object tcp-udp destination eq domain 
 service-object tcp destination eq smtp 
 service-object udp destination eq ntp 
object-group network DM_INLINE_NETWORK_13
 network-object object AHCCN
 network-object object obj-172.25.11.0
object-group network DM_INLINE_NETWORK_14
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_12
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group service DM_INLINE_SERVICE_3
 service-object tcp-udp destination eq domain 
 service-object tcp destination eq smtp 
 service-object udp destination eq ntp 
object-group service DM_INLINE_SERVICE_8
 service-object tcp-udp destination eq domain 
 service-object tcp destination eq smtp 
 service-object udp destination eq ntp 
object-group service Exchange-6001 udp
 port-object range 6001 6004
object-group network DM_INLINE_NETWORK_15
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group service DM_INLINE_SERVICE_10
 service-object ip 
 service-object icmp echo
 service-object icmp echo-reply
object-group service DM_INLINE_SERVICE_9
 service-object ip 
 service-object icmp echo
 service-object icmp echo-reply
 service-object tcp-udp destination eq domain 
 service-object tcp destination eq citrix-ica 
 service-object tcp destination eq www 
 service-object tcp destination eq https 
object-group network DM_INLINE_NETWORK_18
 network-object object AHCCN
 network-object object obj-172.25.11.0
object-group network DM_INLINE_NETWORK_19
 network-object object obj-172.25.11.0
 network-object object obj-172.35.0.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_20
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
object-group network DM_INLINE_NETWORK_17
 network-object object AHCCN
 network-object object obj-172.25.11.0
 network-object object obj-192.168.180.0
access-list Inside_nat0_outbound extended permit ip object-group DM_INLINE_NETWORK_10 object PMG 
access-list Inside_nat0_outbound extended permit ip object-group DM_INLINE_NETWORK_1 192.168.188.0 255.255.255.0 
access-list Inside_nat0_outbound extended permit ip object-group DM_INLINE_NETWORK_7 object obj-172.27.0.0 
access-list Outside_1_cryptomap extended permit ip 192.168.188.0 255.255.255.0 object-group DM_INLINE_NETWORK_14 
access-list Outside_access_in extended permit object-group DM_INLINE_SERVICE_9 object AT_Remote object-group DM_INLINE_NETWORK_15 
access-list Outside_access_in extended permit object-group DM_INLINE_SERVICE_4 any any 
access-list Outside_access_in extended permit ip object Mobile_Unit object-group DM_INLINE_NETWORK_12 log debugging 
access-list Outside_access_in extended permit object-group DM_INLINE_SERVICE_7 object PMG object-group DM_INLINE_NETWORK_8 
access-list Outside_access_in extended permit object-group DM_INLINE_SERVICE_0 any object Exchange 
access-list Outside_access_in extended permit object-group DM_INLINE_SERVICE_5 any object SpamBox_1 
access-list Outside_access_in extended permit object-group DM_INLINE_SERVICE_6 any object SpamBox_2 
access-list Outside_access_in extended permit ip 192.168.188.0 255.255.255.0 object-group DM_INLINE_NETWORK_2 
access-list Outside_access_in extended deny ip 127.0.0.0 255.255.255.0 any log 
access-list Outside_access_in extended deny ip 10.0.0.0 255.255.255.0 any log 
access-list Outside_access_in extended deny ip 169.254.0.0 255.255.0.0 any log 
access-list Outside_access_in extended deny ip 224.0.0.0 255.0.0.0 any log 
access-list Outside_access_in extended deny ip 239.0.0.0 255.0.0.0 any log 
access-list Outside_access_in extended deny ip 173.0.0.0 255.0.0.0 any log debugging 
access-list Outside_access_in extended deny ip 224.0.0.0 255.255.255.31 any 
access-list Outside_access_in extended deny ip 192.168.0.0 255.255.0.0 any 
access-list Outside_access_in extended deny ip any any 
access-list global_mpc extended permit ip any any 
access-list global_access extended permit udp object obj-172.35.1.199 any eq snmp log disable 
access-list global_access extended permit ip object obj-172.27.0.0 any 
access-list splitTunnelAcl standard permit 192.168.180.0 255.255.254.0 
access-list splitTunnelAcl standard permit 172.35.0.0 255.255.254.0 
access-list splitTunnelAcl standard permit 172.25.11.0 255.255.255.0 
access-list splitTunnelAcl standard permit 10.90.254.0 255.255.255.0 
access-list Outside_cryptomap_1 extended permit ip object PMG object-group DM_INLINE_NETWORK_13 
access-list Inside_access_in extended permit ip object obj_any any 
access-list Inside_access_in extended permit icmp any any object-group DM_INLINE_ICMP_1 log disable 
access-list Inside_access_in extended permit object-group DM_INLINE_SERVICE_8 object Exchange any log 
access-list Inside_access_in extended permit object-group DM_INLINE_SERVICE_1 object SpamBox_1 any log 
access-list Inside_access_in extended permit object-group DM_INLINE_SERVICE_3 object SpamBox_2 any log 
access-list Inside_access_in extended deny ip any any 
access-list Outside_cryptomap_2 extended permit ip object-group DM_INLINE_NETWORK_17 object AT_Remote 
access-list Outside_cryptomap extended permit ip object-group DM_INLINE_NETWORK_18 object PMG log 
access-list Outside_cryptomap_4 extended permit ip object-group DM_INLINE_NETWORK_3 object Mobile_Unit 
pager lines 24
logging enable
logging timestamp
logging emblem
logging rate-limit unlimited level 1
logging rate-limit unlimited level 6
logging rate-limit unlimited level 7
mtu Outside 1500
mtu Inside 1500
mtu management 1500
ip local pool Client_Pool 172.27.0.50-172.27.0.100 mask 255.255.255.0
ip local pool RA_POOL 172.27.0.1-172.27.0.49 mask 255.255.255.0
ip verify reverse-path interface Outside
ip verify reverse-path interface Inside
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any Outside
icmp permit any Inside
asdm history enable
arp timeout 14400
nat (Inside,Outside) source static DM_INLINE_NETWORK_9 DM_INLINE_NETWORK_9 destination static PMG PMG no-proxy-arp route-lookup
nat (Inside,Outside) source static DM_INLINE_NETWORK_20 DM_INLINE_NETWORK_20 destination static AT_Remote AT_Remote no-proxy-arp route-lookup
nat (Inside,Outside) source static DM_INLINE_NETWORK_5 DM_INLINE_NETWORK_5 destination static NETWORK_OBJ_172.27.0.0_25 NETWORK_OBJ_172.27.0.0_25 no-proxy-arp route-lookup
nat (Inside,Outside) source static DM_INLINE_NETWORK_16 DM_INLINE_NETWORK_16 destination static NETWORK_OBJ_172.27.0.0_26 NETWORK_OBJ_172.27.0.0_26 no-proxy-arp route-lookup
nat (Inside,Outside) source static DM_INLINE_NETWORK_1 DM_INLINE_NETWORK_1 destination static obj-192.168.188.0 obj-192.168.188.0 no-proxy-arp
nat (Inside,Outside) source static DM_INLINE_NETWORK_19 DM_INLINE_NETWORK_19 destination static Mobile_Unit Mobile_Unit no-proxy-arp route-lookup
nat (Inside,Outside) source static DM_INLINE_NETWORK_11 DM_INLINE_NETWORK_11 destination static AT_Remote AT_Remote no-proxy-arp route-lookup
!
object network obj_any
 nat (Inside,Outside) dynamic interface
object network SpamBox_1
 nat (Inside,Outside) static x.x.x.132
object network SpamBox_2
 nat (Inside,Outside) static x.x.x.133
object network Exchange
 nat (Inside,Outside) static x.x.x.131 dns
access-group Outside_access_in in interface Outside
access-group Inside_access_in in interface Inside
access-group global_access global
route Outside 0.0.0.0 0.0.0.0 x.x.x..129 1
route Inside 10.90.254.0 255.255.255.0 192.168.180.1 1
route Inside 172.16.200.0 255.255.255.0 192.168.180.200 1
route Inside 172.25.10.0 255.255.255.0 192.168.180.200 1
route Inside 172.25.11.0 255.255.255.0 192.168.180.200 1
route Inside 172.25.12.0 255.255.255.0 192.168.180.200 1
route Inside 172.27.0.0 255.255.255.0 192.168.180.200 1
route Inside 172.29.0.0 255.255.0.0 192.168.180.200 1
route Inside 172.35.0.0 255.255.254.0 192.168.180.200 1
route Inside 192.168.182.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.183.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.184.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.185.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.186.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.187.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.189.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.190.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.191.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.192.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.194.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.195.0 255.255.255.0 192.168.180.200 1
route Inside 192.168.196.0 255.255.255.0 192.168.180.200 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
aaa-server DC's protocol radius
 max-failed-attempts 5
aaa-server DC's (Inside) host 192.168.180.231
 timeout 5
 key *****
user-identity default-domain LOCAL
http server enable
http 192.168.180.0 255.255.255.0 Inside
http 0.0.0.0 0.0.0.0 Inside
http 172.27.0.0 255.255.255.0 Outside
http 172.27.0.0 255.255.255.0 Inside
snmp-server group Authentication&Encryption v3 priv 
snmp-server user trap Authentication&Encryption v3 encrypted auth md5 87:1d:3a:bd:50:49:7d:dc:45:89:a0:dc:c9:66:ed:78 priv 3des 87:1d:3a:bd:50:49:7d:dc:45:89:a0:dc:c9:66:ed:78:08:c6:ef:b2:7e:89:45:f2:6f:78:b5:01:33:47:68:c9 
snmp-server host Inside 172.35.1.199 community ***** version 2c
snmp-server host Inside 192.168.180.7 community ***** version 2c
snmp-server location MLK
snmp-server contact xxxxxxxx
snmp-server community *****
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
snmp-server enable traps syslog
snmp-server enable traps ipsec start stop
snmp-server enable traps entity config-change fru-insert fru-remove
snmp-server enable traps remote-access session-threshold-exceeded
snmp-server enable traps cpu threshold rising
snmp-server enable traps ikev2 start
no sysopt connection reclassify-vpn
sysopt connection preserve-vpn-flows
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec ikev2 ipsec-proposal DES
 protocol esp encryption des
 protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal 3DES
 protocol esp encryption 3des
 protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES
 protocol esp encryption aes
 protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES192
 protocol esp encryption aes-192
 protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES256
 protocol esp encryption aes-256
 protocol esp integrity sha-1 md5
crypto ipsec security-association lifetime seconds 43200
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map Outside_map 1 match address Outside_1_cryptomap
crypto map Outside_map 1 set peer 173.10.204.46 
crypto map Outside_map 1 set ikev1 phase1-mode aggressive 
crypto map Outside_map 1 set ikev1 transform-set ESP-3DES-SHA
crypto map Outside_map 1 set ikev2 ipsec-proposal DES 3DES AES AES192 AES256
crypto map Outside_map 1 set ikev2 pre-shared-key *****
crypto map Outside_map 1 set security-association lifetime seconds 460800
crypto map Outside_map 4 match address Outside_cryptomap_1
crypto map Outside_map 4 set peer 207.190.237.254 
crypto map Outside_map 4 set ikev1 phase1-mode aggressive group5
crypto map Outside_map 4 set ikev1 transform-set ESP-AES-128-SHA
crypto map Outside_map 4 set ikev2 ipsec-proposal DES 3DES AES AES192 AES256
crypto map Outside_map 4 set security-association lifetime seconds 460800
crypto map Outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map 1 match address Outside_cryptomap_2
crypto map outside_map 1 set peer x.x.x.201 
crypto map outside_map 1 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 2 match address Outside_cryptomap
crypto map outside_map 2 set peer x.x.x.254 
crypto map outside_map 2 set ikev1 phase1-mode aggressive group5
crypto map outside_map 2 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 2 set ikev2 ipsec-proposal DES 3DES AES AES192 AES256
crypto map outside_map 3 match address Outside_cryptomap_4
crypto map outside_map 3 set peer x.x.216.130 
crypto map outside_map 3 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface Outside
crypto ca trustpoint LOCAL-CA-SERVER
 keypair LOCAL-CA-SERVER
 crl configure
crypto ca trustpoint ASDM_TrustPoint0
 enrollment self
 subject-name CN=FPHC-ASA
 serial-number
 keypair LOCAL-CA-SERVER
 crl configure
crypto ca server 
 shutdown
crypto ca certificate chain LOCAL-CA-SERVER
 certificate ca 01
    308201ff 30820168 a0030201 02020101 300d0609 2a864886 f70d0101 05050030 
    13311130 0f060355 04031308 46504843 2d415341 301e170d 31323039 32303232 
    34393034 5a170d31 35303932 30323234 3930345a 30133111 300f0603 55040313 
    08465048 432d4153 4130819f 300d0609 2a864886 f70d0101 01050003 818d0030 
    81890281 8100e841 eeca425c 20c47a19 3b335924 30281111 cff571d7 0bb63dd8 
    5f3194f5 59d99cb1 60269694 aa13c591 505e0575 2de5ebb1 92d7c931 807f807b 
    6e84ee54 1da4ccaf 1f109f53 94c6e567 a8064e27 e27f3ea0 94f7bf32 2fe6064c 
    c2bbcd0d 7b0f8806 8614fcf9 80c6e4e1 83da75c5 080c7117 09e1d574 f17de8ac 
    1da4f2f9 f6e10203 010001a3 63306130 0f060355 1d130101 ff040530 030101ff 
    300e0603 551d0f01 01ff0404 03020186 301f0603 551d2304 18301680 144cb3da 
    6b6a5a14 c4b78674 49609b6b 8e58ea5f a3301d06 03551d0e 04160414 4cb3da6b 
    6a5a14c4 b7867449 609b6b8e 58ea5fa3 300d0609 2a864886 f70d0101 05050003 
    818100e0 7c9e15c3 13068614 788ff4d3 f282a4f4 fde72b00 3b05748f 0a4f68ec 
    6a7eb5fb 40c6d505 b1c35372 87102173 bb017e4b 2697c8f5 b66395f2 1418c77c 
    3e959343 84674b96 33558a08 629336c8 39c742bf 6b727b00 388a7102 8619cb5a 
    e4227aaf b58e267c 9e8b23d6 94cdc789 eb29cd96 1e579770 a2aa58ab 40694bb9 12888d
  quit
crypto ca certificate chain ASDM_TrustPoint0
 certificate bd555b50
    308201f7 30820160 a0030201 020204bd 555b5030 0d06092a 864886f7 0d010105 
    05003040 3111300f 06035504 03130846 5048432d 41534131 2b301206 03550405 
    130b4a4d 58313632 33583130 51301506 092a8648 86f70d01 09021608 46504843 
    2d415341 301e170d 31323039 32303232 35383434 5a170d32 32303931 38323235 
    3834345a 30403111 300f0603 55040313 08465048 432d4153 41312b30 12060355 
    0405130b 4a4d5831 36323358 31305130 1506092a 864886f7 0d010902 16084650 
    48432d41 53413081 9f300d06 092a8648 86f70d01 01010500 03818d00 30818902 
    818100e8 41eeca42 5c20c47a 193b3359 24302811 11cff571 d70bb63d d85f3194 
    f559d99c b1602696 94aa13c5 91505e05 752de5eb b192d7c9 31807f80 7b6e84ee 
    541da4cc af1f109f 5394c6e5 67a8064e 27e27f3e a094f7bf 322fe606 4cc2bbcd 
    0d7b0f88 068614fc f980c6e4 e183da75 c5080c71 1709e1d5 74f17de8 ac1da4f2 
    f9f6e102 03010001 300d0609 2a864886 f70d0101 05050003 8181008b c7a3e119 
    f1c6f60c 56ab7fd4 5096cfdf abb44331 fe3a0249 7f5fe79b 38a044c2 9a8b907d 
    12feba5d 6298a414 c4973369 040585b8 26b8b29e dfe7e226 0b10d08e 03658648 
    2fb0233e 27204339 c5a1c270 a0fec5b4 834340ac 9afefe75 4f802cb6 fb21b89c 
    9016e32c 2e772c00 191d23e0 036c4321 93a43b48 a6b682af 5dd5c0
  quit
crypto ikev2 policy 1
 encryption aes-256
 integrity sha
 group 5 2
 prf sha
 lifetime seconds 86400
crypto ikev2 policy 10
 encryption aes-192
 integrity sha
 group 5 2
 prf sha
 lifetime seconds 86400
crypto ikev2 policy 20
 encryption aes
 integrity sha
 group 5 2
 prf sha
 lifetime seconds 86400
crypto ikev2 policy 30
 encryption 3des
 integrity sha
 group 5 2
 prf sha
 lifetime seconds 86400
crypto ikev2 policy 40
 encryption des
 integrity sha
 group 5 2
 prf sha
 lifetime seconds 86400
crypto ikev2 enable Outside
crypto ikev1 enable Outside
crypto ikev1 enable management
crypto ikev1 policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
telnet 192.168.180.0 255.255.255.0 Inside
telnet 172.27.0.0 255.255.255.0 Inside
telnet timeout 10
ssh 192.168.180.0 255.255.255.0 Inside
ssh 172.27.0.0 255.255.255.0 Inside
ssh timeout 20
console timeout 0
management-access Inside
vpn load-balancing 
 interface lbpublic Outside
 interface lbprivate Inside
threat-detection basic-threat
threat-detection scanning-threat
threat-detection statistics host
threat-detection statistics access-list
threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200
ntp authenticate
ntp server 50.77.217.185 source Outside prefer
ntp server 216.171.120.36 source Outside
webvpn
group-policy "S2S-RA-Group Policy" internal
group-policy "S2S-RA-Group Policy" attributes
 vpn-tunnel-protocol ikev1 l2tp-ipsec ssl-client 
group-policy DfltGrpPolicy attributes
 vpn-filter value Inside_nat0_outbound
 vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec ssl-client ssl-clientless
group-policy GroupPolicy_x.x.x.46 internal
group-policy GroupPolicy_x.x.x.46 attributes
 vpn-filter value Outside_1_cryptomap
 vpn-tunnel-protocol ikev1 ikev2 
group-policy GroupPolicy_x.x.x.254 internal
group-policy GroupPolicy_x.x.x.254 attributes
 vpn-filter value Outside_cryptomap_1
 vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec 
group-policy GroupPolicy_x.x.x.201 internal
group-policy GroupPolicy_x.x.x.201 attributes
 vpn-filter value Outside_cryptomap_2
 vpn-tunnel-protocol ikev1 
group-policy GroupPolicy_x.x.216.130 internal
group-policy GroupPolicy_x.x.216.130 attributes
 vpn-tunnel-protocol ikev1 
group-policy VPN-GROUP2 internal
group-policy VPN-GROUP2 attributes
 dns-server value 192.168.180.231 192.168.180.232
 vpn-tunnel-protocol ikev1 
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value splitTunnelAcl
 default-domain value fphc.us
group-policy VPN-GROUP internal
group-policy VPN-GROUP attributes
 dns-server value 192.168.180.231 192.168.180.232
 vpn-filter value splitTunnelAcl
 vpn-tunnel-protocol ikev1 l2tp-ipsec 
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value splitTunnelAcl
 default-domain value fphc.us
username mark password YTp0IwzeNwb5kS8J encrypted privilege 15
tunnel-group DefaultRAGroup general-attributes
 default-group-policy VPN-GROUP
tunnel-group x.x.x.46 type ipsec-l2l
tunnel-group x.x.x.46 general-attributes
 default-group-policy GroupPolicy_x.x.x.46
tunnel-group x.x.x.46 ipsec-attributes
 ikev1 pre-shared-key *****
 ikev2 remote-authentication pre-shared-key *****
 ikev2 local-authentication pre-shared-key *****
tunnel-group x.x.x.201 type ipsec-l2l
tunnel-group x.x.x.201 general-attributes
 default-group-policy GroupPolicy_x.x.x.201
tunnel-group x.x.x.201 ipsec-attributes
 ikev1 pre-shared-key *****
tunnel-group VPN-GROUP type remote-access
tunnel-group VPN-GROUP general-attributes
 address-pool Client_Pool
 authentication-server-group DC's
 default-group-policy VPN-GROUP
tunnel-group VPN-GROUP ipsec-attributes
 ikev1 pre-shared-key *****
tunnel-group x.x.x.254 type ipsec-l2l
tunnel-group x.x.x.254 general-attributes
 default-group-policy GroupPolicy_x.x.x.254
tunnel-group x.x.x.254 ipsec-attributes
 ikev1 pre-shared-key *****
 ikev2 remote-authentication pre-shared-key *****
 ikev2 local-authentication pre-shared-key *****
tunnel-group VPN-GROUP2 type remote-access
tunnel-group VPN-GROUP2 general-attributes
 address-pool RA_POOL
 authentication-server-group DC's
 default-group-policy VPN-GROUP2
tunnel-group VPN-GROUP2 ipsec-attributes
 ikev1 pre-shared-key *****
tunnel-group x.x.x.130 type ipsec-l2l
tunnel-group x.x.x.130 general-attributes
 default-group-policy GroupPolicy_x.x.x.130
tunnel-group x.x.x.130 ipsec-attributes
 ikev1 pre-shared-key *****
tunnel-group PMG type ipsec-l2l
tunnel-group PMG general-attributes
 default-group-policy GroupPolicy_x.x.x.254
tunnel-group PMG ipsec-attributes
 ikev1 pre-shared-key *****
 ikev2 remote-authentication pre-shared-key *****
 ikev2 local-authentication pre-shared-key *****
tunnel-group-map default-group DefaultL2LGroup
!
class-map global-class
 match access-list global_mpc
class-map inspection_default
 match default-inspection-traffic
class-map http_https
 description http_https
 match access-list Outside_access_in
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum client auto
  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 sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect ip-options 
 class global-class
  user-statistics accounting
policy-map http_https
 class http_https
  set connection timeout idle 1:15:00 reset 
  user-statistics accounting
!
service-policy global_policy global
service-policy http_https interface Outside
smtp-server 192.168.180.235
prompt hostname context 
no call-home reporting anonymous
Cryptochecksum:fcb4c2d9a982c11054c31ee4db778012
: end

5505 remote site

ASA Version 8.2(5) 
!
hostname AT-Remote
domain-name fphc.us
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
name 172.35.0.0 AHCCN
name 172.25.11.0 AHCCN-1
name 192.168.180.0 FPHC
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
 switchport trunk allowed vlan 1,30
 switchport trunk native vlan 1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.197.250 255.255.255.0 
!
interface Vlan2
 nameif outside
 security-level 0
 ip address x.x.x.201 255.255.255.252 
!
!
boot system disk0:/asa825-k8.bin
ftp mode passive
dns domain-lookup inside
dns domain-lookup outside
dns server-group DefaultDNS
 name-server 68.87.68.162
 name-server 68.87.74.162
 domain-name fphc.us
dns server-group DNS_Internal
 name-server 192.168.180.231
 name-server 192.168.180.232
 domain-name fphc.us
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group network obj_any
object-group network 172.25.11.0
object-group network 172.35.0.0
object-group network 192.168.180.0
object-group network ASA-FW
object-group network Comcast_Outside
object-group network AT_Local
object-group network NETWORK_OBJ_192.168.197.0_24
object-group icmp-type DM_INLINE_ICMP_1
 icmp-object echo
 icmp-object echo-reply
object-group service DM_INLINE_SERVICE_3
 service-object ip 
 service-object icmp echo
 service-object icmp echo-reply
object-group service DM_INLINE_SERVICE_2
 service-object ip 
 service-object icmp 
object-group network obj_remote
object-group network Franklin_Remote
 network-object AHCCN-1 255.255.255.0
 network-object AHCCN 255.255.254.0
 network-object FPHC 255.255.254.0
access-list outside_access_in extended permit ip object-group Franklin_Remote 192.168.197.0 255.255.255.0 
access-list outside_access_in extended permit icmp any any object-group DM_INLINE_ICMP_1 log debugging 
access-list inside_access_in extended permit ip any any log 
access-list inside_access_in extended permit icmp any any echo log 
access-list outside_1_cryptomap extended permit ip 192.168.197.0 255.255.255.0 object-group Franklin_Remote 
access-list inside_nat0_outbound extended permit ip 192.168.197.0 255.255.255.0 object-group Franklin_Remote 
access-list inside_nat_outbound extended permit ip any interface outside 
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
mtu dmz 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any outside
asdm image disk0:/asdm-645.bin
no asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 101 access-list inside_nat_outbound
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.202 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
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 0.0.0.0 0.0.0.0 inside
http 192.168.197.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
sysopt connection preserve-vpn-flows
sysopt noproxyarp inside
sysopt noproxyarp dmz
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec security-association lifetime seconds 43200
crypto ipsec security-association lifetime kilobytes 4608000
crypto map outside_map 1 match address outside_1_cryptomap
crypto map outside_map 1 set peer 216.86.7.130 
crypto map outside_map 1 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
crypto ca trustpoint _SmartCallHome_ServerCA
 crl configure
crypto ca certificate chain _SmartCallHome_ServerCA
 certificate ca 6ecc7aa5a7032009b8cebcf4e952d491
    308205ec 308204d4 a0030201 0202106e cc7aa5a7 032009b8 cebcf4e9 52d49130 
    0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117 
    30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b 
    13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504 
    0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72 
    20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56 
    65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043 
    65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d31 
    30303230 38303030 3030305a 170d3230 30323037 32333539 35395a30 81b5310b 
    30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20 
    496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65 
    74776f72 6b313b30 39060355 040b1332 5465726d 73206f66 20757365 20617420 
    68747470 733a2f2f 7777772e 76657269 7369676e 2e636f6d 2f727061 20286329 
    3130312f 302d0603 55040313 26566572 69536967 6e20436c 61737320 33205365 
    63757265 20536572 76657220 4341202d 20473330 82012230 0d06092a 864886f7 
    0d010101 05000382 010f0030 82010a02 82010100 b187841f c20c45f5 bcab2597 
    a7ada23e 9cbaf6c1 39b88bca c2ac56c6 e5bb658e 444f4dce 6fed094a d4af4e10 
    9c688b2e 957b899b 13cae234 34c1f35b f3497b62 83488174 d188786c 0253f9bc 
    7f432657 5833833b 330a17b0 d04e9124 ad867d64 12dc744a 34a11d0a ea961d0b 
    15fca34b 3bce6388 d0f82d0c 948610ca b69a3dca eb379c00 48358629 5078e845 
    63cd1941 4ff595ec 7b98d4c4 71b350be 28b38fa0 b9539cf5 ca2c23a9 fd1406e8 
    18b49ae8 3c6e81fd e4cd3536 b351d369 ec12ba56 6e6f9b57 c58b14e7 0ec79ced 
    4a546ac9 4dc5bf11 b1ae1c67 81cb4455 33997f24 9b3f5345 7f861af3 3cfa6d7f 
    81f5b84a d3f58537 1cb5a6d0 09e4187b 384efa0f 02030100 01a38201 df308201 
    db303406 082b0601 05050701 01042830 26302406 082b0601 05050730 01861868 
    7474703a 2f2f6f63 73702e76 65726973 69676e2e 636f6d30 12060355 1d130101 
    ff040830 060101ff 02010030 70060355 1d200469 30673065 060b6086 480186f8 
    45010717 03305630 2806082b 06010505 07020116 1c687474 70733a2f 2f777777 
    2e766572 69736967 6e2e636f 6d2f6370 73302a06 082b0601 05050702 02301e1a 
    1c687474 70733a2f 2f777777 2e766572 69736967 6e2e636f 6d2f7270 61303406 
    03551d1f 042d302b 3029a027 a0258623 68747470 3a2f2f63 726c2e76 65726973 
    69676e2e 636f6d2f 70636133 2d67352e 63726c30 0e060355 1d0f0101 ff040403 
    02010630 6d06082b 06010505 07010c04 61305fa1 5da05b30 59305730 55160969 
    6d616765 2f676966 3021301f 30070605 2b0e0302 1a04148f e5d31a86 ac8d8e6b 
    c3cf806a d448182c 7b192e30 25162368 7474703a 2f2f6c6f 676f2e76 65726973 
    69676e2e 636f6d2f 76736c6f 676f2e67 69663028 0603551d 11042130 1fa41d30 
    1b311930 17060355 04031310 56657269 5369676e 4d504b49 2d322d36 301d0603 
    551d0e04 1604140d 445c1653 44c1827e 1d20ab25 f40163d8 be79a530 1f060355 
    1d230418 30168014 7fd365a7 c2ddecbb f03009f3 4339fa02 af333133 300d0609 
    2a864886 f70d0101 05050003 82010100 0c8324ef ddc30cd9 589cfe36 b6eb8a80 
    4bd1a3f7 9df3cc53 ef829ea3 a1e697c1 589d756c e01d1b4c fad1c12d 05c0ea6e 
    b2227055 d9203340 3307c265 83fa8f43 379bea0e 9a6c70ee f69c803b d937f47a 
    6decd018 7d494aca 99c71928 a2bed877 24f78526 866d8705 404167d1 273aeddc 
    481d22cd 0b0b8bbc f4b17bfd b499a8e9 762ae11a 2d876e74 d388dd1e 22c6df16 
    b62b8214 0a945cf2 50ecafce ff62370d ad65d306 4153ed02 14c8b558 28a1ace0 
    5becb37f 954afb03 c8ad26db e6667812 4ad99f42 fbe198e6 42839b8f 8f6724e8 
    6119b5dd cdb50b26 058ec36e c4c875b8 46cfe218 065ea9ae a8819a47 16de0c28 
    6c2527b9 deb78458 c61f381e a4c4cb66
  quit
crypto isakmp enable outside
crypto isakmp policy 10
 authentication crack
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 20
 authentication rsa-sig
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 30
 authentication pre-share
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 40
 authentication crack
 encryption aes-192
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 50
 authentication rsa-sig
 encryption aes-192
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 60
 authentication pre-share
 encryption aes-192
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 70
 authentication crack
 encryption aes
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 80
 authentication rsa-sig
 encryption aes
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 90
 authentication pre-share
 encryption aes
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 100
 authentication crack
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 110
 authentication rsa-sig
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 120
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 130
 authentication crack
 encryption des
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 140
 authentication rsa-sig
 encryption des
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 150
 authentication pre-share
 encryption des
 hash sha
 group 2
 lifetime 86400
telnet 0.0.0.0 0.0.0.0 inside
telnet x.x.x.130 255.255.255.255 outside
telnet timeout 5
ssh timeout 5
console timeout 0
management-access inside
dhcpd address 192.168.197.25-192.168.197.100 inside
dhcpd dns 192.168.180.232 68.87.74.162 interface inside
dhcpd domain fphc.us interface inside
dhcpd enable inside
!
dhcprelay timeout 60

threat-detection basic-threat
threat-detection statistics host
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy DfltGrpPolicy attributes
 vpn-filter value outside_1_cryptomap
group-policy GroupPolicy_216.86.7.130 internal
group-policy GroupPolicy_216.86.7.130 attributes
 vpn-filter value inside_nat0_outbound
 vpn-tunnel-protocol IPSec l2tp-ipsec 
tunnel-group x.x.x.130 type ipsec-l2l
tunnel-group x.x.x.130 general-attributes
 default-group-policy GroupPolicy_216.86.7.130
tunnel-group x.x.x.130 ipsec-attributes
 pre-shared-key *****
tunnel-group-map default-group DefaultL2LGroup
!
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 ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect ip-options 
  inspect dns 
!
service-policy global_policy global
prompt hostname context 
: end
1 Accepted Solution

Accepted Solutions

Hi,

The DROP reason seems to indicate that this ASA still has a VPN Filter configuration attached to the L2L VPN which is preventing the traffic.

Check the configuration and remove the VPN Filter atleast temporarily for testing purposes.

- Jouni

View solution in original post

8 Replies 8

Jouni Forss
VIP Alumni
VIP Alumni

Hi,

Looking at your "tunnel-group" configuration I see that there is a "group-policy" attached to the L2L VPN connection on both ASA firewalls. I also see that both "group-policy" have a VPN Filter configured that use an existing ACL that is used either in NAT or Crypto ACL purpose.

To my understanding the VPN Filter ACL follows a very different logic than any other ACL configured on the ASA.

On a VPN Filter ACL that is applied to a L2L type of VPN the source of the ACL rule has to always contain the Remote network (from the perspective of the ASA that is being configured with the VPN Filter) This would mean that since you use the existing ACL which naturally have the remote network as destination that the VPN Filter should not work to my understanding and therefore block all your traffic.

So for tests sake please remove the VPN Filter from both ASA regarding this L2L VPN connection then test connections.

- Jouni

Thanks! Ok now i am transmitting but not receiving. tx counters show traffic but rx counters are 0

Hi,

Which side is transmitting?

For the side that is not sending back data please do a "packet-tracer" and use the source/destination IP address that match the L2L VPN (or is supposed to) configuration or the test you did on the other side

packet-tracer input inside tcp 12345

- Jouni

It is the host site not transmitting. The ACL that i see thats blocking is for a client based VPN.

Phase: 1

Type: ROUTE-LOOKUP

Subtype: input

Result: ALLOW

Config:

Additional Information:

in   0.0.0.0         0.0.0.0         Outside

Phase: 2

Type: ROUTE-LOOKUP

Subtype: input

Result: ALLOW

Config:

Additional Information:

in   192.168.180.0   255.255.254.0   Inside

Phase: 3

Type: ACCESS-LIST

Subtype: log

Result: ALLOW

Config:

access-group Inside_access_in in interface Inside

access-list Inside_access_in extended permit ip object obj_any any

Additional Information:

Phase: 4

Type: IP-OPTIONS

Subtype:

Result: ALLOW

Config:

Additional Information:

Phase: 5

Type: NAT

Subtype:

Result: ALLOW

Config:

nat (Inside,Outside) source static DM_INLINE_NETWORK_20 DM_INLINE_NETWORK_20 destination static AT_Remote AT_Remote no-proxy-arp route-lookup

Additional Information:

Static translate 192.168.180.232/12345 to 192.168.180.232/12345

Phase: 6

Type: ACCESS-LIST

Subtype: vpn-user

Result: DROP

Config:

Additional Information:

Result:

input-interface: Inside

input-status: up

input-line-status: up

output-interface: Outside

output-status: up

output-line-status: up

Action: drop

Drop-reason: (acl-drop) Flow is denied by configured rule

Hi,

The DROP reason seems to indicate that this ASA still has a VPN Filter configuration attached to the L2L VPN which is preventing the traffic.

Check the configuration and remove the VPN Filter atleast temporarily for testing purposes.

- Jouni

Thank you!! It was a filter applied to the default group policy so even though i had the filters turned off on the tunnels GP it was still applying the ACL. Big thanks!!

Hi,

Great to hear its working

- Jouni

Ok, one more question or 2.

Why do i have to turn off NAT-T on both sides for Exchange or any other services to work? And how can i force all internet traffic across the tunnel so that it hits my web filter first?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: