sipcalc
all
Calculate IP subnet information for IPv4 and IPv6 addresses. See also: `ipcalc`.
More info →Options (5)
-a, --allbooleanDisplay all available information for an address
Example:
sipcalc {{[-a|--all]}} {{192.168.1.0/24}}-s, --v4splitbooleanSplit an IPv4 network into subnets of a specified mask
Example:
sipcalc {{[-s|--v4split]}} {{255.255.255.128}} {{192.168.1.0/24}}-r, --v6revbooleanDisplay IPv6 reverse DNS information
Example:
sipcalc {{[-r|--v6rev]}} {{2001:db8::/32}}-d, --resolvebooleanEnable DNS name resolution
Example:
sipcalc {{[-d|--resolve]}} {{192.168.1.0/24}}-h, --helpbooleanDisplay help
Example:
sipcalc {{[-h|--help]}}Examples (6)
Display subnet information for an IPv4 CIDR address
sipcalc 192.168.1.0/24Display all available information for an address
sipcalc [-a|--all] 192.168.1.0/24Split an IPv4 network into subnets of a specified mask
sipcalc [-s|--v4split] 255.255.255.128 192.168.1.0/24Display IPv6 reverse DNS information
sipcalc [-r|--v6rev] 2001:db8::/32Enable DNS name resolution
sipcalc [-d|--resolve] 192.168.1.0/24Display help
sipcalc [-h|--help]made by @shridhargupta | data from tldr-pages