[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
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:hardware:arm:qemu_support_in_slackware_arm [2019/11/10 12:01 (UTC)] – [Modo de red NAT para QEMU] rrampes:howtos:hardware:arm:qemu_support_in_slackware_arm [2019/11/10 12:43 (UTC)] – [Configuración de red para QEMU] rramp
Línea 182: Línea 182:
 Existen muchas formas diferentes para configurar la red de invitados para QEMU. Este documento solo cubrirá las funcionalidades de QEMU para que Slackware ARM arranque. Refiérase a las paginas del manual o [[https://www.qemu.org/documentation/ | a la documentación de QEMU]] si necesitas una explicación más detallada. Existen muchas formas diferentes para configurar la red de invitados para QEMU. Este documento solo cubrirá las funcionalidades de QEMU para que Slackware ARM arranque. Refiérase a las paginas del manual o [[https://www.qemu.org/documentation/ | a la documentación de QEMU]] si necesitas una explicación más detallada.
  
-<note warning>Later on when you boot the Slackware ARM installer in QEMU you may need to modify the **txqueuelen** for your network interfaces.  This is because large Slackware packages time out while being downloaded from the NFS share on the host.  This happens because QEMU emulation is very slow.  The NFS daemon on your host machine occasionally shuts down the network socket before large packages (rust, kernel-firmware, etc) finish being copied to the SD Card.  Setting the txqueuelen to **10000** for all network interfaces should be sufficient to prevent this anomaly.  The following command seems to resolve this issue:+<note warning> 
 +Más tarde, cuando arranque el instalador de Slackware ARM en QEMU, puede que tenga que modificar el **txqueuelen** para sus interfaces de red.  
 +Estos es debido a que 
 +Later on when you boot the Slackware ARM installer in QEMU you may need to modify the **txqueuelen** for your network interfaces.  This is because large Slackware packages time out while being downloaded from the NFS share on the host.  This happens because QEMU emulation is very slow.  The NFS daemon on your host machine occasionally shuts down the network socket before large packages (rust, kernel-firmware, etc) finish being copied to the SD Card.  Setting the txqueuelen to **10000** for all network interfaces should be sufficient to prevent this anomaly.  The following command seems to resolve this issue:
  
  
Línea 188: Línea 191:
 </code> </code>
  
-Run this command for each network interface actively used by QEMU.+Ejecute este comando para cada interfaz de red utilizada activamente por QEMU.
 </note> </note>
 ==== Modo de red NAT para QEMU ==== ==== Modo de red NAT para QEMU ====
Línea 208: Línea 211:
 Con el modo NAT habilitado, QEMU lanza una red virtual 10.0.2.0/24. Con el modo NAT habilitado, QEMU lanza una red virtual 10.0.2.0/24.
 Al huésped de QEMU se le asignará la dirección IP 10.0.2.15.  Al huésped de QEMU se le asignará la dirección IP 10.0.2.15. 
- +El invitado puede acceder al host x86 de Slackware en 10.0.2.2 y el servidor DNS de QEMU se ejecuta en 10.0.2.3. 
-The guest can access the Slackware x86 host at 10.0.2.2 and the QEMU DNS server runs at 10.0.2.3.  QEMU does not have direct access to the host's Local Area Network.  This means that the QEMU guest isn't assigned a physical IP address by your router DHCP service You will not be able to ping the QEMU guest from the host machine but the guest should be able to ping the host machine at 10.0.2.2.  The QEMU guest should be able to access the internet and communicate with the host machine.+QEMU no tiene acceso directo a la red de área local del host.  Esto significa que al huésped de QEMU no se le asigna una dirección IP física por el servicio DHCP de su router.  
 +No podrá hacer ping al invitado de QEMU desde la máquina anfitriona, pero el invitado debería poder hacer ping a la máquina anfitriona en 10.0.2.2. 
 +El huésped de QEMU debe poder acceder a Internet y comunicarse con la máquina anfitriona.
 ==== Modo de red puente para QEMU ==== ==== Modo de red puente para QEMU ====
  
 es:howtos:hardware:arm:qemu_support_in_slackware_arm ()