Hi all,
My university is migrating to DHCP protocols. This means we have to migrate all devices. I noticed that in the Artiq documentation, there is one mention to setting the ip config key to use_dhcp
. It's unclear to me how to set this. If I do
$ artiq_mkfs flash_storage.img -s ip use_dhcp -s ipv4_default_route my_current_ip
$ artiq_flash -f flash_storage.img storage start
then the board just falls back to the factory default ip (the one starting with "192..."). This also happens if I try via
$ artiq_coremgmt [-D old_IP] config write -s ip use_dhcp
I was expecting for it to be a key such as use_dhcp =true
, or something of the sort.
How do I specify I want to change the ethernet protocol to communicate with the board?
Thank you in advance to the kind soul that answers me 🙂