Etherwake

Aus TuxBoxWIKI
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis


Allgemeines

Ein kleines Programm für magische Wake-on-LAN Pakete. Diese können WOL fähige Computer aufwecken, die in den Sleep Modus heruntergeschaltet worden sind, oder WOL fähige Computer mit einem BIOS Feature starten. WOL ist eine Abkürzung für Wake-on-LAN. Es ist ein Standard, der Ihnen erlaubt, einen Computer von einem anderen Ort aus über eine Netzwerk- verbindung einzuschalten. Etherwake unterstützt auch WOL Passwörter.

Etherwake liegt im bin Verzeichnis und liefert durch den Aufruf etherwake -u folgende Aufrufinformationen:

usage: ether-wake [-i <ifname>] [-p aa:bb:cc:dd[:ee:ff]] 00:11:22:33:44:55

       This program generates and transmits a Wake-On-LAN (WOL) "Magic Packet",
       used for restarting machines that have been soft-powered-down
       (ACPI D3-warm state).  It currently generates the standard AMD Magic Packet
       format, with an optional password appended.

       The single required parameter is the Ethernet MAC (station) address
       of the machine to wake.  This is typically retrieved with the 'arp'
       program while the target machine is awake.

       Options:
               -b      Send wake-up packet to the broadcast address.
               -D      Increase the debug level.
               -i ifname       Use interface IFNAME instead of the default 'eth0'.
               -p <pw>         Append the four or six byte password PW to the packet.
                                       A password is only required for a few adapter types.
                                       The password may be specified in ethernet hex format
                                       or dotted decimal (Internet address)
               -p 00:22:44:66:88:aa
               -p 192.168.1.1



Review-KandidatDieser Artikel befindet sich derzeit im Reviewprozess. Hilf mit, ihn zu verbessern! Falls du bei weiteren Artikeln helfen willst, findest du hier eine Auswahl offener Artikel.