VPN/IPsec : problem in routing?

Hi!
I am trying to set up a VPN/IPsec connection to my router. Reading on wiki and all around I winded up with the following:

/ip pool add name=l2tp-pool ranges=10.161.1.102-10.161.1.112
/ppp profile add name=L2TP local-address=10.161.1.101 remote-address=l2tp-pool address-list=L2TP_Clients
/ppp secret add name=username password=password profile=L2TP service=l2tp
/interface l2tp-server server set default-profile=L2TP enabled=yes
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des,aes-128,aes-192,aes-256 lifetime=12h
/ip ipsec peer
add address=0.0.0.0/0 exchange-mode=main-l2tp generate-policy=port-strict
secret="secret" hash-algorithm=sha1 send-initial-contact=yes nat-traversal=yes

Then I tried to connect to the router with my Android phone. The connection got established but I could not reach anything in my LAN except 10.161.0.1 wich is an internal LAN interface of the Mikrotik.

Inside my LAN I have a network mask /16. Can anyone help?