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.

[SOLVED] Added unRAID Share to VM/ Ubuntu can't start Network

Featured Replies

Just wanna chime in and say that I had the exact same problem. I'm on Unraid 6.2.10 with an Ubuntu 24.04 VM. I sat a static IP on the enp1s0 interface after installation which worked just fine, but after adding an Unraid share in the VM settings, it had changed to enp3s0. All I needed to do was to change from enp1s0 to enp3s0 in the netplan config file, if anyones interested `/etc/netplan/01-netcfg.yaml`:
 

network:
  version: 2
  ethernets:
    enp3s0:
      dhcp4: no
      addresses:
        - 192.168.1.158/24
      routes:
        - to: default
          via: 192.168.1.1
      nameservers:
          addresses:
            - 192.168.1.1
            - 1.1.1.1

 

 

  • 9 months later...

I'm still getting this issue on 7.0.1.

I have a successfully running Ubuntu 24.04.02 server with 1 9p manual share running.  As soon as I try to add a second 9p share, either manual or unraid share, I can not get an IP address.

  • 3 months later...

Still an issue in 7.1.4. The bug is that adding a share robs the pci address of the network card in the vm definition. The interface does get a new pci address, but that changes the network interface names inside the vm. So, you either have to restore the pci address in the vm definition, or adjust network settings inside the vm.

I myself used the fix in this comment . In a nutshell, restore back the old pci address of the network interface. The bus attribute in "<address ... >" got changed. When restoring, move the new bus value from the interface into the new share's bus value. Otherwise there are two devices with same pci address.

Edited by Helediron

  • 4 months later...

still issue in 7.2.2

  • 5 weeks later...

I still have the same issue in 7.2.3.

Need to swap the pci to make network working.

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.