Hi,
I get this error after configuring remote access ike2
this is my template:
set vpn ipsec esp-group ESP-RA lifetime '3600'
set vpn ipsec esp-group ESP-RA pfs 'disable'
set vpn ipsec esp-group ESP-RA proposal 10 encryption 'aes256gcm128'
set vpn ipsec esp-group ESP-RA proposal 10 hash 'sha256'
set vpn ipsec ike-group IKE-RA key-exchange 'ikev2'
set vpn ipsec ike-group IKE-RA lifetime '7200'
set vpn ipsec ike-group IKE-RA proposal 10 dh-group '19'
set vpn ipsec ike-group IKE-RA proposal 10 encryption 'aes256gcm128'
set vpn ipsec ike-group IKE-RA proposal 10 hash 'sha256'
set vpn ipsec remote-access pool ra-ipv4 prefix '17x.10.2x.x/24'
set vpn ipsec remote-access connection ra authentication local-id 'xxxxxxx'
set vpn ipsec remote-access connection ra authentication server-mode 'x509'
set vpn ipsec remote-access connection ra authentication x509 ca-certificate 'ca_root'
set vpn ipsec remote-access connection ra authentication x509 certificate 'server_cert'
set vpn ipsec remote-access connection ra esp-group 'ESP-RA'
set vpn ipsec remote-access connection ra ike-group 'IKE-RA'
set vpn ipsec remote-access connection ra local-address 'x.x.x.x'
set vpn ipsec remote-access connection ra pool 'ra-ipv4'
set vpn ipsec remote-access connection ra authentication client-mode 'eap-mschapv2'
set vpn ipsec remote-access connection ra authentication local-users username xxxx password 'xxxxx'
Oct 20 19:21:28 VyOS-Main charon: 08[NET] <4746> received packet: from 191.156.239.183[59520] to 190.25.74.132[500] (370 bytes)
Oct 20 19:21:28 VyOS-Main charon: 08[ENC] <4746> parsed IKE_SA_INIT request 0 [ SA KE No N(REDIR_SUP) N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) ]
Oct 20 19:21:28 VyOS-Main charon-systemd[4969]: received packet: from 191.156.239.183[59520] to 190.25.74.132[500] (370 bytes)
Oct 20 19:21:28 VyOS-Main charon: 08[IKE] <4746> 191.156.239.183 is initiating an IKE_SA
Oct 20 19:21:28 VyOS-Main charon-systemd[4969]: parsed IKE_SA_INIT request 0 [ SA KE No N(REDIR_SUP) N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) ]
Oct 20 19:21:28 VyOS-Main charon: 08[CFG] <4746> selected proposal: IKE:AES_GCM_16_256/PRF_HMAC_SHA2_256/ECP_256
Oct 20 19:21:28 VyOS-Main charon-systemd[4969]: 191.156.239.183 is initiating an IKE_SA
Oct 20 19:21:28 VyOS-Main charon: 08[IKE] <4746> remote host is behind NAT
How enable NAT-T?