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

Pix VPN always on

Status
Not open for further replies.
Mar 15, 2005
141
US
I want to have my VPN's inside my pix in an always up state, barring a isp issue, is there a vpn command to keep the vpn's up? I seem to be seeing them go down quite a bit and was under the impression there was a command that could force them up and open.? any help is greatly appriciated.
 
They should be always-on. The keys are renegotiated periodically, but the links should stay up indefinitely.
 
Thanks for the info so far here is my config for the vpn

sysopt connection permit-ipsec
crypto ipsec transform-set strong esp-3des esp-md5-hmac
crypto map vpn 10 ipsec-isakmp
crypto map vpn 10 match address
crypto map vpn 10 set peer x.x.x.x
crypto map vpn 10 set transform-set strong
crypto map vpn 20 ipsec-isakmp
crypto map vpn 20 match address
crypto map vpn 20 set peer x.x.x.x
crypto map vpn 20 set transform-set strong
crypto map vpn interface outside
isakmp enable outside
isakmp key ******** address x.x.x.x netmask 255.255.255.255 no-xauth no-config-mode
isakmp key ******** address x.x.x.x netmask 255.255.255.255 no-xauth no-config-mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
 
On both sides try issuing the command:
isakmp keepalive 20

That has helped my connections.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top