VM Not Getting IP


Recommended Posts

Hello!
 

I've tried upgrading from 6.11.5 to 6.12.0 and 6.12.1 but have downgraded due to my Home Assistant VM not getting an IP.

 

In 6.12.0, the VM tab would stay blank.  In 6.12.1, I can get to the VM configuration but the same settings seem to result in the VM not having network connectivity.

 

I confirmed the MAC is correct to receive the correct IP from the DHCP reservation on my router.

 

I'm not sure if there is some other setting needed to get this working. Any help appreciated!

unraid-diagnostics-20230622-1735.zip

Link to comment

Ok.  Did some comparisons between working (6.11.5) and non-working (6.12.1) .xml for the VM and found the below discrepancy for interface config.  Does a target need to be specified for the interface to come up?

 

Working in 6.11.5

<interface type='bridge'>
  <mac address='52:54:00:fb:e1:91'/>
  <source bridge='br0'/>
  <target dev='vnet0'/>
  <model type='virtio-net'/>
  <alias name='net0'/>
  <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
</interface>

 

Not working in 6.12.1

<interface type='bridge'>
  <mac address='52:54:00:fb:e1:91'/>
  <source bridge='br0'/>
  <model type='virtio-net'/>
  <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
</interface>

 

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.