LACP: What It Is and Why All ServerSP Dedicated Servers Include

LACP with 2x 10Gbps SFP+: What It Is and Why All ServerSP Dedicated Servers Include This Technology by Default When discussing high-performance dedicated servers, many aspects are often considered: processing power, storage, memory, security, and so on. However, one key element frequently underestimated — yet essential — is network connectivity. That’s where LACP (Link Aggregation…

How to Change the RDP Port on Windows Server and Secure Remote Access Changing the default RDP (Remote Desktop Protocol) port from 3389 to a custom port is a simple but effective way to improve server security. This tutorial walks you through how to do it safely, including how to open the new port on…

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…