NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Ferris11
Feb 24, 2020Aspirant
R7800 DNS entry
I recently installed an r7800 to be the primary router in my house from Fios. I used the Verizon one previously. I have an amazon fire stick and had to enter a dns entry to stream service that I use...
- Feb 27, 2020
There is a way to do it.. Granted i am running Voxels firmware but its based on netgears .. hope NGs is similiar..
0.) Telnet into the router (ssh if voxels)
To test temporarily;
1.) vi /tmp/dnsmasq.conf
add the entry(s) you want to the bottom of the file with lines like;
address=/bartsimpson.domain1.com/192.168.0.2
2.) restart dnsmasq
/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq start
3.) On your client/device (not the router) do a dns lookup or try to resolve bartsimpson.domain1.com
To make the change permanent add the line to /etc/dnsmasq-resolv.conf and restart
the 7800.
So no I could not find a place in the GUI to add static entries but 7800 is running an OS
capable of doing it..
Ferris11
Feb 24, 2020Aspirant
There is a service that I stream from that does not have a public DNS name. To use this service on the fire stick, I have to use the app which specifies a DNS name.
So I have to be able to resolve that DNS name to a specific IP address for the app to work.
Thanks
RMinNJ
Feb 27, 2020Luminary
There is a way to do it.. Granted i am running Voxels firmware but its based on netgears .. hope NGs is similiar..
0.) Telnet into the router (ssh if voxels)
To test temporarily;
1.) vi /tmp/dnsmasq.conf
add the entry(s) you want to the bottom of the file with lines like;
address=/bartsimpson.domain1.com/192.168.0.2
2.) restart dnsmasq
/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq start
3.) On your client/device (not the router) do a dns lookup or try to resolve bartsimpson.domain1.com
To make the change permanent add the line to /etc/dnsmasq-resolv.conf and restart
the 7800.
So no I could not find a place in the GUI to add static entries but 7800 is running an OS
capable of doing it..
- labattFeb 27, 2020Mentor
This KB will show you how to set dns server. Just a FYI it only allows external DNS servers. Last I knew you could not use a DNS server on your network using the local network IP address range.
https://kb.netgear.com/30510/How-do-I-set-static-Domain-Name-System-servers-on-my-NETGEAR-router
- Ferris11Feb 27, 2020Aspirant
I was looking at dnsmasq file but wasn't sure how to modify it.
Thanks for the help!