First up your both networks that you want to bond:
ifup eth1
ifup eth2
Create the bond file ( ifcfg-bond0 ) a...
apt install keepalived -y
apt install libipset13 -y
nano /etc/keepalived/keepalived.conf
vrrp_instance ...
apt update -y
apt install mysql-server
systemctl start mysql.service
systemctl enable mysql.ser...
When we connect two Layer 2 devices with each other there is a chance of loops and layer 2...
Read MoreRouting is process of selecting a path for the communication and it only happened if we know our neighbor and ...
Read More