Page 1 of 1
IP Outside the IP Pool
Posted: Mon Jul 16, 2018 12:17 pm
by nate123451
Hi Guys,
I am having some trouble in locating the IP's outside my set pool.
e.g Ip pool 10.0.1.30-10.0.1.254
How can i able to see the ip's below 30? Or if possible the entire subnet?
Many thanks!
Re: IP Outside the IP Pool
Posted: Mon Jul 16, 2018 8:59 pm
by diddie17
You could use the IP Scan within the tools menu, which will allow you to scan ranges of addresses on specific or all interfaces.
Re: IP Outside the IP Pool
Posted: Mon Jul 16, 2018 11:02 pm
by Steveocee
IP>ARP and you can see what IP's are talking to your router.
Re: IP Outside the IP Pool
Posted: Tue Jul 17, 2018 4:52 am
by nate123451
You could use the IP Scan within the tools menu, which will allow you to scan ranges of addresses on specific or all interfaces.
Done with this and now able to see the ip's that I was checking.
Another followup question for this, Is it possible to configure or assigned the given ip outside the pool and make it static?
Re: IP Outside the IP Pool
Posted: Tue Jul 17, 2018 5:03 am
by diddie17
Absolutley, you can set a static lease by adding an entry to the DHCP leases for the specific MAC address of the device.
An easy way to do this is to let the device pick up a dynamic IP addressfrom the pool, open up the dynamic entry and click on make static. Then you can change the IP address to where you want it to be (outside the pool).
I don't think it is a real issue to leave the static address inside the pool if you would prefer as I believe the DHCP Server will check with a ping to make sure an address is free before assigning the address from the pool. Personally as you suggested, I always assign static addresses from outside of the pool. In the example you gave 10.0.1.1 to 10.0.1.29.
Re: IP Outside the IP Pool
Posted: Tue Jul 17, 2018 5:24 am
by nate123451
Absolutley, you can set a static lease by adding an entry to the DHCP leases for the specific MAC address of the device.
An easy way to do this is to let the device pick up a dynamic IP addressfrom the pool, open up the dynamic entry and click on make static. Then you can change the IP address to where you want it to be (outside the pool).
I don't think it is a real issue to leave the static address inside the pool if you would prefer as I believe the DHCP Server will check with a ping to make sure an address is free before assigning the address from the pool. Personally as you suggested, I always assign static addresses from outside of the pool. In the example you gave 10.0.1.1 to 10.0.1.29.
Did what you suggest, what happens is when I changed it to desired static ip outside the pool, the status is waiting. The machine itself didn't acquire the assigned IP I put.
Re: IP Outside the IP Pool
Posted: Tue Jul 17, 2018 5:30 am
by k6ccc
Did what you suggest, what happens is when I changed it to desired static ip outside the pool, the status is waiting. The machine itself didn't acquire the assigned IP I put.
Remember that the machine in question does not get a new address as soon as you change it't static reservation. It has no way of knowing that you changed the IP. Next time the machine requests an IP, it will get the new address. Normally that will be at about half the lease time.
Re: IP Outside the IP Pool
Posted: Tue Jul 17, 2018 5:36 am
by nate123451
Did what you suggest, what happens is when I changed it to desired static ip outside the pool, the status is waiting. The machine itself didn't acquire the assigned IP I put.
Remember that the machine in question does not get a new address as soon as you change it't static reservation. It has no way of knowing that you changed the IP. Next time the machine requests an IP, it will get the new address. Normally that will be at about half the lease time.
Noted on this! Thanks for the info!
![Smile :)](./images/smilies/icon_smile.gif)
Re: IP Outside the IP Pool
Posted: Tue Jul 17, 2018 2:07 pm
by mkx
... I believe the DHCP Server will check with a ping to make sure an address is free before assigning the address from the pool.
Actually both DHCP server AND client should check availability of an address as per
RFC2131.
Re: IP Outside the IP Pool
Posted: Wed Jul 18, 2018 2:58 am
by diddie17
... I believe the DHCP Server will check with a ping to make sure an address is free before assigning the address from the pool.
Actually both DHCP server AND client should check availability of an address as per
RFC2131.
Good to know, thanks for the correction. I'm glad there are more knowledagble people around to pick up on my mistakes and for me to learn from
![Smile :-)](./images/smilies/icon_smile.gif)