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

1720: VPN Client to Router Question

mkincheloe
Level 1
Level 1

A client of ours recently asked us to configure the VPN capabilities of their Cisco 1720 router. They wanted their traveling employees to have a simple way to access the network. I haven't had much experience with the VPN aspect of routers and I hope someone out there can help me. Here's a portion of the routers configuration;

...

!

crypto isakmp policy 10

hash md5

authentication pre-share

crypto isakmp key ******** address 0.0.0.0

!

!

crypto ipsec transform-set mypolicy esp-des esp-md5-hmac

!

crypto dynamic-map dyna 10

set transform-set mypolicy

!

crypto map test 10 ipsec-isakmp dynamic dyna

!

!

interface Serial0

ip address xxx.xx.xx.xxx 255.255.255.0

no ip directed-broadcast

no ip route-cache

no ip mroute-cache

crypto map test

!

...

Also, how do you specify that any client IP is accepted?

Thanks,

-Matthew

1 Reply 1

j-block
Level 4
Level 4

Make sure you’re on very current IOS and you follow this example http://www.cisco.com/warp/customer/707/oddconfig.html I can’t tell from what you posted what your ACL’s look like or the version but if you go through this sample, you should be up and running.