Pergunta

I want to see the ip details of a machine that has a dual-stack. I am using dig to do this using the options -A and -AAAA to get the individual answers, and was wondering if there isn't an option to get both of the results with just one query. Thx

Foi útil?

Solução

I managed to find the answer . You have to use the -ANY flag to get both the ipv6 and ipv4 ip's. Hope this helps.

Outras dicas

There is a duplicate question here:

Get IPv4 and IPv6 with one command

Where I've given the alternative answer:

dig hostname A hostname AAAA +short
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top