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..
labatt
Feb 24, 2020Mentor
Go to this support site and put in your router model. You will be taken to a page where you can download the user manual. can find what you currently want and more.
Ferris11
Feb 24, 2020Aspirant
I appreciate the RTFM advice, but I think my request is a bit different:
I want to manually put a DNS entry as follows:
whatever.com 1.2.3.4
Just like in a host file.
Is there a way to input something like this on a Netgear router? Is there a host file that I can modify that will take priority over DNS queries?
Thanks
- antinodeFeb 24, 2020Guru
> [...] Is there a host file that I can modify that will take priority
> over DNS queries?I can't recall seeing a consumer-grade Netgear router which has that
feature (a user-configurable DNS server).> [...] I have an amazon fire stick and had to enter a dns entry to
> stream service that I use. [...]What, exactly, needs a DNS name, and why? If it's not on your LAN,
then how would you be getting its address? If it is on your LAN, then
why can't you use its IP address?What is the actual problem which you are trying to solve?
- Ferris11Feb 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
- RMinNJFeb 27, 2020Luminary
The router does have an /etc/hosts file. If you turn on telnet you can log into the router as root and add the entry you want. As to whether that helps a client device resolve the name I do not think it will...didnt work for me.. Your saying the old router let you add hosts file entries (via the UI) that the clients were able to then resolve ?