How to Configure LACP (bond0 – mode 802.3ad) on Ubuntu Server Using Netplan

📌 Requirements Ubuntu Server 20.04/22.04+ Two or more physical NICs (e.g., eno1, eno2) Switch configured for LACP (mode active/passive) Root or sudo access ✅ Step 1: Identify Your Network Interfaces Run: ip link show ✅ Step 2: Backup Existing Netplan Configuration sudo cp /etc/netplan/*.yaml /etc/netplan/backup.yaml ✅ Step 3: Create a New Netplan Configuration with Bonding…

How to Configure LACP (bond0 – mode 802.3ad) on AlmaLinux / Rocky Linux Using nmcli

📌 Requirements AlmaLinux or Rocky Linux 8/9 Two or more physical NICs (e.g., eno1, eno2) Switch configured for LACP Root or sudo access ✅ Step 1: Identify Your Network Interfaces nmcli device status Note down the names of your NICs (e.g., eno1, eno2). ✅ Step 2: Create the Bond Interface bond0 with LACP sudo nmcli connection add type bond con-name bond0 ifname bond0 mode…

Mounting a Network ISO on iDRAC 8 or 9

🛠️ Tutorial: Mounting a Network ISO on iDRAC 8 or 9 This guide explains how to mount a bootable ISO from the network on your Dell server using iDRAC 8 or 9. It’s perfect for remote OS installations without needing physical access to the machine. ✅ Required Information 🌐 ISO Server Path://iso.serversp.net/ 🔐 SMB Credentials…