You are not logged in.
Hi,
I have multiple NICs in my computer. Is there a way I can pass different options to the dhcp client for each interface? I only want one of them to update my resolv.conf, for example.
A hack would be to just change the order in which the interfaces are started and let the last one be the one which is suppost to update my resolv.conf - but that doesnt always work cause they might obtain the dhcp information in a different speed.
Plus it would be useful for other settings too.
Thanks!
Offline
man dhcpcd
dhcpcd -R eth0 makes eth0 not update the resolv.conf
Are you asking as a permanant rc.conf addition?
Offline