Skip to main content
  1. Posts/

Create Bridges on Bonds with and without VLANs using NetworkManager

·1 min·
centos linux centos

Dalam lingkungan produksi, Anda sebagai Network Administrator diminta untuk implementasi jaringan seperti berikut.

+------+   +---------+                           +---------------+
| eth0 |---|         |          +------------+   |  Network one  |
+------+   |         |----------|  br-bond0  |---| (native VLAN) |
           |  bond0  |          +------------+   +---------------+
+------+   |         |                                            
| eth1 |---|         |                                            
+------+   +---------+                           +---------------+
            | |   +---------+   +------------+   |  Network two  |
            | +---| vlan123 |---| br-vlan123 |---| (tagged VLAN) |
            |     +---------+   +------------+   +---------------+
            |                                                     
            |     +---------+   +------------+   +---------------+
            +-----| vlan456 |---| br-vlan456 |---| Network three |
                  +---------+   +------------+   | (tagged VLAN) |
                                                 +---------------+

Dalam topologi ini, kita asumsikan eth0 dan eth1 adalah interface yang mengarah ke internet. Kemudian, kedua interface tersebut akan di bonding dengan mode active-backup, sehingga ketika salah satu interface mati, interface pengganti akan secara otomatis mengambil alih.

Dari interface bonding (bond0), kita akan membuat interface bridge untuk masing-masing jaringan dengan VLAN dan tanpa VLAN.

https://blog.christophersmart.com/2020/08/29/how-to-create-bridges-on-bonds-with-and-without-vlans-using-networkmanager/

Related

Configuring Network Teaming
·2 mins
centos linux centos
Configuring Network Bonding
·3 mins
centos linux centos
Creating Custom Policy Modules SELinux
·1 min
centos linux centos
Install Repo Raven di CentOS
·1 min
centos linux centos
Compiling Custom Kernel Modules
·3 mins
linux linux centos
Reinstalling GRUB Bootloader
·1 min
linux linux centos