Wake on Lan subnet issue

Hi
I have a problem with WOL
The problem is that the magic packet is being sent to wrong subnet

Right Click tools are sending packet to wrong broadcast address as they see wrong subnets mask.
On the screen it shows 255.255.240. and 255.255.255.224 but real subnet mask is 255.255.255.0

Where does it take that info from?
In properties of that computer i only see ip subnets 10.50.0.0, 10.50.11.0 and ip address 10.50.11.20

When i use any other software or powershell script to wake it does work.
for example when i use powershell script Send-WOL -mac 40:B0:34:F0:16:F8 -ip 10.50.11.255 it works.

IP address of this computer is 10.50.11.20 and subnet mask 255.255.255.0 so its subnet broadcast address should be 10.50.11.255

What version of Recast are you using? Older versions of Recast only used discovery data to send WOL packets which doesn’t have a subnet mask stored and had to be calculated. Newer versions of Recast will use both discovery data and hardware inventory data to send the WOL packets.

We use 3.2.6887.24316 and its doing the same thing. What version uses it.

All versions try to use discovery data, but the 3.2 versions will also try to use hardware inventory. If it’s only using discovery data, it likely means we couldn’t find any hardware inventory data relevant to WoL.