I can get the WS2003 server to wake up using my XP workstation, but the same Wake-on-LAN command issued from the WS2008 server fails miserably.
I suspect that the WS2008 firewall is preventing the magic packet getting to the WS2003 server, but I can't find anywhere to open this up.
The best I've found on Google is an article about opening up a port for SQL Server on WS2008, which includes commands of the form
Code: Select all
netsh firewall set portopening TCP 1433 "SQLServer"
Any suggestions about how to proceed, please? Thanks!