cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
378
Views
0
Helpful
1
Replies

Problem with 1760 connecting to 3015

rbacct123
Level 1
Level 1

Ok, I am having an issue having an ipsec tunnel working successfully and need another set of eyes. The tunnel seems to be establishing but data isn't moving across the tunnel. Here is teh config:

crypto isakmp policy 1

encr 3des

hash md5

authentication pre-share

group 2

crypto isakmp key pwhere address x.x.x.x

crypto ipsec transform-set SDM_TRANSFORMSET_1 esp-3des esp-md5-hmac

crypto map SDM_CMAP_1 1 ipsec-isakmp

description Tunnel to x.x.x.x

set peer x.x.x.x

set transform-set SDM_TRANSFORMSET_1

match address 100

access-list 100 permit ip 192.168.1.x 0.0.0.255 192.168.100.0 0.0.1.255

(ips changed to protect the innocent).

What am I missing here? Thanks for any info!

1 Reply 1

rbacct123
Level 1
Level 1

Hi,

I figured it out. Route issue! doh! Thanks!