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 can't get IP address after reboot

Featured Replies

Hello everyone, I'm really new to UnRAID and I'm having some issues related to the network connection of my NAS. The main problem is that when I reboot or shutdown and power on my NAS it can't connect to my network anymore. If I go to my router/modem settings I cannot see my UnRAID machine. However if I try to recreate from scratch the USB and import back my trial key, at the first boot, it get assigned an IP address and I can connect with no issues to the GUI. I see from the network.conf file that the DHCP option is set to "yes" so it should get an IP address as soon as it boots up. That's what I see in the network.conf file:

 

# Generated network settings

USE_DHCP="yes"

IPADDR=

NETMASK=

GATEWAY=

BONDING="yes"

BRIDGING="yes"

 

What should I do? Thanks!

Solved by Holt

  • Community Expert

You are likely to get better informed feedback if you attach your system’s diagnostics zip file to your next post in this thread taken after the problem has occurred.

  • Author
  • Solution

I managed to solve my issue by disabling the static IP association in my router/modem settings and by modifying the network.conf file as follows:

 

# Generated network settings

USE_DHCP="no"

IPADDR="192.168.1.120"

NETMASK="255.255.255.0"

GATEWAY="192.168.1.1"

BONDING="yes"

BRIDGING="yes"

DNS_SERVER1="192.168.1.104"

DNS_SERVER2="192.168.1.104"

 

where:

  • IPADDR is the static IP I chose for my UnRAID machine;
  • DNS_SERVER1 and DNS_SERVER2 are both equal to the IP address of my Pi-Hole, otherwise they could be set to the same IP of the gateway or DNS provider.

 

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.