ExArmic
Newbie | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Настраиваю IPsec. На пиксе при debug crypto isakmp постоянно пишет Aug 28 18:28:24 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, Removing peer from correlator table failed, no match! Aug 28 18:28:24 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, QM FSM error (P2 struct &0x24e3860, mess id 0xafde1419)! Aug 28 18:28:24 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, Removing peer from correlator table failed, no match! Aug 28 18:29:04 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, QM FSM error (P2 struct &0x24e3c70, mess id 0xec52d9bc)! Aug 28 18:29:04 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, Removing peer from correlator table failed, no match! Aug 28 18:29:05 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, QM FSM error (P2 struct &0x2c59c28, mess id 0xadf1be27)! Aug 28 18:29:05 [IKEv1]: Group = 192.168.2.1, IP = 192.168.2.1, Removing peer from correlator table failed, no match! Мож подскажете в чем дело? Вроде все проверил Вот Конфиг самого айпи сек на пиксе 515е crypto ipsec transform-set My1 esp-des esp-md5-hmac crypto ipsec transform-set My2 esp-3des esp-md5-hmac crypto ipsec transform-set My3 esp-3des esp-sha-hmac crypto ipsec transform-set My4 esp-des esp-sha-hmac crypto map exarmic 20 match address 101 crypto map exarmic 20 set pfs crypto map exarmic 20 set peer 192.168.2.1 crypto map exarmic 20 set transform-set My1 My2 My3 My4 crypto map exarmic 20 set security-association lifetime seconds 3600 crypto map exarmic interface outside crypto isakmp identity address crypto isakmp enable outside crypto isakmp policy 10 authentication pre-share encryption 3des hash sha group 2 lifetime 86400 crypto isakmp am-disable tunnel-group 192.168.2.1 type ipsec-l2l tunnel-group 192.168.2.1 ipsec-attributes pre-shared-key * telnet 192.168.2.0 255.255.255.0 outside |