Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to refer to all IPs using an IP Range e.g. XX.XX.XX.XX / 24 [closed]

Tags:

networking

ip

How can I refer to all IPs using an IP Range e.g. XX.XX.XX.XX / 24?

like image 452
James Avatar asked Aug 15 '11 11:08

James


People also ask

How do you reference IP ranges?

IP addresses are expressed as a set of four numbers — an example address might be 192.158. 1.38. Each number in the set can range from 0 to 255. So, the full IP addressing range goes from 0.0.

How many IPs are in a 24?

So the scope of the question changes to now be “how many useable IP addresses can we generate off of the netmask?” and we can see that we can see that a network with a netmask of /24 has 254 unique IP addresses.


1 Answers

Do you want a mask that covers the entire IPv4 address space? That would be 0.0.0.0/0.

like image 153
hmakholm left over Monica Avatar answered Oct 09 '22 11:10

hmakholm left over Monica