Tagged articles
11 articles
Page 1 of 1
UCloud Tech
UCloud Tech
Jun 23, 2021 · Operations

Hands‑On DR Mode LVS Load Balancing with Keepalived: Step‑by‑Step Guide

This article walks through a practical setup of LVS DR mode load balancing on four UCloud servers, covering network configuration, ARP tweaks, ipvsadm rules, VIP assignment, troubleshooting steps, and implementing high‑availability with Keepalived, complete with command examples and visual screenshots.

DR ModeLVSNetwork Configuration
0 likes · 10 min read
Hands‑On DR Mode LVS Load Balancing with Keepalived: Step‑by‑Step Guide
UCloud Tech
UCloud Tech
Apr 29, 2021 · Fundamentals

How DR and TUN Modes Optimize Load Balancer Performance

This article explains the limitations of NAT and FULLNAT load‑balancing models, introduces DR and TUN modes that let real servers reply directly to clients, and details the required ARP and loopback configurations to hide VIPs and reduce bottlenecks.

ARPDR ModeNAT
0 likes · 11 min read
How DR and TUN Modes Optimize Load Balancer Performance
Liangxu Linux
Liangxu Linux
Jan 26, 2021 · Operations

Understanding Load Balancing: From DNS to LVS and Its Modes Explained

This article explains the evolution of load balancing, compares DNS, hardware, and software approaches, details the Linux Virtual Server (LVS) architecture, its integration with netfilter, and walks through the DR, NAT, Tunnel, and FullNAT modes with their advantages, drawbacks, and typical use cases.

DR ModeLVSNAT mode
0 likes · 19 min read
Understanding Load Balancing: From DNS to LVS and Its Modes Explained
21CTO
21CTO
Jun 18, 2016 · Operations

How LVS Load Balancer Distributes Traffic: Deep Dive into DR, NAT, and TUN Modes

This article explains the architecture of Linux Virtual Server (LVS) load balancers, detailing the roles of the Director server, Real servers, shared storage, and the three primary IPVS scheduling modes—DR, NAT/FULL NAT, and TUN—including their mechanisms, advantages, and configuration considerations.

DR ModeIPVSLVS
0 likes · 14 min read
How LVS Load Balancer Distributes Traffic: Deep Dive into DR, NAT, and TUN Modes
21CTO
21CTO
Aug 13, 2015 · Backend Development

Mastering LVS and Keepalived: Build a High‑Performance Load‑Balancing Cluster

This article explains the fundamentals of load balancing, introduces Linux Virtual Server (LVS) and its architecture, and provides a step‑by‑step guide to set up a DR‑mode LVS cluster with Keepalived on CentOS, including configuration, testing, and failover verification.

DR ModeLVSLinux
0 likes · 19 min read
Mastering LVS and Keepalived: Build a High‑Performance Load‑Balancing Cluster