Routing over SSTP problem

Hi guys,

I followed this tutorial to get LAN to LAN bridge over SSTP:

https://youtu.be/E0_v6R2ppcg

But almost all day I can't get routing to work between the local networks....please help. Here's the setup:

  1. Router 1 has dual WAN with failover setup, as described here: https://youtu.be/dnLKyu4_md8
    It's also SSTP server for the VPN connections.
    Internal network: 192.168.0.0/24, Router IP: 192.168.10.250
    VPN network: 192.168.11.0/24 Local VPN address: 192.168.11.1

Routing table:

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 80.72.X.X 1
1 A S 0.0.0.0/0 87.120.X.X 1
2 A S 0.0.0.0/0 80.72.X.X 1
3 S 0.0.0.0/0 87.120.X.X 2
4 A S 10.0.0.0/24 192.168.11.50 1
5 ADC 80.72.X.0/24 80.72.X.X Cores-ether1-WAN 0
6 ADC 87.120.X.0/24 87.120.X.X Topnet-ether2-WAN 0
7 ADC 192.168.10.0/24 192.168.10.250 bridge-local 0
8 ADC 192.168.11.50/32 192.168.11.1 0

  1. Router 2 has single WAN
    Local network: 10.0.0.0/24 Router IP: 10.0.0.1
    Local VPN address: 192.168.11.50
    Routing table:

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADS 0.0.0.0/0 10.53.X.X 1
1 ADC 10.0.0.0/24 10.0.0.1 bridge-local 0
2 ADC 10.53.X.0/23 10.53.X.X ether1-gateway 0
3 A S 192.168.10.0/24 192.168.11.1 1
4 ADC 192.168.11.1/32 192.168.11.50 Vosk-Sofia 0

So I made the static routes on both sides, but only routers can ping each other. Clients from local networks are unable to ping each other... what am I missing here?

Thanks in advance.