[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 [2020/01/05 18:27 (UTC)] – [Modo de red puente para QEMU] rrampes:howtos:hardware:arm:qemu_support_in_slackware_arm [2020/01/05 19:14 (UTC)] – [Modo de red puente para QEMU] rramp
Línea 238: Línea 238:
 Necesitas editar el archivo script de ayuda //qemu-network-tun.sh// para QEMU. Se requiere que se muestre la interfaz de red de invitados de QEMU. debería existir en /export/armhost. Cambiar la dirección IP listada en $BRIDGEIP para que coincida con tu configuración de red. Necesitas editar el archivo script de ayuda //qemu-network-tun.sh// para QEMU. Se requiere que se muestre la interfaz de red de invitados de QEMU. debería existir en /export/armhost. Cambiar la dirección IP listada en $BRIDGEIP para que coincida con tu configuración de red.
  
-File: /export/armhost/qemu-network-tun.sh+Archivo: /export/armhost/qemu-network-tun.sh
 <code> <code>
 #!/bin/sh #!/bin/sh
Línea 250: Línea 250:
 </code> </code>
  
-Here is the relevant portion of the rc.local-addtions script that requires modification.  This script is meant to replace on the host machine /etc/rc.d/rc.local.  Changes depend on your network settings:+Aquí está la parte relevante del script rc.local-addtions que requiere modificación.  Este script está pensado para reemplazar en la máquina anfitriona /etc/rc.d/rc.local. Los cambios dependen de la configuración de su red:
 <code> <code>
 .. snip .. .. snip ..
Línea 272: Línea 272:
 </code> </code>
  
-These network settings assume static IP addressing The br0 interface is the bridged network interface The eth0 interface is the host machine network interface that allows the host machine to retain network connectivity The default gateway, 192.168.1.1, typically points to the network gateway on the physical network.+Estos ajustes de red asumen direcciones IP estáticasLa interfaz br0 es la interfaz de red en modo puenteLa interfaz eth0 es la interfaz de red de la máquina anfitriona que permite que la máquina anfitriona conserve la conectividad de redLa puerta de enlace predeterminada, 192.168.1.1, suele apuntar a la puerta de enlace de la red física
  
-Copy rc.local-addtions to /etc/rc.d/rc.local once you finish editing it Then mark it executable.+Copiar rc.local-addtions /etc/rc.d/rc.local una vez que termine de editarlaA continuación, márquela como ejecutable.
 <code> <code>
 # cp /path/to/rc.local-additions /etc/rc.d/rc.local # cp /path/to/rc.local-additions /etc/rc.d/rc.local
Línea 280: Línea 280:
 </code> </code>
  
-At this point it is recommended reboot your Slackware x86 host to assure the settings in rc.local are in use and that NetworkManager is completely disabled.+En este punto es recomendable rebootear tu Slackware x86 host para asegurar que las configuraciones en rc.local están siendo usados y el NetworkManager es completamente deshabilitado.
  
-<note important>You may need to edit the /etc/resolv.conf file on the host.  Add in the IP addresses of your preferred primary and secondary name server(s) since you are not receiving these IP addresses by other means.  The name server is 192.168.1.1 (or the default gateway) in this tutorial</note>+<note important>Necesitas editar el archivo /etc/resolv.conf sobre el host. Agregar en la dirección IP de tu DNS primario y secundario Add in the IP addresses of your preferred primary and secondary name server(s) since you are not receiving these IP addresses by other means.  The name server is 192.168.1.1 (or the default gateway) in this tutorial</note>
  
 Modify the launcher helper scripts once you are certain your host has the appropriate network settings.  Pay close attention to the **$NETTYPE** variable.  Details about how to use this variable are documented in both the **installer_launch** and **disk_launch** helper scripts.  Edit the **$MACADDR** variable for each QEMU instance if you are running more than one Slackware ARM guest at once. Modify the launcher helper scripts once you are certain your host has the appropriate network settings.  Pay close attention to the **$NETTYPE** variable.  Details about how to use this variable are documented in both the **installer_launch** and **disk_launch** helper scripts.  Edit the **$MACADDR** variable for each QEMU instance if you are running more than one Slackware ARM guest at once.
 es:howtos:hardware:arm:qemu_support_in_slackware_arm ()