pptp/l2tp no ping/access

Hi,
i setup an rb951 in most simple config just to access the webfig via vpn and tried 2 different ones (pptp and l2tp). Both are running but i have no ping to public adresses (even 2 different gateways!)
I guess the fault is in the config…

[admin@MikroTik] > export compact
# jan/04/1970 12:07:58 by RouterOS 5.20
# software id = LD1K-MDA1
#
/interface bridge
add l2mtu=1598 name=bridge1
/interface l2tp-client
add connect-to=vpnserver1 disabled=no name=l2tp-out1 password=xxxx user=\
    xxxx
/interface pptp-client
add connect-to=vpnserver2 disabled=no name=pptp-out1 password=\
    xxxx user=xxxxx
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
/ip address
add address=192.168.0.41/24 interface=bridge1
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=vpnip1 to-addresses=\
    192.168.0.41
add action=dst-nat chain=dstnat dst-address=vpnip2 to-addresses=\
    192.168.0.41
/ip route
add check-gateway=ping distance=1 gateway=192.168.0.254
/system routerboard settings
set cpu-frequency=400MHz
[admin@MikroTik] >

You forgot to masquerade to the Internet.