Hi, Le 10/03/2014 15:39, Kevin Maziere a écrit :
HiI'm trying to use haproxy with ipv6 adresses in my backend, and it always fail. Can you confirm that is a no working feature My configuration : backend ipv6 mode http balance roundrobin option forwardfor option httpchk * server test ::1:8080 weight 5 check inter 2000* #=> *failed* Error : server test has neither service port nor check port. Check has been disabled Then I fix : * server test ::1:8080 weight 5 check port 8080 inter 2000* And : [WARNING] 068/144421 (3289) : Server ipv6/test is DOWN, reason: Layer4 connection problem, info: "Connection refused", check duration: 0ms. 0 active and 0 backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue. But my service is available on [::1]:8080 over wget/curl ... OS : Ubuntu 12.04 Version : 1.4.18-0ubuntu1.2 Do I miss something ?
Yes, haproxy 1.4 doesn't support IPv6 addresses for servers. http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#server -- Cyril Bonté

