O cliente DNS do Ubuntu 16.10 não usa um registro quando o AAAA retorna SERVFAIL

1

Existe um registro, o AAAA retorna SERVFAIL, o host tem conectividade de pilha dupla

$ host www.fidelityrewards.com
www.fidelityrewards.com has address 170.135.184.45
Host www.fidelityrewards.com not found: 2(SERVFAIL)

O Ubuntu 16.10 não se conecta via IPv4

$ wget www.fidelityrewards.com
--2017-02-27 07:41:57--  http://www.fidelityrewards.com/
Resolving www.fidelityrewards.com (www.fidelityrewards.com)... failed: Name or service not known.
wget: unable to resolve host address ‘www.fidelityrewards.com

trabalhando corretamente em dual stack Debian 8.7

$ wget www.fidelityrewards.com
--2017-02-27 08:44:47--  http://www.fidelityrewards.com/
Resolving www.fidelityrewards.com (www.fidelityrewards.com)... 170.135.184.45
Connecting to www.fidelityrewards.com (www.fidelityrewards.com)|170.135.184.45|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2363 (2.3K) [text/html]
Saving to: ‘index.html.1’

index.html.1          100%[=========================>]   2.31K  --.-KB/s   in 0s     

2017-02-27 08:44:50 (143 MB/s) - ‘index.html.1’ saved [2363/2363]

Qual componente devo registrar um bug? glibc?

Editar: /etc/nsswitch.conf

hosts:          files myhostname mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns wins 
networks:       files
    
por sdaffa23fdsf 27.02.2017 / 14:50

0 respostas