I'm terrible at working out network subnets in my head. Is there some command line tool for linux (ubuntu packages a plus), that lets me put in 255.255.255.224 and it'll tell me that is a /27?
| |||
|
feedback
|
|
ipcalc can do this, for example:
if you entered a subnet mask instead of CIDR, you will still see the /## CIDR number after 'Network:', so it goes both ways. or with sipcalc:
The Ubuntu Packages are ipcalc and sipcalc:
| ||||
feedback
|
|
I've used ipcalc before for this. It looks like Ubuntu also has sipcalc. See here. | |||
|
feedback
|
|
I use ipcalc for network subnetting, but it's limited to IPv4 addresses. | |||
|
feedback
|