NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
douglaswyatt
Jul 01, 2014Aspirant
ReadyNAS 102 won't let me set DNS servers
I recently bought a ReadyNAS 102 and 312. Brought both up and have manually configured their network settings. On the 312, I can add DNS servers (8.8.8.8 and 8.8.4.4.) [and I think it works, since it detects a firmware update and can successfully begin downloading it]. But for some reason when I try to add them to the 102, nothing happens. I add each one, one by one hitting "Add" for each one, then hit apply, and when I go back, there are no DNS servers listed. The 102 is running firmware 6.1.8 (which I upgraded from 6.1.4 out of the box), though the 312 (which works) is still running the 6.0.4 that it came with. Any thoughts on why this might be happening?
3 Replies
Replies have been turned off for this discussion
- de_niroGuideI guess that you disabled DHCP in your network,to manually set DNS server please enable root SSH access and follow the steps as below
e.g, change DNS to 8.8.8.8:
root@nas-26-D7-28:~# connmanctl
connmanctl> services (check eth)
*AO Wired ethernet_841b5e26d728_cable
*AR Wired ethernet_00ac5ac7374b_cable
connmanctl> services ethernet_841b5e26d728_cable (check settings)
/net/connman/service/ethernet_841b5e26d728_cable
Type = ethernet
Security = [ ]
State = online
Favorite = True
Immutable = False
AutoConnect = True
Name = Wired
Ethernet = [ Method=auto, Interface=eth0, Address=84:1B:5E:26:D7:28, MTU=1500 ]
IPv4 = [ Method=dhcp, Address=10.40.1.78, Netmask=255.255.254.0, Gateway=10.40.0.13 ]
IPv4.Configuration = [ Method=dhcp ]
IPv6 = [ ]
IPv6.Configuration = [ Method=off ]
Nameservers = [ 10.40.0.6 ] (we need to change to 8.8.8.8)
Nameservers.Configuration = [ 10.40.0.6 ]
connmanctl> config ethernet_841b5e26d728_cable nameservers 8.8.8.8
connmanctl> services ethernet_841b5e26d728_cable
……
IPv6.Configuration = [ Method=off ]
Nameservers = [ 8.8.8.8 ] (it’s done)
Nameservers.Configuration = [ 8.8.8.8 ] - douglaswyattAspirantSo does this mean that the FrontView web UI for changing DNS servers does not work?
- de_niroGuide
douglaswyatt wrote: So does this mean that the FrontView web UI for changing DNS servers does not work?
This is a software issue in Frontview and it will be fixed in future release.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!