Displaying 2 results from an estimated 2 matches for "nalookup".
2016 Oct 11
1
Hint for nslookup wanted ...
...g.
>>
>> # nslookup www.example.com
>>
>
> Did your google break?
not really;
> For just IPv6
> nslookup -type=AAAA www.example.com
>
> For all records
> nslookup -type=any www.example.com
nslookup -type=any www.google.com
shows only IPv6, when having done
nalookup -type=AAAA www.google.com
before???
other sample:
[root at host ~]# nslookup -query=any www.bipa.at
Server: 192.168.23.2
Address: 192.168.23.2#53
Non-authoritative answer:
www.bipa.at canonical name = www.bipa.at.cdn.cloudflare.net.
Authoritative answers can be found from:
[...
2016 Oct 11
4
Hint for nslookup wanted ...
Hello,
has anybody a hint for me, how I can use nslookup to get
either IPv6 AAAA only or both A and AAAA entries when doing this:
e.g.
# nslookup www.example.com
Thanks,
Walter