It has been literally years I am trying to solve or at least understand a WoW problem.This may be due to my poor understanding of many suggestions I have been reading here and there, so I'll try to summarize what I did and what does not work, in a practical way.
The challenge is to wake up a windows10 pc from a windows10 pc at home. My home pc is in a LAN behind a 3 home-and-life router, the pc to be awoken is in a LAN behind a Vodafone Station Revolution router. The target PC is correctly configured to be awoken, since WoL works perfectly INTHE SAME LAN.
I am using Matlab MC-WOL.exe command line to send the magic packet to the target pc. From what I understand, MC-WOL uses port 65535. Following the instructions:
Anyhow, if in a pc in the same LAN I try the command
If I try, in my pc at home
I get the same result message (SUCCESS!! in sending the packet) but nothing happens, and the PC does not wake up.
It is clear Im am missing something vital , and maybe trivial (but not for me). What am I doing wrong?
Also, note that in the Vodafone LAN there is always a windows10 PC powered on, because it hosts the SQLEXPRESS used to handle our small database. Can this be of any help in finding a solution? Thank you for your understanding.
The challenge is to wake up a windows10 pc from a windows10 pc at home. My home pc is in a LAN behind a 3 home-and-life router, the pc to be awoken is in a LAN behind a Vodafone Station Revolution router. The target PC is correctly configured to be awoken, since WoL works perfectly INTHE SAME LAN.
I am using Matlab MC-WOL.exe command line to send the magic packet to the target pc. From what I understand, MC-WOL uses port 65535. Following the instructions:
- with static DHCP in vodafone router, I mapped the MAC address of the target pc (say aa🇧🇧cc:dd:ee:ff) to its IP address in LAN (say 192.168.1.22)
- Forwarded port 65535 to IP address 192.168.1.22
Anyhow, if in a pc in the same LAN I try the command
all is well, and the pc wakes up without troubleMC-WOL aa🇧🇧cc:dd:ee:ff
If I try, in my pc at home
MC-WOL aa🇧🇧cc:dd:ee:ff /a 11.22.33.44 (where 11.22.33.44 is the external, internet address of the vodafone router)
I get the same result message (SUCCESS!! in sending the packet) but nothing happens, and the PC does not wake up.
It is clear Im am missing something vital , and maybe trivial (but not for me). What am I doing wrong?
Also, note that in the Vodafone LAN there is always a windows10 PC powered on, because it hosts the SQLEXPRESS used to handle our small database. Can this be of any help in finding a solution? Thank you for your understanding.
Last edited: