On 2024-11-21 at 17:37:24 UTC-0500 (Thu, 21 Nov 2024 23:37:24 +0100)
Philipp Kern via mailop <p...@philkern.de>
is rumored to have said:

On 11/21/24 5:58 PM, Slavko via mailop wrote:
On 21. novembra 2024 15:51:52 UTC, Marco Moock via mailop <mailop@mailop.org> wrote:

At least that works for me:

m@ryz:~$ whois 129.206.0.0 |grep -i netname
NetName:        RN-ERX-129-206-0-0
netname:        HD-NET
m@ryz:~$ whois 2001:7c0:: |grep -i netname
netname:        BELWUE
m@ryz:~$

But to do that, you have to know IP, but when you know
only netname (HD-NET in your case)?

$ whois -T inetnum hd-net
$ whois -T inet6num belwue

That requires either a whois client that natively understands "-T" or a trick to pass the flag along raw to the whois server, e.g.:

        whois -h whois.ripe.net -- -T inetnum hd-net

It also requires a RIPE-like whois server.

--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo@toad.social and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire
_______________________________________________
mailop mailing list
mailop@mailop.org
https://list.mailop.org/listinfo/mailop

Reply via email to