Oracle Linux 6 Bridging network adapter

Source: Internet
Author: User

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"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.