[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nslookup6



>Hi!
>Anyone know where I can find an nslookup that supports v6 (linux x86 /
>source)? Having some trouble finding it...
>

This may not be of much help, depending on what you want to do, but I've
been able to do the following to return an IPv6 address:

nslookup -query=aaaa <ipv6 hostname>
and also -
host -t aaaa <ipv6 hostname>

Regards,

Steve.