What do you mean connect to winbox from The internet.
That is a big security NO NO.
Is this the rule you are using…uh oh!!
add action=accept chain=input comment=“allow whitelist” in-interface-list=WAN
src-address-list=whitelist
EVEN WORSE, couldnt imagine it being worse but here it is…
add action=accept chain=input comment=“winbox remote management” dst-port=
8291 protocol=tcp
Was your intention really, I mean really to allow anyone on the Router AND the Internet Access to your Router over the port you are using for winbox??
This rule DEFEATS the main purpose of the rule you placed just before it. If it wasnt so sad I would be laughing.
Please tell me your config is gleaned from watching youtube videos!!
The only methods tor reach and configure the router from the outside should be.
a. VPN to router first, then use winbox
b. Use port knocking and at least via PPP VPN
c. Use SSTP (such as winbox remote).
For a business applcation only a. is generally acceptable.
For home use all three are suitable.
I use both wireguard VPN and SSTP.
++++++++++++++++++++++++++++++++++++++++
As far as config goes, complex queuing beyond my knowledge, but
maybe one point is that ether5 needs to be part of the LAN interface!!
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=ether2 list=WAN
add interface=ether5 list=LAN
I am also uncomfortable when one uses two pools from the same subnet, but thats just me and is probably perfectly legit!
add name=dhcp ranges=192.168.10.100-192.168.10.200
add name=pool-guest ranges=192.168.11.2-192.168.11.254
add name=l2tp-dhcp ranges=192.168.10.80-192.168.10.99.
Further I dont understand the lt2p having a pool, but no server, no IP address etc…
Generally speaking having this as an available service on the router is also a security risk (unencrypted)
set www address=192.168.10.0/24
Final comment, I see a bunch of mangle rules (which I avoid like the plague) but they seem to be geared towards facebook and whatsapp.
To my knowledge this traffic cannot be denied or managed in any way being https traffic but if it works for you???
In terms of failover, its hard to make any judgements (IP route) when one only sees one of the WAN connections in the config