Oracle Linux 6 Bridging network adapter
Recently, the company has been a stale old HP format for Linux virtualization, install some test servers. The operating system uses Oracle Linux 6.4, and the virtual machine uses KVM.
The front installation is very smooth, but to set up the network card bridge when there is a problem, like the previous 5.x set the BR0 configuration file is useless, as long as a bridge will be wrong, the network card and bridge the virtual network card error.
1
Eth0:connection activation Failed:master Connection not found or invalid
2
Br0:conncetion activation failed:failed To determine connection ' s virtual Interface name
But the configuration bridge file should be correct, and finally through the online view, just know is networkmanager problem.
Follow the instructions to stop NetworkManager service
1
Service NetworkManager Stop
And then re-execute
1
Service Network restart
The network adapter bridge configuration was successful. I estimate that many tutorials on the web are written on a purely command-line basis, and many configurations may not be the same if the desktop is installed separately.
Attached network card and bridge profile
1
Ifcfg-br0
1
Type=bridge
2
Bootproto=static
3
ipaddr=172.16.10.177
4
netmask=255.255.255.0
5
Prefix=24
6
gateway=172.16.10.1
7
Name= "System br0"
8
Onboot=yes
1
Ifcfg-eth0
01
Type=ethernet
02
#UUID =b67f5325-d513-40da-bc49-f16b473a8f6e
03
Onboot=yes
04
Nm_controlled=yes
05
#BOOTPROTO =none
06
ipaddr=172.16.10.177
07
netmask=255.255.255.0
08
Prefix=24
09
gateway=172.16.10.1
10
dns1=8.8.8.8
11
Defroute=yes
12
Ipv4_failure_fatal=yes
13
Ipv6init=no
14
Name= "System eth0"
15
hwaddr=00:1b:78:3b:38:0c
16
Bridge= "Br0"