mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
24 lines
555 B
Markdown
24 lines
555 B
Markdown
![]() |
# ipcalc
|
||
|
|
||
|
> Perform simple operations/calculations on IP addresses and networks.
|
||
|
|
||
|
- Show information about an address/network:
|
||
|
|
||
|
`ipcalc {{ip_address}} {{subnet_mask}}`
|
||
|
|
||
|
- Show information about an address/network in CIDR notation:
|
||
|
|
||
|
`ipcalc {{ip_address}}/{{masked_bits}}`
|
||
|
|
||
|
- Show broadcast address of an address/network:
|
||
|
|
||
|
`ipcalc -b {{ip_address}}/{{masked_bits}}`
|
||
|
|
||
|
- Show network address of provided IP address and netmask:
|
||
|
|
||
|
`ipcalc -n {{ip_address}}/{{masked_bits}}`
|
||
|
|
||
|
- Display geographic information of provided IP address:
|
||
|
|
||
|
`ipcalc -g {{ip_address}}`
|