[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nslookup6
- Subject: nslookup6
- From: [email protected] (Steven Micallef)
- Date: Mon, 17 Jul 2000 16:35:30 +1000
>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.