[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/09/01 21:38 (UTC)] – [QEMU NAT Mode Networking] rrampes:howtos:hardware:arm:qemu_support_in_slackware_arm [2019/12/22 19:49 (UTC)] – [Modo de red puente 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 204: Línea 207:
 </code> </code>
  
-The **-net nic** and **-net user** options enable QEMU to start the Slackware ARM guest with NAT mode networking enabled These settings are documented further in both the **installer_launch** and **disk_launch** helper scripts+Las opciones **-net nic** **-net user** permiten que QEMU inicie el huésped de Slackware ARM con el modo de red en modo NAT activado. 
- +Estos ajustes se documentan más en los scripts de ayuda **installer_launch** **disk_launch**. 
-With NAT mode enabled, QEMU launches a virtual network of 10.0.2.0/24.  The QEMU guest will be assigned the IP address 10.0.2.15.  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.+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.  
 +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. 
 +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 ====
  
-The best way to set up a bridged network interface for QEMU is with the provided helper script, rc.local-additions.  If you choose to take this routeyou need to disable the NetworkManager service NetworkManager comes with Slackware, but it is not developed by Slackware.  As a resultthe process of configuring a bridge with NetworkManager is not supported in this guide.+La mejor manera de configurar una interfaz de red en puente para QEMU es con el script de ayuda proporcionado, rc.local-additions. Si decide tomar esta rutadebe desactivar el servicio NetworkManager. NetworkManager viene con Slackware, pero no está desarrollado por Slackware. Como resultadoel proceso de configuración de un puente con NetworkManager no es soportado en esta guía.
  
-You can find the helper script with comments online here: [[http://slackware.uk/slackwarearm/boardsupport/qemu/slackwarearm-current/helper-scripts/rc.local-additions | rc.local-additions]]+Puede encontrar el script de ayuda con comentarios en línea aquí 
 +[[http://slackware.uk/slackwarearm/boardsupport/qemu/slackwarearm-current/helper-scripts/rc.local-additions | rc.local-additions]]
  
-The following commands must be executed as root to disable NetworkManager:+Los siguientes comandos deben ejecutarse como root para desactivar NetworkManager:
 <code> <code>
 # /etc/rc.d/rc.networkmanager stop # /etc/rc.d/rc.networkmanager stop
 es:howtos:hardware:arm:qemu_support_in_slackware_arm ()