On Fri, Oct 16, 2015 at 04:40:20PM -0400, Mark Betz wrote:
> Hi, Willy. Thanks for the reply. The version of haproxy installed into the
> container is:
> 
> $ /usr/sbin/haproxy --version
> HA-Proxy version 1.5.14 2015/07/02

I precisely asked for "haproxy -vv" because it says a lot more and what
we need to check (support for getaddrinfo) is there.

> Also, for completeness:
> 
> $ uname -a
> Linux haproxy 3.19.0-30-generic #34-Ubuntu SMP Fri Oct 2 22:08:41 UTC 2015
> x86_64 x86_64 x86_64 GNU/Linux

OK.

> I don't believe ipv6 addresses are coming back in our cluster. I did an
> nslookup on that name from inside the container earlier and just got back
> the internal ipv4 address.

Are you sure it returned *all* records ?

When I do "nslookup 1wt.eu", I get "Address: 62.212.114.60". When I do
"host -a 1wt.eu", I get :

  1wt.eu.           2586    IN      A       62.212.114.60
  1wt.eu.           978     IN      AAAA    2001:7a8:363c:2::2

As you can see that's quite different. That's why I asked for these to
be sure we're seeing. I'm pretty sure we can get this from nslookup as
well, it's just that I never manage to use it because when a tool does
not provide any help on its command line, you're not incited to read
man pages to learn it...

Regards,
Willy


Reply via email to