LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

arpaname

Convert IP addresses to reverse DNS ARPA names.

TLDR

Translate an IP address to its corresponding ARPA name
$ arpaname [ip_address]
copy
Translate an IPv6 address to ARPA format
$ arpaname [2001:db8::1]
copy

SYNOPSIS

arpaname ipaddress_...

DESCRIPTION

arpaname converts IP addresses (both IPv4 and IPv6) to their corresponding reverse DNS ARPA domain names. These names are used for reverse DNS lookups, which map IP addresses back to hostnames.For IPv4 addresses, the output is in the in-addr.arpa domain. For IPv6 addresses, the output is in the ip6.arpa domain with each hexadecimal digit reversed and separated by dots.

INSTALL

sudo apt install bind9
copy
sudo apk add bind-tools
copy

CAVEATS

This is a simple conversion utility that does not perform DNS queries. It only formats IP addresses into ARPA notation. Use dig or host with the -x flag to perform actual reverse DNS lookups.

HISTORY

arpaname is part of the BIND (Berkeley Internet Name Domain) utilities, the most widely used DNS software. ARPA names follow the format defined in RFC 1035 for IPv4 and RFC 3596 for IPv6.

SEE ALSO

dig(1), host(1), nslookup(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid