03-15-2019 02:47 PM
Hello,
i need help to setup a S2S VPN Tunnel using IKEv2 between ASA and Barracuda Firewall. Please find the Barracuda configuration attached below. This is my config on the ASA which is not working:
!
crypto ikev2 policy 60
encryption aes-256
integrity sha256
group 19
prf sha256
lifetime seconds 86400
crypto ikev2 enable WAN1
!
object network OBJ_CompA
subnet 10.20.1.0 255.255.255.0
object network OBJ_CompB
subnet 10.68.1.0 255.255.255.0
!
access-list S2S_VPN_tunnel extended permit ip object OBJ_CompA object OBJ_CompB
nat (inside,outside) source static OBJ_CompA OBJ_CompA destination static OBJ_CompB OBJ_CompB no-proxy-arp route-lookup
!
tunnel-group 99.99.99.99 type ipsec-l2l
tunnel-group 99.99.99.99 ipsec-attributes
ikev2 remote-authentication pre-shared-key *********
ikev2 local-authentication pre-shared-key *********
!
crypto ipsec ikev2 ipsec-proposal VPN_TRANSFORM_Ph2
protocol esp encryption aes-256
protocol esp integrity sha-256
!
crypto map outside_map 60 match address S2S_VPN_tunnel
crypto map outside_map 60 set peer 99.99.99.99
crypto map outside_map 60 set ikev2 ipsec-proposal VPN_TRANSFORM_Ph2
crypto map outside_map 60 interface outside
!
03-15-2019 02:56 PM
Not sure (we missed some attachement of Barcudda FW config)
here is barcudda document :
post the debug output :
#debug cry condition peer <peerip>
03-15-2019 03:05 PM
03-15-2019 02:58 PM
03-15-2019 03:03 PM
03-15-2019 03:11 PM
03-15-2019 03:39 PM
After changing the Gr5 , if all working ? if not please post the debug as suggested on other post to help you.
03-15-2019 03:55 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide