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.

Here's some configurations I've tried (fe80::ec4:7aff:fe59:91dd =
backend server, fe80::ec4:7aff:fe6c:4a89 = haproxy):

server backend1 fe80::ec4:7aff:fe59:91dd check cookie test1 fall 3
inter 2s weight 10

server backend1 fe80::ec4:7aff:fe59:91dd%eth1 check cookie test1 fall
3 inter 2s weight 10

server backend1 fe80::ec4:7aff:fe59:91dd source
fe80::ec4:7aff:fe6c:4a89 interface eth1 check cookie test1 fall 3
inter 2s weight 10


Is there a way to use IPv6 link-local addresses in HAProxy configuration?

Thanks,

-- 
Jonathan Leroy
http://www.inikup.com/
Tel: +33 (0)9 74 77 41 72

Reply via email to