No access to LAN over L2TP VPN

I can connect with my router but I can't access to LAN resources. I don't know why is not working.
This is my configuration:

model = CCR1009-7G-1C-1S+

serial number = 7AF10744C976

/interface bridge
add arp=proxy-arp name=bridge-LAN protocol-mode=none
/interface ethernet
set [ find default-name=ether3 ] name=LAN-3
set [ find default-name=ether1 ] name=WAN-1
/ip pool
add name=pool_vpn ranges=192.1.254.1-192.1.254.100
/ppp profile
add change-tcp-mss=yes dns-server=192.168.1.50 local-address=192.168.1.50
name=vpn remote-address=pool_vpn use-encryption=yes
/interface bridge port
add bridge=bridge-LAN interface=LAN-3
/interface bridge settings
set use-ip-firewall=yes
/interface l2tp-server server
set authentication=chap,mschap1,mschap2 enabled=yes ipsec-secret=********
use-ipsec=yes
/ip address
add address=217.124.116.61/29 interface=WAN-1 network=217.124.116.56
add address=192.168.1.50/24 interface=bridge-LAN network=192.168.1.0
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=accept chain=forward connection-state=established
add action=accept chain=forward connection-state=related
add action=drop chain=forward connection-state=invalid
add action=drop chain=input connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="#### Conexion Internet ####"
out-interface=WAN-1 src-address=192.168.1.0/24
add action=src-nat chain=srcnat comment="##### Conexiones VPN #####"
src-address=192.1.254.0/24 to-addresses=192.168.1.50
/ip route
add distance=1 gateway=217.124.116.57
/ip service
set telnet disabled=yes
set ftp disabled=yes
/ppp secret
add name=carlosgaltarejos password=***** profile=vpn service=l2tp
add name=charly84 password=***** profile=vpn service=l2tp
add name=jcarlos password=****** profile=vpn service=l2tp
/system clock
set time-zone-name=Europe/Madrid
/system ntp client
set enabled=yes primary-ntp=130.206.3.166 secondary-ntp=150.214.94.5
Somebody help me please. Thks