Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoit74/docker-ipcalc
A docker image based on debian with ipcalc package installed
https://github.com/benoit74/docker-ipcalc
docker ipcalc
Last synced: about 1 month ago
JSON representation
A docker image based on debian with ipcalc package installed
- Host: GitHub
- URL: https://github.com/benoit74/docker-ipcalc
- Owner: benoit74
- Created: 2018-02-20T09:17:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T10:27:29.000Z (almost 7 years ago)
- Last Synced: 2024-10-20T14:34:09.248Z (3 months ago)
- Topics: docker, ipcalc
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ipcalc
A docker image based on debian with ipcalc package installed
## Usage
```bash
docker run -t --rm benoit74/ipcalc ipcalc 192.168.0.1Address: 192.168.0.1 11000000.10101000.00000000. 00000001
Netmask: 255.255.255.0 = 24 11111111.11111111.11111111. 00000000
Wildcard: 0.0.0.255 00000000.00000000.00000000. 11111111
=>
Network: 192.168.0.0/24 11000000.10101000.00000000. 00000000
HostMin: 192.168.0.1 11000000.10101000.00000000. 00000001
HostMax: 192.168.0.254 11000000.10101000.00000000. 11111110
Broadcast: 192.168.0.255 11000000.10101000.00000000. 11111111
Hosts/Net: 254 Class C, Private Internet```