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

Dynamic VPN Connection 1760

Status
Not open for further replies.

Jimtron26

Programmer
Joined
Nov 8, 2004
Messages
123
Location
GB
Hi, i have a bit of an emergency.

I am trying to configure a VPN connection between a home user, with EazyVPN client software and a Cisco 1760 acting as a VPN server at the central office

The remote peer has a dynamic public IP address and the central peer a static public ip address therefore the VPN server will need to have dynamic crypto maps.

I did post a thread the other week but wanted to try a few ideas first which havent worked but now i have run out of time.

My MD has his ISDN lines at home pulled out tomorrow and ADSL installed and he expecting his VPN to the office set up tomorrow!

The remote client is using EazyVPN software and supports (according to the help) all the types of encryption defined below:

I would deeply appreciate it if someone could help me with this!!

i have attached relevant parts of the config below....

CRYPTO MAP ENTRIES
!
crypto isakmp policy 1
authentication pre-share
crypto isakmp client configuration address-pool local nclpool
!
crypto ipsec transform-set nclset esp-des esp-sha-hmac
mode transport
!
crypto dynamic-map nclmap 10
set transform-set nclset
!
crypto map nclmap client configuration address respond
crypto map nclmap 10 ipsec-isakmp dynamic nclmap
!

ON DIALER1 INTERFACE

crypto map nclmap
!

NAT ENTRIES
ip local pool nclpool 192.168.42.100 192.168.42.110

VPN ACL
access-list 131 permit ip any any
access-list 131 deny ip any any


Thank you for any help, I owe you a pint ;)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top