[Solved] How to access a L2TP client?

I have set up and configured L2TP IPSEC on my RB 750Gv3
Client gets IP 10.2.0.15. My lan is 10.0.0.0/24
All is working fine. I can see that my tunnel is up and running. Client can reach my nett (10.0.0.0/24) and also surf on internet using my WAN IP.
But I would like to be able to connect to my client (10.2.0.15) using http on port 80.
Not sure what firewall rule I need to add to get this to work. For now it sees to be blocked some place.

Did you check if your IP adress is routable between your network?.

Sometimes is necesarry to add manual routes in your client device.

If i do a traceroute from my server i get:

C:\Users\test>tracert -d 10.2.0.15

Tracing route to 10.2.0.15 over a maximum of 30 hops

  1    <1 ms    <1 ms    <1 ms  10.10.10.1
  2     *        *        *     Request timed out.
  3     *     ^C

10.10.10.1 is my MikroTik, so it should know where to go, I guess.
Routing should be ok, since my client 10.2.0.15 can ping my server 10.10.10.50 and all other devices on my lan.
If I telnet to my switch (10.10.10.5) it shows 10.2.0.15 as client connected.

Ping from MikroTik router:

[master@GV-I155] > ping 10.2.0.15 
  SEQ HOST                                     SIZE TTL TIME  STATUS                                                                                 
    0 10.2.0.15                                               timeout                                                                                
    1 10.2.0.15                                               timeout                                                                                
    2 10.2.0.15                                               timeout                                                                                
    3 10.2.0.15                                               timeout                                                                                
    sent=4 received=0 packet-loss=100%

Information about the client:

[[master@GV-I155] /ppp active> print
Flags: R - radius 
 #   NAME         SERVICE CALLER-ID         ADDRESS         UPTIME   ENCODING                                                                               
 0   remote1  l2tp    91.xx.xxx.49      10.2.0.15       7m58s    cbc(aes) + hmac(sha1)

So you should check PC firewall intead.

Its a android phone running a web server.
When I have other phone in same lan/wfii, I can reach the device from them. So no firewall on the phone.

Not sure what was wrong. After restarting my phone some times, it just start working.