> Hi, > > All my backend servers are connected to a private, IPv6-only network. > When I'm trying to use their addresses in "server" directive, HAProxy > fails to connect to them.
I would strongly suggest to avoid link-local addresses for any services
and applications.
If you need to keep this off the internet, you better assign ULA prefixes
and use those.
Using link-local addresses is asking for trouble, imho.
Regads,
Lukas

