i was wondering how can i "wake" a PC remotely using WOL acrross my home network (wired)
- do i need a progam like Radmin?
- thanks. daniel
i was wondering how can i "wake" a PC remotely using WOL acrross my home network (wired)
- do i need a progam like Radmin?
- thanks. daniel
ping it
(\__/)
(='.'=)
(")_(")
well, i just tryed that and i get nothink?
- when the PC is on, i can ping it fine, but when i ping it when its off i just get "operation timeed out" or what ever
- one of the pc i tryed has onbaord lan (abit at7max2) and the other has a sitcom PCI NIC (with onboard WOL, and the cable into the mobo)
daniel
I think you need specialist software and a static arp on the box sending the signal to wake up. You could try adding a static arp and then pinging and see what happens.
To add a static arp goto the machine which is to be woken and do an ipconfig /all(windows) ifconfig eth0 (linux) and note the mac address down, sometimes called the physical address. Or you could try pinging the machine whilst its on from the other machine, and use the command arp -a to display.
On the machine that is trying to wake the other machine use the command :-
arp -s <Ip of the machine to be woken> <MAC address of the machine to be woken>
Then try the ping again. Cant remember the exact syntax for adding a static arp in linux but it uses the same command arp.
eg :-
C:\Documents and Settings\Mark>ping 82.68.48.38
Pinging 82.68.48.38 with 32 bytes of data:
Reply from 82.68.48.38: bytes=32 time<1ms TTL=255
Reply from 82.68.48.38: bytes=32 time<1ms TTL=255
Ping statistics for 82.68.48.38:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C
^C
C:\Documents and Settings\Mark>arp -a
Interface: 82.68.48.34 --- 0x10003
Internet Address Physical Address Type
82.68.48.38 00-50-7f-05-18-cb dynamic
C:\Documents and Settings\Mark>arp -s 82.68.48.38 00-50-7f-05-18-cb
C:\Documents and Settings\Mark>arp -a
Interface: 82.68.48.34 --- 0x10003
Internet Address Physical Address Type
82.68.48.38 00-50-7f-05-18-cb static
C:\Documents and Settings\Mark>
Is this with onboard network card or for a add on network card ?
both, one Pci NIC, two onbards (as in my previous post)Originally Posted by Apex
Have you shut the machine down or put into standby?
WOL will, IIRC, only wake from standby.
not iirc the network card still has power and so will the onboard nic (modern mobos provide power to the pci slots even when it's supose to be "off"), it just needs the magic packet that tells it to wake up.
All i can say on this is have you tried google ?
Try adding the arp as I posted above. If I remember correctly tho I think you have to have special software to send out the right packet to force the machine to wake.
http://gsd.di.uminho.pt/jpo/software...i-howto-2.html should explain the technical side behind WOL, but if using properly written software you shouldn't need a static ARP even when using IP packets to encapsulate the magic packet as that's what the broadcast address is for.
There are currently 1 users browsing this thread. (0 members and 1 guests)