December 29, 201312 yr Hey there! I switched my router from a Netgear WNDR3700 to a Netgear WNDR4000. Since then I fail to get my UnRAID server to connect to it by entering the configured static IP address. I had to change UnRAIDs network settings since the router switch caused a change of the IP address scheme from 192.168.1.x to 10.0.0.x. Here is my old config: # Generated settings: USE_DHCP=no IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 DHCP_KEEPRESOLV=no DNS_SERVER1=192.168.1.1 DNS_SERVER2= DNS_SERVER3= And here is the new one: # Generated settings: USE_DHCP=no IPADDR=10.0.0.100 NETMASK=255.255.255.0 GATEWAY=10.0.0.1 DHCP_KEEPRESOLV=no DNS_SERVER1=10.0.0.1 DNS_SERVER2= DNS_SERVER3= Switching back to the old router makes everything work again... What am I doing wrong?
December 29, 201312 yr Did you define the static IP address range in the new router? 10.0.0.0.100 for your unRAID server?
December 29, 201312 yr Author Sorry, it was false alarm... I had to use a longer ethernet cable to reach the router. This cable seems to be broken. Thank you anyhow!
Archived
This topic is now archived and is closed to further replies.