console application for find subnet mask
cargo install --git=https://github.com/Arikato111/find_subnet
cargo build --release
- output file is
./target/release/find_subnet
subnet <0-32>
subnet <0-32> <0-32> <0-32> <0-32>
$ subnet 20
# /20 = 11111111.11111111.11110000.00000000 | 255.255.240.0
$ subnet 10 20 30
# /10 = 11111111.11000000.00000000.00000000 | 255.192.0.0
# /20 = 11111111.11111111.11110000.00000000 | 255.255.240.0
# /30 = 11111111.11111111.11111111.11111100 | 255.255.255.252
$ subnet -w 10 20 30
# /10 = 00000000.00111111.11111111.11111111 | 0.63.255.255
# /20 = 00000000.00000000.00001111.11111111 | 0.0.15.255
# /30 = 00000000.00000000.00000000.00000011 | 0.0.0.3
- find subnet with number of devices
- update to latest version
- find wildcard
- installing. use git clone but dont move any file or folder. just git clone.