Results 1 to 12 of 12

Thread: WOL - how to?

  1. #1
    Senior Member oshta's Avatar
    Join Date
    Nov 2003
    Location
    Uttoxeter
    Posts
    1,405
    Thanks
    0
    Thanked
    0 times in 0 posts

    WOL - how to?

    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

  2. #2
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    ping it
    (\__/)
    (='.'=)
    (")_(")

  3. #3
    Senior Member oshta's Avatar
    Join Date
    Nov 2003
    Location
    Uttoxeter
    Posts
    1,405
    Thanks
    0
    Thanked
    0 times in 0 posts
    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

  4. #4
    Member
    Join Date
    Jul 2004
    Location
    Crewe
    Posts
    88
    Thanks
    0
    Thanked
    0 times in 0 posts
    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>

  5. #5
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,709
    Thanks
    1,143
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable
    Is this with onboard network card or for a add on network card ?

  6. #6
    Senior Member oshta's Avatar
    Join Date
    Nov 2003
    Location
    Uttoxeter
    Posts
    1,405
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Apex
    Is this with onboard network card or for a add on network card ?
    both, one Pci NIC, two onbards (as in my previous post)

  7. #7
    Oh no!I've re-dorkalated! Jiff Lemon's Avatar
    Join Date
    Jul 2003
    Location
    Sunny MK
    Posts
    2,504
    Thanks
    80
    Thanked
    44 times in 41 posts
    Have you shut the machine down or put into standby?

    WOL will, IIRC, only wake from standby.

  8. #8
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,709
    Thanks
    1,143
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable
    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 ?

  9. #9
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,709
    Thanks
    1,143
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

  10. #10
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,709
    Thanks
    1,143
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

  11. #11
    Member
    Join Date
    Jul 2004
    Location
    Crewe
    Posts
    88
    Thanks
    0
    Thanked
    0 times in 0 posts
    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.

  12. #12
    Registered+ Zathras's Avatar
    Join Date
    Jul 2003
    Location
    Canary Wharf/Richmond
    Posts
    1,454
    Thanks
    13
    Thanked
    7 times in 4 posts
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Power on over network
    By Angus in forum Software
    Replies: 12
    Last Post: 14-01-2004, 06:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •