You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to do this in Terraform for CML?
My use case is I'd like to set up a DHCP server in my lab to give a system a particular IP, identified by its MAC address. If the MAC addresses are random, it's difficult to do this. I've tried using static IPs in a cloud-init/configuration, but I've run into a situation where I'm doing static IP for IPv4 and DHCPv6 for IPv6, and things aren't working.