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

dynamic vpn asa -- rv042

Status
Not open for further replies.

fonknet

Technical User
Jul 2, 2009
2
CA
Hello,

I have this network configuration:

A:
ASA5505
Ip inside: 192.168.1.0/24
IP outside: xx.xx.xx.xx static

B:
RV042
Ip inside: 192.168.2.0/24
IP outside: dynamic with B.dyndns.org

The static connexion beetween my place A and other place with static outside IP are working well for vpn L2L connexion.

But i don't know if there is a specific configuration for my B in L2L dynamic vpn with a dyndns address.
I tried to do the same things as other place but the connexion doesn't work.
So do you how to configure it?

Thank you

Fonknet
 
I've never tried to do a static to dynamic L2L tunnel between a Cisco and a non-Cisco device before, only Cisco to Cisco. With that said, you might be able to configure a dynamic crypto map on the ASA and use the DefaultL2LGroup; something like this:
Code:
crypto ipsec transform?set myset esp?des esp?md5?hmac
crypto dynamic?map cisco 1 set transform?set myset
crypto map dyn?map 20 ipsec?isakmp dynamic cisco
crypto map dyn?map interface outside

tunnel?group DefaultL2LGroup type ipsec?l2l
tunnel?group DefaultL2LGroup general?attributes
authentication?server?group none
tunnel?group DefaultL2LGroup ipsec?attributes
pre?shared?key <your_psk>

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Hello,

Thank you for your reply.
In fact i think i have other trouble with my connection, my "normal" vpn can't stay open, and some other stuf have troubles.

Thanks

Fonknet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top