Holt
Members
-
Joined
-
Last visited
Solutions
-
Holt's post in UnRAID can't get IP address after reboot was marked as the answerI 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.