Need help ASAP
Need help ASAP
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.
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
You can use this simple way to calculate :
or
To read ;-)
https://en.wikipedia.org/wiki/Subnetwork
Code: Select all
2^(32-29) - 2 = [b]6 IP[/b]
Code: Select all
2**(32-29) - 2 = 2**3 - 2 = 8 - 2 = 6
https://en.wikipedia.org/wiki/Subnetwork