rancher / old-vm

(OBSOLETE) Package and Run Virtual Machines as Docker Containers
Apache License 2.0
645 stars 133 forks source link

vm not getting ip from br0 #82

Open thbeh opened 7 years ago

thbeh commented 7 years ago

Hi, I have followed the instructions as per https://github.com/rancher/vm/blob/master/docs/networking.md to setup my own ip. It does work with the following manual steps after the VM have been created.

  1. my DHCP could not set the IP due to VN name is localhost, so i need to change the hostname
  2. I have to run dhclient before get the IP

Any workaround without manually doing the above 2 steps?

vk496 commented 6 years ago

Seems the same as #89