Link to home
Start Free TrialLog in
Avatar of regmandy
regmandy

asked on

ASA 5505 VPN tunnel error Removing Peer from peer table failed, no match!

Hey guys,

I'm on my ASA 5505 and trying to setup a VPN tunnel to my other offices.  the main reason is I changed ISP at this office.  I reconfigured the outside interface and gateway in the route, and copied the old VPN connect config to the new outside interface IP.  I have internet no problem but can't seem to connect to the Main office ASA 5510.

I was able to connect the VPN tunnel to another remote branch another 5505 and see it in the VPN logs, but it will not connect to the head office branch and I've gone through all the settings I can think of.  the log viewer keeps showing 2 errors (where x is the old IP and Y the new)
Group="x.x.x.x", IP = "x.x.x.x", Removing Peer from Peer table failed, no Match!
IP y.y.y.y, Removing Peer from Peer table failed, no match!

the only difference is the old IP was a static IP and the new IP is dynamic, but I have it statically assigned in the outside interface and like I said have internet access..

any ideas?
Avatar of regmandy
regmandy

ASKER

going through my config I see the following, does it have relation? the VPN2 match address outside_Cryptomap should it be outside_2_cryptomap?

crypto map VPN 1 match address outside_1_cryptomap
crypto map VPN 1 set peer x.x.x.x
crypto map VPN 1 set transform-set AES256
crypto map VPN 2 match address outside_cryptomap
crypto map VPN 2 set peer y.y.y.y
crypto map VPN 2 set transform-set AES256
crypto map VPN 3 match address outside_3_cryptomap
crypto map VPN 3 set peer z.z.z.z
crypto map VPN 3 set transform-set AES256
crypto map VPN 5 match address outside_5_cryptomap
crypto map VPN 5 set peer w.w.w.w
crypto map VPN 5 set transform-set AES256
crypto map VPN interface outside
ASKER CERTIFIED SOLUTION
Avatar of regmandy
regmandy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial