Tag

VRRP

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 15, 2025 · Operations

How to Set Up Keepalived Dual‑Host Mode for VIP Failover

This guide demonstrates how to configure keepalived in a dual‑host (master‑master) setup, enabling VIP address migration between two servers by defining two VRRP instances that act as primary and backup for each other, and includes step‑by‑step commands, configuration files, verification procedures, and multicast traffic capture.

High AvailabilityKeepalivedLinux
0 likes · 8 min read
How to Set Up Keepalived Dual‑Host Mode for VIP Failover
Wukong Talks Architecture
Wukong Talks Architecture
Jun 29, 2022 · Operations

Understanding Keepalived: High‑Availability, VRRP Election, and Load‑Balancing Mechanisms

This article explains the principles and configuration of Keepalived, covering its role in providing high‑availability virtual IPs, the VRRP election process, traffic forwarding, load‑balancing algorithms, and practical configuration examples with vrrp_instance and vrrp_script directives.

High AvailabilityIPVSKeepalived
0 likes · 16 min read
Understanding Keepalived: High‑Availability, VRRP Election, and Load‑Balancing Mechanisms
Python Programming Learning Circle
Python Programming Learning Circle
Dec 20, 2021 · Operations

Guide to Installing and Configuring Keepalived for High Availability Using VRRP

This tutorial explains how to achieve high availability with keepalived by installing the software, configuring VRRP virtual IPs, setting up master and backup nodes, starting the service, and verifying failover through VIP testing on Linux systems.

FailoverHigh AvailabilityKeepalived
0 likes · 6 min read
Guide to Installing and Configuring Keepalived for High Availability Using VRRP
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 12, 2021 · Databases

Implementing High‑Availability PostgreSQL with Keepalived: Architecture, Setup, and Failover Procedures

This article explains how to use Keepalived together with PostgreSQL to build a two‑node high‑availability cluster, covering Keepalived's VRRP mechanism, host planning, installation steps, asynchronous master‑slave replication configuration, monitoring scripts, and detailed failover drills.

FailoverHigh AvailabilityKeepalived
0 likes · 20 min read
Implementing High‑Availability PostgreSQL with Keepalived: Architecture, Setup, and Failover Procedures
Architecture Digest
Architecture Digest
Aug 28, 2021 · Operations

Implementing High Availability for Nginx with Keepalived on Linux

This guide explains how to achieve high availability for Nginx by installing and configuring Keepalived with VRRP, detailing preparation steps, configuration file examples, health‑check scripts, and failover testing on two Linux servers.

FailoverKeepalivedLinux
0 likes · 8 min read
Implementing High Availability for Nginx with Keepalived on Linux
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 21, 2021 · Operations

Resolving Firewall and VIP Migration Issues in Keepalived on CentOS 7

This guide explains how to troubleshoot firewalld command errors, enable VRRP multicast traffic, and fix VIP migration problems in a Keepalived high‑availability setup on CentOS 7, providing step‑by‑step commands, configuration file adjustments, and verification procedures.

CentOS7High AvailabilityKeepalived
0 likes · 6 min read
Resolving Firewall and VIP Migration Issues in Keepalived on CentOS 7
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 21, 2021 · Operations

Deploying Keepalived with Nginx for High Availability and Failover

This guide demonstrates how to achieve high availability for Nginx by deploying Keepalived in a virtual IP failover setup, covering installation via yum or source, configuration of keepalived and VRRP scripts, service management, and verification steps on two CentOS servers.

CentOSHigh AvailabilityKeepalived
0 likes · 9 min read
Deploying Keepalived with Nginx for High Availability and Failover
vivo Internet Technology
vivo Internet Technology
Apr 21, 2021 · Operations

System Health Check: Principles and Implementation

System health checks, akin to medical exams, are vital for modern IT infrastructure, using active and passive monitoring, failover strategies, and tools like Spring Boot Actuator to detect hardware, network, load, or software issues, prevent single points of failure, and ensure continuous high‑availability service operation.

FailoverHigh AvailabilityService Monitoring
0 likes · 12 min read
System Health Check: Principles and Implementation
Practical DevOps Architecture
Practical DevOps Architecture
Dec 4, 2020 · Operations

Step-by-Step Guide to Building a Keepalived + Nginx High‑Availability Setup

This tutorial walks through preparing two servers, configuring Keepalived and Nginx on both master and backup nodes, restarting services, and testing failover to demonstrate a functional high‑availability architecture using VRRP virtual IPs.

High AvailabilityKeepalivedLinux
0 likes · 4 min read
Step-by-Step Guide to Building a Keepalived + Nginx High‑Availability Setup
Top Architect
Top Architect
Mar 9, 2020 · Operations

Configuring Keepalived High Availability with Nginx Load Balancing

This article explains how to install and configure Keepalived for high‑availability VRRP failover, set up master and backup configuration files, integrate with two Nginx load balancers, and test failover scenarios using scripts and command‑line tools.

High AvailabilityKeepalivedLinux
0 likes · 8 min read
Configuring Keepalived High Availability with Nginx Load Balancing
Architecture Digest
Architecture Digest
Feb 23, 2020 · Operations

Configuring Keepalived for High Availability with Nginx Load Balancing

This guide explains how to install Keepalived, configure VRRP‑based high‑availability for Nginx load balancers, modify master and backup configuration files, test failover scenarios, and add a Bash watchdog script to ensure seamless service continuity.

FailoverHigh AvailabilityKeepalived
0 likes · 8 min read
Configuring Keepalived for High Availability with Nginx Load Balancing
Practical DevOps Architecture
Practical DevOps Architecture
Aug 26, 2016 · Information Security

Split NAT Server Configuration and Source‑Return Path in USG Firewalls

This article explains how to split a NAT server across two ISPs using zone or no‑reverse parameters, addresses source‑return path issues with redirect‑reverse or reverse‑route commands, and shows how adding VRRP resolves ARP conflicts and intermittent connectivity in dual‑firewall deployments.

NATNetwork SecuritySource-Return
0 likes · 10 min read
Split NAT Server Configuration and Source‑Return Path in USG Firewalls