I recently installed a PIX to PIX VPN, both using v6.3(3). Ping times are great between hosts on each network, and applications like VNC, telnet, and http work fine. We are having major problems with SQL Server connections, though. Only intermittant connectivity from Enterprise Manager and Query Analyzer is available. Upon a debug crypto ipsec, I get tons of the following errors:
IPSEC(sw_esp_decap): fail antireplay check
IPSEC(cipher_ipsec_request): decap failed for X.X.X.145 -> Y.Y.Y.130
(X is remote public PIX ip, Y is local public PIX ip)
Here is the VPN config portion of my local PIX boxes:
crypto ipsec transform-set tunnelset ah-md5-hmac esp-aes-192 esp-md5-hmac
crypto map tunnelmap 10 ipsec-isakmp
crypto map tunnelmap 10 match address 100
crypto map tunnelmap 10 set peer X.X.X.145
crypto map tunnelmap 10 set transform-set tunnelset
crypto map tunnelmap interface outside
isakmp enable outside
isakmp key ******** address X.X.X.145 netmask 255.255.255.255
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash md5
isakmp policy 10 group 5
isakmp policy 10 lifetime 86400
Cisco doesn't have any documentation on this error. Anyone have any ideas?
I am not sure if this is related or not, but I also sometimes get the following debug crypto ipsec error:
IPSEC(ipsec_prepare_encap_request): ERROR: unable to fragment packet pktsize=1420, eff_mtu = 1412
thanks
fritz
IPSEC(sw_esp_decap): fail antireplay check
IPSEC(cipher_ipsec_request): decap failed for X.X.X.145 -> Y.Y.Y.130
(X is remote public PIX ip, Y is local public PIX ip)
Here is the VPN config portion of my local PIX boxes:
crypto ipsec transform-set tunnelset ah-md5-hmac esp-aes-192 esp-md5-hmac
crypto map tunnelmap 10 ipsec-isakmp
crypto map tunnelmap 10 match address 100
crypto map tunnelmap 10 set peer X.X.X.145
crypto map tunnelmap 10 set transform-set tunnelset
crypto map tunnelmap interface outside
isakmp enable outside
isakmp key ******** address X.X.X.145 netmask 255.255.255.255
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash md5
isakmp policy 10 group 5
isakmp policy 10 lifetime 86400
Cisco doesn't have any documentation on this error. Anyone have any ideas?
I am not sure if this is related or not, but I also sometimes get the following debug crypto ipsec error:
IPSEC(ipsec_prepare_encap_request): ERROR: unable to fragment packet pktsize=1420, eff_mtu = 1412
thanks
fritz