L2TP Server error on connect

Hello, i trying to configure L2TP server on Vyos LTS, this is my config, but i get this error

set vpn ipsec ipsec-interfaces interface ‘eth0’
set vpn ipsec nat-networks allowed-network 0.0.0.0/0
set vpn ipsec nat-traversal ‘enable’
set vpn l2tp remote-access authentication local-users username XXXXX password ‘XXXXX’
set vpn l2tp remote-access authentication mode ‘local’
set vpn l2tp remote-access ccp-disable
set vpn l2tp remote-access client-ip-pool start ‘10.172.10.100’
set vpn l2tp remote-access client-ip-pool stop ‘10.172.10.250’
set vpn l2tp remote-access ipsec-settings authentication mode ‘pre-shared-secret’
set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret ‘XXXXXXX’
set vpn l2tp remote-access ipsec-settings ike-lifetime ‘8600’
set vpn l2tp remote-access outside-address ‘10.172.10.1’

I get this error on show log command.

Feb 21 17:12:38 charon[12590]: 10[NET] <70> received packet: from XXX.XXX.XXX.XXX[500] to XXX.XXX.XXX.XXX[500] (460 bytes) Feb 21 17:12:38 charon[12590]: 10[ENC] <70> parsed ID_PROT request 0 [ SA V V V V V V V V V V V V V ] Feb 21 17:12:38 charon[12590]: 10[IKE] <70> no IKE config found for XXX.XXX.XXX.XXX...XXX.XXX.XXX.XXX, sending NO_PROPOSAL_CHOSEN Feb 21 17:12:38 charon[12590]: 10[ENC] <70> generating INFORMATIONAL_V1 request 3140930909 [ N(NO_PROP) ] Feb 21 17:12:38 charon[12590]: 10[NET] <70> sending packet: from XXX.XXX.XXX.XXX[500] to XXX.XXX.XXX.XXX[500] (40 bytes)

Any can help me? Thanks!

Try changing set vpn l2tp remote-access outside-address 10.172.10.1 to actual external public IP address

Hello,

This works, thanks!