Page 1 of 1

Need help ASAP

Posted: Sun Dec 04, 2016 8:55 am
by tris
This might sound like a stupid question but I would really like to know how I would work out how many IP's I've got available on this network range:

173.208.173.146/29

Can someone tell it to me what is my Main IP, and the IP/s that i can use as Name Servers and also the IP that i can use as domains IP.

Re: Need help ASAP

Posted: Tue Dec 06, 2016 9:46 am
by skurudo
You can use this simple way to calculate :

Code: Select all

2^(32-29) - 2 = [b]6 IP[/b]
or

Code: Select all

2**(32-29) - 2 = 2**3 - 2 = 8 - 2 = 6
To read ;-)
https://en.wikipedia.org/wiki/Subnetwork