How do I override the DHCP default settings

I need to generate a system using two separate ethernet cameras and allowing docker modules to connect to the correct one. One camera will be on the RJ-45 connection on the dev board. The other will be on a USB to Ethernet connector off of the USB3.0 connector on the dev board. These are split because of different speeds supported. I am planning to have different addresses on each interface and have DHCP set the addresses for each board, with a different sub-address pool for each interface.
however, I am running into the issue that starting the dhcpd daemon is causing a reset of any changes I make to the pools and resetting the system to only do DHCP on the USB interface to the host.
I have found that there is a camif option which would cover a single camera case. I have not yet found a description of the process to invoke that option.
It does not seem that adding a netplan directory and a .yaml file makes any difference.
Thanks

Hi,
The setup is a bit complex and we don’t have experience. This would need other users to provide suggestion.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.