On my Linux machine, I have two DHCP clients installed: udhcpc
and dhcpcd
.
When I run /sbin/ifup <interface_name>
ifup
application uses dhcpcd
client to request the IP, but I need to use udhcpc
. Is there a way to specify the default DHCP client in some config files?