Thanks. Here is my config. The login that works is the user "lintho".
# mar/14/2018 22:58:16 by RouterOS 6.41.3
# software id = 9DIG-R351
#
# model = 951Ui-2HnD
# serial number = 43CE011AD757
/interface bridge
add name=bridge1
add fast-forward=no name=lan-bridge protocol-mode=none
/interface pppoe-client
add add-default-route=yes allow=mschap1,mschap2 default-route-distance=0 disabled=no interface=ether1 keepalive-timeout=60 \
name=pppoe-out use-peer-dns=yes user=aslint
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=norway disabled=no distance=indoors frequency=auto frequency-mode=\
regulatory-domain mode=ap-bridge radio-name=aslint ssid=Breiband-FE5 wireless-protocol=802.11
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/ip ipsec policy group
set [ find default=yes ] name=*FFFFFFFF
/ip pool
add name=dhcp ranges=10.0.0.5-10.0.0.60
add name=VPN next-pool=dhcp ranges=10.0.0.70-10.0.0.80
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=lan-bridge lease-time=3d name=dhcp1
/ppp profile
add dns-server=10.0.0.1,8.8.8.8 name=profile1 wins-server=10.0.0.1
add change-tcp-mss=yes dns-server=10.0.0.1,8.8.8.8 local-address=dhcp name=lintho remote-address=VPN use-encryption=yes \
wins-server=10.0.0.1
add change-tcp-mss=yes dns-server=10.0.0.1 idle-timeout=15m local-address=10.0.0.2 name=L2TP remote-address=10.0.0.100 \
session-timeout=2h30m use-compression=yes use-encryption=yes use-upnp=no
set *FFFFFFFE change-tcp-mss=no dns-server=10.0.0.1 local-address=dhcp remote-address=dhcp use-encryption=default use-mpls=no \
use-upnp=no
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
add addresses=0.0.0.0/0 name=gipz
/user group
set read policy=\
local,telnet,ssh,ftp,reboot,read,test,winbox,password,web,sniff,sensitive,api,romon,tikapp,!write,!policy,!dude
/interface bridge port
add bridge=lan-bridge hw=no interface=ether2
add bridge=lan-bridge hw=no interface=ether3
add bridge=lan-bridge hw=no interface=ether4
add bridge=lan-bridge hw=no interface=ether5
add bridge=lan-bridge hw=no interface=wlan1
/ip firewall connection tracking
set enabled=yes
/interface l2tp-server server
set authentication=chap,mschap1,mschap2 default-profile=L2TP enabled=yes max-mru=1460 max-mtu=1460 use-ipsec=yes
/interface pptp-server server
set authentication=pap,chap,mschap1,mschap2 enabled=yes max-mru=1460 max-mtu=1460
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/ip address
add address=10.0.0.2/24 interface=ether2 network=10.0.0.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=10.0.0.1,10.0.0.2,8.8.8.8 gateway=10.0.0.2 netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall address-list
add address=10.0.0.85 list=VPN
/ip firewall filter
add action=accept chain=input protocol=udp src-port=500,1701,4500
/ip firewall nat
add action=masquerade chain=srcnat comment=NAT out-interface=pppoe-out src-address=10.0.0.0/24
add action=masquerade chain=srcnat
/ip ipsec peer
add address=0.0.0.0/0 enc-algorithm=aes-256,aes-192,aes-128,3des generate-policy=port-override nat-traversal=no passive=yes
/ip service
set telnet address=0.0.0.0/0 disabled=yes
set ftp address=10.0.0.0/24
set www address=10.0.0.0/24,81.191.248.128/32,0.0.0.0/0
set ssh address=10.0.0.0/24
set api address=10.0.0.0/24
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=pppoe-out type=external
add interface=lan-bridge type=internal
/ppp secret
add local-address=10.0.0.2 name=asle profile=default-encryption remote-address=10.0.0.65 service=l2tp
add name=lintho profile=L2TP service=l2tp
add local-address=0.0.0.0 name=sissel profile=profile1
add name=L2TP profile=L2TP
add local-address=0.0.0.0 name=ramstad
add name=vpn
/snmp
set contact=GIPZ enabled=yes location=Norway trap-community=gipz
/system clock
set time-zone-name=Europe/Oslo
/system clock manual
set time-zone=+01:00
/system identity
set name=aslint
/system leds
set 5 interface=wlan1
/system logging
add topics=debug,dhcp
/system ntp client
set enabled=yes primary-ntp=82.148.165.182 secondary-ntp=82.148.160.11
/tool graphing interface
add allow-address=192.168.27.0/24
/tool graphing resource
add allow-address=192.168.27.0/24