Jump to content

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


Recommended Posts

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

 

 

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