Android Wake remote server
#1
In file manager I add remote shared folder on my nas /includind login/. I set "Wake up remote server" but it gives me error: Can not get the MAC adress. So create wakeonlan.xml  wtih:
xml:
<onaccesswakeup>
   <netinittimeout>10</netinittimeout>
   <netsettletime>500</netsettletime>
   <wakeup>
       <host>192.168.1.111</host>
       <mac>D0:50:99:98:86:2X</mac>
       <pingport>0</pingport>
       <pingmode>1</pingmode>
       <timeout>600</timeout>
       <waitonline>10</waitonline>
       <waitonline2>10</waitonline2>
       <waitservices>2</waitservices>
   </wakeup>
</onaccesswakeup>

and not working too....
KODI 17.6 on android 7.1
NAS Server: debian with samba.

From Windows this waking up is working:  swolcmd.exe  -m D0:50:99:98:86:2X     > NUL
What logs should I put it in here?

Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Wake remote server0