Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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

Solved by Realterminator

  • Author
  • Solution

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

Have you installed the network drivers within the VM?  Maybe this is wrong, but if you install the virt_io drivers in the os then you should be able to add the NIC from there and select which one you want to use.

 

At least that's how it works in Windows VM, not sure what OS you're trying to VM.

 

 

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.