-
Hi, I'm struggling with a configuration that I thought would be easy, but I'm making a meal of it. I'd like to give an interface a static configuration unless it's connected to my development environment in which case I'd like to to use dhcp. Simplifying:
appears to work and on my dev environment, and gives the interface 192.168.1.10. The interface gets 192.168.77.1 elsewhere. Is there a way to get the dev environment to use dhcp. I tried both an empty profile and a a profile with only a Thanks for any help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, sorry for the late reply. dhcpcd currently does not suppot this! Oddly enough the reverse of your situation is what most people want. So this config now works:
|
Beta Was this translation helpful? Give feedback.
Hi, sorry for the late reply.
dhcpcd currently does not suppot this! Oddly enough the reverse of your situation is what most people want.
Anyway, I've added this commit to fix this here: b3c41d2
So this config now works: