"Vladislav V. Prodan" <univers...@ukr.net> wrote
  in <4c5e33bb.50...@ukr.net>:

un> # host -6 2001:5c0:1000:b::599b 8.8.8.8
un> socket.c:1859: internal_send: ::ffff:8.8.8.8#53: Invalid argument
un> socket.c:1859: internal_send: ::ffff:8.8.8.8#53: Invalid argument
un> ;; connection timed out; no servers could be reached

 The above command specifies IPv4 as the transport to 8.8.8.8.  I
 guess that is not what you want to do.  If you want to resolve an
 IPv6 address by using a name server 8.8.8.8 via IPv4, the following
 should be enough:

 # host 2001:5c0:1000:b::599b 8.8.8.8

 The two options -4 and -6 are useful when the name server is
 specified as a domain name which has both A and AAAA RR.

-- Hiroki

Attachment: pgpoSkmG0ykSN.pgp
Description: PGP signature

Reply via email to