Problem with EoIP site to site ( newbie )

Hello all,

First, short intro. I am trying to bridge two networks. I am a newbie, but i have been trying a lot. But without success.
tunnel.jpg
I have got it working once, but i failed to succeed several attemps after.

what works:
i can ping to both sides of the tunnel from any mikrotik ( 10.10.10.1 and 10.10.10.2 )
The EoIP tunnel is up. The pptp tunnel is up.

I cannot ping from i client pc in the same subnet to the other network ( pc )in the subnet. Also, i cannot ping to the other mikrotik from a client pc. I can ping my own mikrotik.

Client 1

/ip address add address=192.168.3.2/30 interface=ether2
/ip route add dst-address=0.0.0.0/0 gateway=192.168.3.1
/ip dns set allow-remote-request=yes
/ip dns static add name=google.com address=8.8.8.8

/ip cloud set ddns-enabled=yes
/interface pptp-client add name=pptp-tunnel1 connect-to="ANONYMOUS1.sn.mynetname.net" user=”test” password=1234 profile=default-encryption add-default-route=no disabled=no
/interface eoip add name=eoiptunnel remote-address=10.10.10.2 tunnel-id=101 disabled=no
/interface bridge add name=bridge1
/interface bridge port add bridge=bridge1 interface=ether2 
/interface bridge port add bridge=bridge1 interface=eoiptunnel
/ip route add dst-address=192.168.0.0/21 gateway=10.10.10.2

Server 2

/ip address add address=192.168.1.2/30 interface=ether2
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1
/ip dns set allow-remote-request=yes
/ip dns static add name=google.com address=8.8.8.8

/ip cloud set ddns-enabled=yes

/interface pptp-server server set enabled=yes
/ppp secret add name="test" service=pptp password="1234" local-address=10.10.10.2 remote-address=10.10.10.1 disabled=no
/interface eoip add name=eoiptunnel remote-address=10.10.10.1 tunnel-id=101 disabled=no
/interface bridge add name=bridge1
/interface bridge port add bridge=bridge1 interface=ether2 
/interface bridge port add bridge=bridge1 interface=eoiptunnel
/ip route add dst-address=192.168.0.0/21 gateway=10.10.10.1

What am i doing wrong. The network is one big subnet /21. I do no there are much better ways to solve this.

I followed the howto exactly, but i fail to get this working. Can someone please help me out?

Best regards,

Evert