RB951G-2HnD and WOL not working?

Hi there

Today i tried adding yet more usefulness to my RB951G-2HnD with Wake On Lan, but i am failing..

I tried with the wol command from the microtik, wakeonlanx on windows and wake on lan app from my phone:

tool wol mac=00:1D:7D:A2:64:8D
tool wol mac=00:1D:7D:A2:64:8D interface=ether3-slave-local
tool wol interface=ether3-slave-local mac=00:1D:7D:A2:64:8D
tool wol interface=bridge-local mac=00:1D:7D:A2:64:8D

The windows app sends the WOL magic packet to: 255.255.255.255 port 7 o 9
In android, 192.168.88.255 port 9.

Both computers have gigabyte motherboards, with the WOL setting named PME in their BIOS (one is an old core2duo, the other an i7 with ex58-ds4). Both cases have it enabled and windows shows that too.

With debug echo enabled, and ALL my interfaces enabled, i get:

[admin@MikroTik] >
echo: pppoe,ppp,debug,packet  pppoe-out1: rcvd LCP EchoReq id=0x3
echo: pppoe,ppp,debug,packet     <magic 0xf5cc9662>
echo: pppoe,ppp,debug,packet     <data len=4>
echo: pppoe,ppp,debug,packet  pppoe-out1: sent LCP EchoRep id=0x3
echo: pppoe,ppp,debug,packet     <magic 0x6194434b>
echo: pppoe,ppp,debug,packet     <data len=4>
[admin@MikroTik] >
echo: pppoe,ppp,debug,packet  pppoe-out1: rcvd LCP EchoReq id=0x4
echo: pppoe,ppp,debug,packet     <magic 0xf5cc9662>
echo: pppoe,ppp,debug,packet     <data len=4>
echo: pppoe,ppp,debug,packet  pppoe-out1: sent LCP EchoRep id=0x4
echo: pppoe,ppp,debug,packet     <magic 0x6194434b>
echo: pppoe,ppp,debug,packet     <data len=4>
[admin@MikroTik] >
echo: pppoe,ppp,debug,packet  pppoe-out1: rcvd LCP EchoReq id=0x5
echo: pppoe,ppp,debug,packet     <magic 0xf5cc9662>
echo: pppoe,ppp,debug,packet     <data len=4>
echo: pppoe,ppp,debug,packet  pppoe-out1: sent LCP EchoRep id=0x5
echo: pppoe,ppp,debug,packet     <magic 0x6194434b>
echo: pppoe,ppp,debug,packet     <data len=4>
[admin@MikroTik] >
echo: pppoe,ppp,debug,packet  pppoe-out1: rcvd LCP EchoReq id=0x6
echo: pppoe,ppp,debug,packet     <magic 0xf5cc9662>
echo: pppoe,ppp,debug,packet     <data len=4>
echo: pppoe,ppp,debug,packet  pppoe-out1: sent LCP EchoRep id=0x6
echo: pppoe,ppp,debug,packet     <magic 0x6194434b>
echo: pppoe,ppp,debug,packet     <data len=4>

No idea why it says ppoe-out1 there… If i disable that interface, i see nothing then i send the WOL command.

I have a thread (Spanish tho, have not made it here yet, but will do, to share my config and ask for ideas):
http://www.ryohnosuke.com/foros/index.php?threads/20352/
I am not aware if traffic shaping and pcc dual wan combined can do something bad for WOL, or if OpenVPN (recently enabled) can bother either.

The router interfaces are:

Flags: D - dynamic, X - disabled, R - running, S - slave 
 #     NAME                                TYPE       ACTUAL-MTU L2MTU  MAX-L2MTU MAC-ADDRESS      
 0  R  ether1-arnet                        ether            1500  1598       4074 4C:5E:0C:E7:01:EE
 1  RS ether2-master-local                 ether            1500  1598       4074 4C:5E:0C:E7:01:EF
 2  RS ether3-slave-local                  ether            1500  1598       4074 4C:5E:0C:E7:01:F0
 3   S ether4-slave-local                  ether            1500  1598       4074 4C:5E:0C:E7:01:F1
 4  R  ether5-telered                      ether            1500  1598       4074 4C:5E:0C:E7:01:F2
 5  RS wlan1                               wlan             1500  1600            4C:5E:0C:E7:01:F3
 6  R  bridge-local                        bridge           1500  1598            4C:5E:0C:E7:01:EF
 7     openvpn                             ovpn-in   
 8  R  pppoe-out1                          pppoe-out        1480

ether1-arnet is connected to my ADSL modem, so pppoe-out1 is related to it.
ether5-telered is connected to a cable modem (in router mode, not configurable).
ether2 is set as master, and ether3 and ether4 are their slaves.
bridge-local has ether2 and wlan1 as ports.
openvpn is in tun mode.

Any other info i could add for my issue?

I got an older PC that i used to wake remotedly to test, and same results.

As weird as i find it, it turns out that the MICROSOFT driver for all my ethernet cards that gets installed for windows 10 DISABLES Wake on Lan somehow.

Installing the realtek one for my 2 computers that have a realtek device fixes it.

My older pc with an nforce4 chipset has no luck

its quite common, sadly.
because NIC drivers, supplied WITH recent Windows versions (between 8 and 10, generally) tend to ignore some settings you change in NIC options and even omit/lack some of others, completely.
but presonally i feel more lack of proper 802.1x-2008 support for ethernet(and ajaced/complimentary RFC and standards), than WOL things, usually.