netmask icon indicating copy to clipboard operation
netmask copied to clipboard

An IP address formatting tool

Results 3 netmask issues
Sort by recently updated
recently updated
newest added

README says... "See the file INSTALL for building and installation instructions." Seems to be missing. Update: The following works to compile on Ubuntu 20.04... ./autogen ./configure sudo apt-get install texinfo...

``` : netmask --version netmask, version 2.4.4 ``` ``` : netmask asdf netmask: parse error " : echo $? 0 ``` All errors have a zero return code. This makes...

Hi, I just came across this useful tool via [serverfault](https://serverfault.com/questions/304781/cidr-ranges-for-everything-except-rfc1918). I wanted to generate cidr for everything in the 10.0.0.0/8 except for 10.7.0.0/16. The following worked well enough: $ netmask...