Displaying 2 results from an estimated 2 matches for "1ba45e54".
2020 Jun 02
7
Bridge network for virt-manager
Hello. I desire to get bridge network working using virt-manager.
Centos 7 and centos 7 guest.
>From researching I think I need to have a ifcfg-br0 file like this ?
cat ifcfg-br0
DEVICE=nm-bridge0
STP=no
TYPE=Bridge
BOOTPROTO=none
IPADDR=192.168.1.8
PREFIX=32
GATEWAY=192.168.1.1
IPV6INIT=no
NAME=br0
ONBOOT=yes
DELAY=0
Is that for sure needed ? The use that nm-bridge0 as the network name?
I
2020 Jun 02
0
Bridge network for virt-manager
Ok so I have used virt-manager to create the name NET100
This is what shows.
<network>
<name>NET100</name>
<uuid>1ba45e54-93c2-f291-8b35-a7fe8cae9ac1</uuid>
<forward dev='eth0' mode='nat'>
<interface dev='eth0'/>
</forward>
<bridge name='virbr1' stp='on' delay='0' />
<mac address='52:54:00:9C:39:02'/>
<ip addre...