Ubuntu Config Bridge bridge

Source: Internet
Author: User
Install Uml-utilities First, which contains tools for establishing virtual network devices (so-called "tap Interfaces"): sudo apt-get install uml-utilities installation Bridge tool Bridge-utils    # sudo apt-get install bridge-utils
#sudo gedit/etc/network/interfaces Add this to the back:
Auto eth0iface eth0 inet manualauto br0iface br0 inet static        address 192.168.1.104        network 192.168.1.0        Netmask 255.255.255.0        broadcast 192.168.1.255        Gateway 192.168.1.1        bridge_ports eth0 bridge_fd        9        Bridge_hello 2        bridge_maxage        BRIDGE_STP off
(The IP and network addresses above are changed to what you need.)
Start the Network Bridge


sudo/etc/init.d/networking restart (or sudo restart Network-manager)

Ubuntu Config Bridge bridge

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.