Then i try to ping but it shows me 'not reachable', and then a few seconds latter it collapses and tries to reconnect again:
Here is the specs of the systems:
[admin@MikroTik] > export
# may/05/2018 19:39:43 by RouterOS 6.42.1
# software id = K0KV-DMB1
#
# model = 953GS-5HnT
# serial number = 49C504E2567E
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-Ce \
distance=indoors frequency=auto mode=ap-bridge rx-chains=0,1,2 ssid=\
MikroTik-61AE09 tx-chains=0,1,2 wireless-protocol=802.11
/interface bridge
add admin-mac=******* auto-mac=no comment=BRIDGE name=bridge
/interface ethernet
set [ find default-name=sfp1 ] disabled=yes
set [ find default-name=sfp2 ] disabled=yes
/interface l2tp-client
add add-default-route=yes allow-fast-path=yes connect-to=******** \
dial-on-demand=yes disabled=no ipsec-secret=****** keepalive-timeout=\
10 max-mru=1410 max-mtu=1410 name=LiquidVPN password=******* use-ipsec=\
yes user=********
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
add apn=fast.t-mobile.com name="T-Mobile US LITE"
/interface lte
set [ find ] apn-profiles="T-Mobile US LITE" mac-address=************ \
name=LTE
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/port
set 1 name=usb2
/interface ppp-client
add apn="T-Mobile US LITE" dial-on-demand=no name=ppp-out1 port=usb2
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
192.168.88.0
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
192.168.88.1
/ip dns
set allow-remote-requests=yes servers=208.67.222.222,8.8.8.8
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes out-interface=LTE
add action=masquerade chain=srcnat out-interface=LiquidVPN
/ip route
add distance=2 gateway=LTE
add distance=1 dst-address=100.204.125.0/24 gateway=LTE
/system routerboard settings
set silent-boot=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 LiquidVPN 1
1 S 0.0.0.0/0 LTE 2
2 ADC 10.11.11.0/32 23.227.197.119 LiquidVPN 0
3 DS 23.2************ 23.2************ 0
4 S 23.2************ 100.2********** 1
5 ADC 100.2********** 100.2********** LTE 0
6 A S 100.2********** LTE 1
7 ADC 192.168.88.0/24 192.168.88.1 bridge 0