Linux Bridge settings

Source: Internet
Author: User

1. sudo apt-get install bridge-utils 2. Brctl--helpusage:brctl [commands] commands:        ADDBR <bridge> add bridge  &nbsp ;     DELBR <bridge> Delete bridge        addif <bridge> <device> Add Interf Ace to bridge        delif <bridge> <device> Delete interface from bridge    &NB Sp   Hairpin <bridge> <port> {on|off} turn hairpin on/off        setageing <bridge&gt ; <time> set ageing time        Setbridgeprio <bridge> <prio> set Bridge priority&nbsp ;       SETFD <bridge> <time> set bridge forward delay        Sethello <br idge> <time> Set Hello time        setmaxage <bridge> <time> set max message age& nbsp       Setpathcost <bridge> <port> <cost> set path cost        Setportprio <bridge> <port> <prio> set port priority      &N Bsp Show [<bridge>] show a list of bridges        Showmacs <bridge> show a list of Mac Addrs         SHOWSTP <bridge> show bridge stp info        STP <bridge> {on| Off} turn STP on/off 3. Create a network bridge Brctl ADDBR newbr 4. Connect the physical NIC 1 to the bridge bectl addif newbr eth1 5. Remove the physical NIC 1 IP information ifconfig eth1 0.0.0.0 6. Assigning IP addresses to the bridge ifconfig NEWBR 3.242.164.147

Linux Bridge settings

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.