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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

site to site problem

Status
Not open for further replies.

ekke

MIS
Feb 27, 2002
100
SE
Hi, i have a site to site that is connecting ok but i cant access or ping anything on the remote network.
when performing show crypto isakmp its all OK, same with
show crypto ipsec,OK still no access.....

Posting config

: Saved
:
ASA Version 8.0(2)
!
hostname *-asa5505
domain-name *.com
enable password VVg61OlqoJTMvB8U encrypted
names
name 192.168.1.0 slg-hk
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.2.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address local site 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
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa802-k8.bin
ftp mode passive
dns server-group DefaultDNS
domain-name slgint.com
object-group icmp-type DM_INLINE_ICMP_1
icmp-object echo-reply
icmp-object source-quench
icmp-object time-exceeded
icmp-object traceroute
icmp-object unreachable
access-list outside_access_in extended permit icmp any any object-group DM_INLINE_ICMP_1
access-list 100 extended permit ip host local site host remote site
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 slg-hk 255.255.255.0
pager lines 24
logging enable
logging asdm debugging
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 GW 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
dynamic-access-policy-record DfltAccessPolicy
aaa authentication telnet console LOCAL
http server enable
http 192.168.2.0 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 ipsec transform-set ts2 esp-des esp-md5-hmac
crypto map imap 100 match address 100
crypto map imap 100 set peer remote site
crypto map imap 100 set transform-set ts2
crypto map imap interface outside
crypto isakmp enable outside
crypto isakmp policy 100
authentication pre-share
encryption des
hash md5
group 2
lifetime 86400
no crypto isakmp nat-traversal
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 10
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.2.2-192.168.2.33 inside
dhcpd dns 213.50.29.180 213.50.29.170 interface inside
dhcpd enable inside
!

threat-detection basic-threat
threat-detection statistics access-list
!
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
username erik password bAOzGWYacphcB8ZW encrypted privilege 15
tunnel-group remote site type ipsec-l2l
tunnel-group remote site ipsec-attributes
pre-shared-key *
prompt hostname context
Cryptochecksum:47ae2303dbf54a53a5162f917f36f008
: end
asdm image disk0:/asdm-602.bin
no asdm history enable

 
Any chance the remote network is a Checkpoint? If so it is classic supernetting. One direction works fine, the other does not.

Does the sh crypto ipsec show both encaps and decaps?
You should turn on vpn debuging to find out what is going on here. Since this is the traffic comming from the remote side, assuminging the remote side is sending the traffic, the debug should tell you exactly why its being denied:

To turn on debug:
debug crypto ipsec 255

When done:
no debug all

Please let me know how this turns out.

IT Security news and information
In plain English
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top