This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Wake On LAN ( WOL )

I'd like to remotely power on a pc on my home network when I'm VPN connected.

Running WOL utilities on the remote pc doesn't seem to work, the Astaro doesn't seem to pass on the magic packet.

There's nothing the the ASG web front-end for it to send WOL packets.

Is there a command-line tool bundled with ASG?

Any suggestions as to the best way forward?
Does Astaro provide/recommend anything or should I consider adding in something like http://sourceforge.net/projects/wake-on-lan/ or http://sourceforge.net/projects/wake-on-lan/ [:S]

t.i.a.


This thread was automatically locked due to age.
  • Unless you're talking about a bridge, WOL packet's won't get passed by the internet or any IP device including a firewall as the WOL packets aren't IP.

    Nonetheless, Astaro has ether-wake on the console, it works fine to wake up PCs on networks hooked to ASL. You need to run it as root (or use sudo).
    I use it to wake up my PC and my webserver; it's been too hot to leave them on all the time [:(].

    Note if you SSH into ASL, you need to login in as 'loginuser', and then you can su to root (or use sudo).

    example:
    sudo /usr/sbin/ether-wake -i eth1 00:12:34:56:78:9a

    Barry
  • Thanks!

    (extra characters to get over the 10 character minimum for posts)