[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:network_services:wol [2019/02/14 20:44 (UTC)] – [Configure the network card] slackwarespanoles:howtos:network_services:wol [2019/02/14 20:47 (UTC)] (actual) – [Sources] slackwarespanol
Línea 35: Línea 35:
 </code> </code>
  
-===== Waking up the machine ===== +===== Despertando la máquina ===== 
-Now we need a special command on a different machine to send a magic packet. The ''wol'' command is available from [[http://slackbuilds.org|slackbuilds.org]]. This can be called by a regular userAt a minimum it needs the MAC address of the remote machinefor example+Ahora necesitamos un comando especial en una máquina diferente para enviar un magic packet. El comando '' wol '' está disponible desde [[http: //slackbuilds.org | slackbuilds.org]]. Esto puede ser llamado por un usuario regular. Como mínimo necesita la dirección MAC de la máquina remotapor ejemplo:
 <code> <code>
 $ wol 20:cf:30:1f:e3:a4 $ wol 20:cf:30:1f:e3:a4
 </code> </code>
  
-On a multihomed host, like a router, use the //host// option to specify the hostname or ip address of the remote host. This will broadcast the magic packet on the correct subnet:+En un host multitarjetacomo un enrutador, use la opción // host // para especificar el nombre de host o la dirección IP del host remotoEsto transmitirá el magic packet en la subred correcta:
 <code> <code>
 $ wol -i hostname 20:cf:30:1f:e3:a4 $ wol -i hostname 20:cf:30:1f:e3:a4
Línea 49: Línea 49:
  
  
-====== Sources ======+====== Fuentes ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 <!-- * Original source: [[http://some.website.org/some/page.html]] --> <!-- * Original source: [[http://some.website.org/some/page.html]] -->
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-  * Originally written by [[wiki:user:fdonkers | Frank Donkers]] +  * Escrito originalmente por [[wiki:user:fdonkers | Frank Donkers]]  
 +  * Traducido por:  [[wiki:user: slackwarespanol | Victor]]  2019/02/14 20:45 (UTC)
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
  
 es:howtos:network_services:wol ()