15 pts.
 What’s my IP range?
I am needing to find my IP range and find an avail IP within that range.

IP addy - 192.168.1.104

Subnet Mask - 255.255.255.0

Default Gateway- 192.168.1.1



Software/Hardware used:
ASKED: May 7, 2010  12:48 PM
UPDATED: May 7, 2010  7:20 PM

Answer Wiki:
By using the subnet mask you can work out how many address are in a given range. For instance in a /24 (mask 255.255.255.0) you have the whole of the last octet to play with, well, apart from the first and last addresses which will always be your network address and broadcast respectively. So for your example: 192.168.1.0 - Network Address 255.255.255.0 - Subnet Mask 192.168.1.255 - Broadcast Address 192.168.1.1 to 192.168.1.254 - Useable Addresses Your default gateway is already .1 so really <b>you have .2 to .254 for use</b>. I would suggest until you have learned sub-netting have a quick search on google and either use an online subnet calculator or download one of the many free ones. There is a great online one at: <a href="http://www.subnet-calculator.com/">http://www.subnet-calculator.com/</a> -Mattmather ----------- are you using DHCP? If you are then you can see what are the IP's that are not used yet if not just ping the IP that you feel like using.. -Jinteik
Last Wiki Answer Submitted:  May 7, 2010  7:20 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts. , jinteik   15,485 pts. , Matt Mather   3,610 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thank you – much appreciated

 15 pts.

 

You could use ping or an ip-scanner to check for ip addresses being used in the network, but that wouldn’t be a reliable method to find an availlable address, as a device that is turned off at the time of the scan would not respond to the ping requests, but that doesn’t mean its address is available.

When not using DHCP, additional controls need to be in place to determine ip-address availability.

 63,535 pts.

 

An IP address is an Internet Protocol address. It is used to identify all the websites on the internet. Ip ranges from 0-255.There are two types of ip address:

1. Private IP
2. Public Ip

Private IP range :

Class A(Netid.hostid.hostid.hostid) : 1.0.0.0 to 126.0.0.0
Class B(Netid.Netid.hostid.hostid) : 128.0.0.0 to 191.0.0.0
Class C(Netid.Netid.Netid.hostid) : 192.0.0.0 to 223.0.0.0
Class D(Multicast) : 224.0.0.0 to 239.0.0.0
Class E(For Research) : 240.0.0.0 to 255.0.0.0

Public ip address ranges from :

Class A(Netid.hostid.hostid.hostid) : 1.0.0.0 to 126.0.0.0
Class B(Netid.Netid.hostid.hostid) : 128.0.0.0 to 191.0.0.0
Class C(Netid.Netid.Netid.hostid) : 192.0.0.0 to 223.0.0.0
Class D(Multicast) : 224.0.0.0 to 239.0.0.0
Class E(For Research) : 240.0.0.0 to 255.0.0.0 . Your ip starts from 192.x.x.x , it shows that your Ip is Class ” c” . If you want to determine your public ip address visit http://www.ip-details.com/ .

 20 pts.

 

Note that the previous comment has numerous errors in the listed ranges. Also note that the link not only gives an incorrect result for my IP address, but it also gives an incorrect geographic location, missing by perhaps 1500 miles. I don’t doubt that the site works correctly most of the time, but the number of errors makes it very questionable to me. — Tom

 107,695 pts.