Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tunnel is up Sorta. It only passes traffic one way

Status
Not open for further replies.
May 19, 2004
212
US
I created a L2L tunnel between Corp and ME. When I am on corp side asa I can ping the inside interface of the other side and tunnel comes up. From inside the corp side I can not get any pings to respond from the ME side except the asa inside Ip address.

From the ME side ASA Fw I can ping inside the corp to a few devices and get a response fine. It appears that for some reason the tunnel is only allowing traffic one way. From Corp to ME but not from ME to Corp. Sh cry ipsec sa shows it incrementing when I ping from ME, but not from Corp. The tunnel also will not come up if I try and initiate it from the ME side.

Not sure why... any ideas? Here are the configs of both sides.

ASA Version 7.2(2)
!
hostname ME-FW
domain-name ME.local
names
!
interface Vlan1
nameif native
security-level 100
ip address 172.16.192.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 6.15.12.7 255.255.255.252
!
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
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
domain-name ME.local
access-list outside extended permit icmp any any
access-list outside extended permit tcp any interface outside eq 4899
access-list outside extended permit udp any interface outside eq 4899
access-list CORPvpn extended permit ip 172.16.192.0 255.255.255.0 10.0.0.0 255.255.255.0
access-list nonat extended permit ip 172.16.192.0 255.255.255.0 10.0.0.0 255.255.255.0
no pager
logging asdm informational
mtu native 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (native) 1 0.0.0.0 0.0.0.0
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 6.15.12.8 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 uauth 0:05:00 absolute
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
sysopt connection tcpmss 1500
crypto ipsec transform-set myset esp-aes-256 esp-md5-hmac
crypto map mymap 15 match address CORPvpn
crypto map mymap 15 set peer 2.19.21.2
crypto map mymap 15 set transform-set myset
crypto map mymap 15 set security-association lifetime kilobytes 2147483647
crypto map mymap interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes-256
hash md5
group 2
lifetime 86400
crypto isakmp nat-traversal 20
tunnel-group 2.19.21.2 type ipsec-l2l
tunnel-group 2.19.21.2 ipsec-attributes
pre-shared-key *
telnet timeout 5
ssh scopy enable
!
class-map type inspect http match-all asdm_medium_security_methods
match not request method head
match not request method post
match not request method get
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:d9155eb737f8aa8356885f8eb1507fd2
: end
[OK]
ME-FW#

Corp side:
ASA Version 7.2(3)
!
hostname CORP-ASA
domain-name ME.local
names
dns-guard
!
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 2.19.21.2 255.255.255.0
!
interface GigabitEthernet0/1
speed 100
duplex full
nameif inside
security-level 100
ip address 10.0.0.100 255.255.255.0
!
!
boot system disk0:/asa723-k8.bin
ftp mode passive
clock timezone EST -5
dns server-group DefaultDNS
domain-name ME.local
same-security-traffic permit intra-interface
access-list 1 extended permit tcp host 10.0.0.0 host 0.0.0.255
access-list outside extended permit icmp any any
access-list outside extended permit tcp any host 2.19.21.164 eq www
access-list nonat extended permit ip 10.0.0.0 255.255.255.0 192.168.193.0 255.255.255.0
access-list MEVPN extended permit ip 10.0.0.0 255.255.255.0 192.168.193.0 255.255.255.0
no pager
logging enable
logging monitor warnings
logging buffered debugging
logging trap warnings
logging asdm informational
logging host inside 10.0.0.242
mtu outside 1500
mtu inside 1500
mtu DMZ 1500
ip local pool Remote_Users 172.16.100.1-172.16.100.100 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-523.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 20 2.19.21.169
nat (inside) 0 access-list nonat
nat (inside) 1 access-list vpnnat
nat (inside) 20 0.0.0.0 0.0.0.0
nat (DMZ) 0 access-list dmznonat
nat (DMZ) 1 10.150.1.0 255.255.255.0
static (DMZ,outside) 2.19.21.164 10.10.0.7 netmask 255.255.255.255
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 2.19.21.161 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 uauth 1:00:00 absolute
no snmp-server location
no snmp-server contact
sysopt connection tcpmss 1300
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto ipsec transform-set myset3 esp-aes-256 esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset3
crypto map mymap 27 match address MEVPN
crypto map mymap 27 set peer 6.15.12.7
crypto map mymap 27 set transform-set myset3
crypto map mymap 27 set security-association lifetime kilobytes 2147483647
crypto map mymap 65535 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 30
authentication pre-share
encryption aes-256
hash md5
group 2
lifetime 86400
crypto isakmp nat-traversal 20
ssh timeout 60
console timeout 0
management-access inside
!
policy-map global_policy
class inspection_default
inspect dns migrated_dns_map_1
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
tunnel-group 6.15.12.7 type ipsec-l2l
tunnel-group 6.15.12.7 ipsec-attributes
pre-shared-key *
: end
[OK]
PS-ASA#

 
I see the error of my ways.

No nat for the native interface for the nonat acl.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top