solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.71k stars 191 forks source link

IP Address Not getting Assigned for started instance #132

Closed carnellj closed 6 years ago

carnellj commented 7 years ago

Hi guys,

I am trying to start a compiled python image using unik. The image builds and starts the python server, but virtualbox never seems to assign it any ip Address.

Any thoughts.

- John
ilackarms commented 7 years ago

you may want to check to see that the DHCP server is configured properly with Virtualbox, and that you've got the right Host-Only network named in your daemon-config.yaml

carnellj commented 7 years ago

I found the issue. For whatever reason the Daemon is not seeing the IP address after the VirtualBox instance starts. The vm will start file just was not seeing a IP after running unik instances. I kill the unik Daemon and restart it. After that unik instances will properly show the IP address.

helloworlddan commented 6 years ago

issue should be closed