Top "Netmask" questions

A bitwise mask that shows which part of the IP address is shared by all computers in the subnetwork and is used to identify them all together in some larger network.

How to calculate the IP range when the IP address and the netmask is given?

When a IP-Range is written as aaa.bbb.ccc.ddd/netmask (CIDR Notation) I need to calculate the first and …

c# ip netmask
Given the IP and netmask, how can I calculate the network address using bash?

In a bash script I have an IP address like 192.168.1.15 and a netmask like 255.255.0.0. I now want to calculate the …

bash ip subnet netmask
Standard/safe way to check if IP address is in range/subnet

I have a small piece of code that converts a 32-bit unsigned integer (ie: uint32_t) into a set of …

c sockets ip-address subnet netmask
Bash - Convert netmask in CIDR notation?

Example: I have this netmask: 255.255.255.0 Is there, in bash, a command or a simple script to convert my netmask in …

bash cidr netmask
Calculate CIDR from a given netmask - Java

Is there a way to calculate a CIDR given a Sub net mask using any Java lib/function/trick?? I …

java ip cidr netmask