Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.1

Address: 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

```