0% found this document useful (0 votes)
202 views3 pages

Linux Networking and Troubleshooting: Load Balancing With Haproxy

The diagram shows a load balancer configured with HAProxy distributing client requests across two Apache web servers running on nodes 1 and 2. The load balancer has an eth0 interface with IP 10.0.1.11 that clients connect to on port 80, and eth0 interfaces connected to each backend server on port 8080. Each server and the load balancer have host-based firewalls, and the servers are within a VPC firewall.

Uploaded by

eusphorus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
202 views3 pages

Linux Networking and Troubleshooting: Load Balancing With Haproxy

The diagram shows a load balancer configured with HAProxy distributing client requests across two Apache web servers running on nodes 1 and 2. The load balancer has an eth0 interface with IP 10.0.1.11 that clients connect to on port 80, and eth0 interfaces connected to each backend server on port 8080. Each server and the load balancer have host-based firewalls, and the servers are within a VPC firewall.

Uploaded by

eusphorus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Linux Networking and

Troubleshooting
Load Balancing with HAProxy

Linux Networking and Troubleshooting


HAPROXY:: ARCHITECTURE

APACHE

eth0
10.0.1.20
CLIENT Node1
LOAD BALANCER
eth0
80
eth0
HOST FIREWALL
10.0.1.11 8080
10.0.1.10
Client1
Server1 APACHE
HOST FIREWALL
eth0
HOST FIREWALL
10.0.1.30

Node2

HOST FIREWALL
VPC FIREWALL

Linux Networking and Troubleshooting


HAPROXY:: ARCHITECTURE

APACHE

eth0
10.0.1.20
CLIENT Node1
LOAD BALANCER
eth0
80
eth0
HOST FIREWALL
10.0.1.11 8080
10.0.1.10
Client1
Server1 APACHE
HOST FIREWALL
eth0
HOST FIREWALL
10.0.1.30

Node2

HOST FIREWALL
VPC FIREWALL

Linux Networking and Troubleshooting

You might also like