I found that I could set the IP addresses during run-time using `fnet_netif_set_ip4_addr` and `fnet_netif_set_ip4_gateway`. I mapped some memory space in flash to store the addresses while powered-down, and my application restores them using those two API calls at power-up.