Good day!
i use Colibri imx6 with NFS and TFTP server.
i use for this article:
here we may see hardware address (MAC address)
can i use different device without modify file dhcpd.conf each time ?
i mean one config for all colibri imx6?
Good day!
i use Colibri imx6 with NFS and TFTP server.
i use for this article:
here we may see hardware address (MAC address)
can i use different device without modify file dhcpd.conf each time ?
i mean one config for all colibri imx6?
Hi @andrey.vatoropin.it !
I think it is possible indeed.
The configuration that you are referring to is in the dhcpd.conf
example file, right?
You can take a look at the manpages for dhcpd
and dhcpd.conf
to have a better understanding on how to configure them. For example:
dhcpd
: https://linux.die.net/man/8/dhcpd
dhcpd.conf
: https://linux.die.net/man/5/dhcpd.conf
Best regards,