18.16. Errores con el puente de red
Red Hat Virtualization can configure multiple Virtualization network bridges to use with multiple ethernet cards. To successfully configure multiple network bridges for ethernet cards, you must configure the second network interface by either using the system-config-network TUI/GUI, or by creating a new configuration file in
/etc/sysconfig/network-scripts
. You should use a process to setup multiple Xen bridges. This is an example config file for a second NIC called 'eth1'
:
Copie
/etc/xen/scripts/network-bridge
a /etc/xen/scripts/network-bridge.xen
.
Edit
/etc/xen/xend-config.sxp
and add a line to your new network bridge script (this example uses "network-virtualization-multi-bridge"
).
En el archivo
xend-config.sxp
, la nueva línea debe reflejar el nuevo script:
network-script network-xen-multi-bridge
network-script network-xen-multi-bridge
Asegúrese de comentar las líneas que digan:
network-script network-bridge
network-script network-bridge
Si desea crear varios puentes Xen, debe crear un script personalizado. En el ejemplo dado a continuación se crean dos puentes Xen (llamados
xenbr0
y xenbr1
) y los encadena a eth1
y eth0
respectivamente:
Si desea crear puentes adicionales, utilice el script de ejemplo y modifíquelo según sus necesidades.