|
Edited on Thu Nov-24-11 09:35 AM by ChromeFoundry
You would need to open up UDP on Port 9 on their router for the IP address. If they are using NAT, you will also need to forward port 9 traffic to the said computer... which will require a DHCP Static IP address reservation or Static hard-coded IP address.
This is usually not the most secure configuration, because you are directly exposing an internal workstation to the public network.
The easiest method, offering a little more secure access, would be to configure a server (web or other) in a DMZ that has access to both the internal network and the public side. A web page could trigger a script that issues a command line utility to execute the WOL function (many of these utilities exists for free) to the specified IP/MAC address.
Oh, and one other note: This other PC will need to have WOL turned on in its BIOS.
|