Is it possible that a system running a DHCP server can become a DHCP client if connected to a network which already has a DHCP server running?
We have a situation where we want to run isc-dhcp-server on an Ubuntu box, there will be several IP cameras connecting to this box and we want the cameras to be assigned IP addresses.
However we then want to be able to take this Ubuntu box out of that network and connect it another network already running a DHCP server and then it should receive a IP address from the other DHCP server.
Is there any way to achieve this and if so how might it be achieved.