I am looking for instructions on how to set up HA with PPPoE. Everything I have found does not work. Most of the instructions only refer to the HA function without PPPoE.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Hardware Proxmox Host:
CPU: Ryzen 3700x
Ram: 64 GB ECC
Mainboard: x570d4u
Festplatte: Nvme SSD 1TB
Netzwerkkarte: I350-T4
opnsense VM:
CPU: 4 Kerne
Ram: 16 GB
Netzwerk: 2x I350-T4 pass through (also keine Bridge)
#
# Automatically generated configuration.
# Do not edit this file manually.
#
global
uid 80
gid 80
chroot /var/haproxy
daemon
stats socket /var/run/haproxy.socket group proxy mode 775 level admin
nbproc 1
nbthread 1
tune.ssl.default-dh-param 2048
spread-checks 2
tune.chksize 16384
tune.bufsize 16384
tune.lua.maxmem 0
log /var/run/log local0 info
defaults
log global
option redispatch -1
timeout client 30s
timeout connect 30s
timeout server 30s
retries 3
default-server init-addr last,libc
# autogenerated entries for ACLs
# autogenerated entries for config in backends/frontends
# autogenerated entries for stats
# Frontend: https_passthrough ()
frontend https_passthrough
bind 0.0.0.0:443 name 0.0.0.0:443
mode tcp
default_backend OpenVPNBackend
# tuning options
timeout client 30s
# logging options
# ACL: traffic_ssl
acl acl_6065828520f318.80916105 req_ssl_hello_type 1
# ACL: myservice_sni_seafile
acl acl_606582cba59604.58079977 req.ssl_sni -i cloud.xyzdomain.com
# ACTION: request_inspect_delay
# NOTE: actions with no ACLs/conditions will always match
tcp-request inspect-delay 5s
# ACTION: request_content_accept_ssl
tcp-request content accept if acl_6065828520f318.80916105
# ACTION: myservice_sni_seafile
use_backend seafile_backend if acl_606582cba59604.58079977
# Backend: seafile_backend ()
backend seafile_backend
# health checking is DISABLED
mode tcp
balance source
# stickiness
stick-table type ip size 50k expire 30m
stick on src
# tuning options
timeout connect 30s
timeout server 30s
server seafile 192.168.30.15:443
# Backend: OpenVPNBackend ()
backend OpenVPNBackend
# health checking is DISABLED
mode tcp
balance source
# stickiness
stick-table type ip size 50k expire 30m
stick on src
# tuning options
timeout connect 30000
timeout server 30000
retries 3
server opnvpnserver 127.0.0.1:1194




