Can't connect to Internet after l2tp/Ipsec

Dear All,

I’m facing one issues in my vyos l2tp/ipsec vpn. I’m using vyos version is 1.3.

I’m configure l2tp/ipsc vpn and connect form client.

Connection is ok but I can’t access internet after connect vpn.

Please let me know I can I fix this problem.

Here is my configuration source from official vyos website.

set vpn ipsec ipsec-interfaces interface eth0
set vpn ipsec nat-traversal enable
set vpn ipsec nat-networks allowed-network 0.0.0.0/0

set vpn l2tp remote-access outside-address 192.0.2.2
set vpn l2tp remote-access client-ip-pool start 192.168.255.2
set vpn l2tp remote-access client-ip-pool stop 192.168.255.254
set vpn l2tp remote-access ipsec-settings authentication mode pre-shared-secret
set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret
set vpn l2tp remote-access authentication mode local
set vpn l2tp remote-access authentication local-users username test password ‘test’

set nat source rule 110 outbound-interface ‘eth0’
set nat source rule 110 source address ‘192.168.255.0/24’
set nat source rule 110 translation address masquerade

set vpn l2tp remote-access name-server ‘8.8.8.8’
set vpn l2tp remote-access name-server ‘8.8.4.4’

Hello @wedi1009

We tested this configuration. This is a working configuration.
Can you send routing and interface configuration?