Skip to content

Host that runs the server is not served by the DHCP server #817

Answered by ShreyasZare
mpeter50 asked this question in Q&A
Discussion options

You must be logged in to vote

Its not unfortunate, its a requirement to run DHCP server. Imagine that you reboot the server and now it needs to renew lease but it itself is DHCP server and unable to listen since it does not have lease to the IP address. Also, the broadcast packets that are sent are not read by the same host as you observed.

So, you should just configure static IP address manually on the server. You also need to either configure the scope to exclude the IP ranges to avoid them being leased or specify a different start address for the scope.

Note that the DHCP server will not start if it detects that the IP address was assigned by DHCP. So configuring "static" lease will have issue with that.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mpeter50
Comment options

@ShreyasZare
Comment options

Answer selected by mpeter50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants