Load Balancer w DomainOcean

1. Set up Load Balancer and add server droplets to it using DigitalOcean.com UI:

2. Configure each server to accept Proxy Protocol:

3. Make sure each server has eth1 private network configured:

ne /etc/netplan/50-cloud-init.yaml
plain text
eth1: addresses: - 10.116.0.3/20 match: macaddress: 02:01:03:a5:c1:33 nameservers: addresses: - 67.207.67.3 - 67.207.67.2 search: [] set-name: eth1

Powered by Notaku