Skip to content

Commit 4912781

Browse files
authored
ipcalc: add page (#16132)
1 parent 05cda9b commit 4912781

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/common/ipcalc.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ipcalc
2+
3+
> A tool to calculate IP information (subnet, broadcast, host range) from an IP address and netmask.
4+
> More information: <https://manned.org/ipcalc>.
5+
6+
- Display network info for an IP address:
7+
8+
`ipcalc {{192.168.0.1}}`
9+
10+
- Display network info using CIDR notation:
11+
12+
`ipcalc {{192.168.0.1/24}}`
13+
14+
- Display network info using a separate netmask:
15+
16+
`ipcalc {{192.168.0.1}} {{255.255.255.0}}`
17+
18+
- Show only CIDR notation output:
19+
20+
`ipcalc {{[-c|--class]}} {{192.168.0.1/24}}`
21+
22+
- Show version information:
23+
24+
`ipcalc --version`

0 commit comments

Comments
 (0)