|
问题描述:
Remote-Vpn远程拨号1阶段不能建立连接,
debug crypto ipsec
debug crypto isakmp
提示信息如下:
May 26 18:54:42 [IKEv1]: Group = hillvalleyvpn, IP = 123.117.90.234, Error: Unable to remove PeerTblEntry
May 26 18:54:47 [IKEv1]: Group = hillvalleyvpn, IP = 123.117.90.234, Removing peer from peer table failed, no match!
May 26 18:54:47 [IKEv1]: Group = hillvalleyvpn, IP = 123.117.90.234, Error: Unable to remove PeerTblEntry
解决办法:
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac修改为
crypto ipsec transform-set ESP-DES-SHA esp-des esp-md5-hmac |
|
|