Jump to content

Unraid without default bridge network, how to bind VMs to vlan interface?


Go to solution Solved by Realterminator,

Recommended Posts

I have eth0 as mgmt interface

Vlan interface eth0.10 an eth0.20

For Docker I can select eth0.20 without problems.

But how can I connect a VM to interface eth0.20?

Only virbr0 can I select from Gui.

I think I have to insert the network card directly in the xml, the question is only what exactlyTahnks

 

This is not working

    <interface type='bridge'>
      <mac address='52:54:00:66:be:a8'/>
      <source bridge='eth0.20'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>

 

Thanks for the help

Link to comment

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.

×
×
  • Create New...