-1

While this solution seems to work fine, can I instead just use the NetGear WNR1000v2 - N150 Wireless Router itself as a DNS server? (I had an odd circumstance where the VOIP phone worked fine, but nothing else. Everything is still slow to resolve pages.)

Thufir
  • 4,551
  • Well it depends, are you hoping for basic DNS resolution or are you wanting to create forward/reverse zones etc ? What make and model is your router? I think you may need to edit your question with the make/model of your router and what you are trying to achieve with the DNS routing – Dan Jun 14 '16 at 08:08
  • The make and model are in the link to the router. Just the most basic kind of DNS server. (Still have a very slow connection at the moment for some reason.) – Thufir Jun 14 '16 at 08:26

1 Answers1

2

A DNS server is used to resolve host names to IP address, to use that router as DNS server seems unlikely as the manual its self doesn't reference any sort of DNS server settings.

If would like to distribute a custom DNS IP address via DHCP you could follow this guide (Haven't used it, so proced with caution).

Setting up an internal DNS server wont help you (If i understand the question right). Have you done a speed test on your ubuntu to see what kind of internet speed you are getting?

Dan
  • 471
  • ping:18ms down:5.3 Mb/s up:0.5 Mb/s but it's more that it takes an inordinate amount of time load simple pages. Slow loading, ok, but, before I added Google as a DNS server there was no way to resolve an address -- nothing was loading. It's fixed now, just curious. I'll check out the links, thanks. My router had the settings in that link, which is why the VOIP hard phone worked when nothing else did. – Thufir Jun 14 '16 at 09:09
  • Being honest with you that's pretty bad speed, if you weren't able to resolve any host names (Did you try any commands in the terminal?) then that could potentially be a blunder on your router setup, although the router itself should obtain its DNS settings from your ISP (If not set to a custom value). – Dan Jun 14 '16 at 09:27
  • the router and pc are using Google as per that link. It's painfully slow at the moment, but the question was about using the router as a DNS server. Based on your answer it's not possible with this router, I'll have to look into it a bit more. – Thufir Jun 14 '16 at 09:33
  • I would probably put it down to the speed your ISP is providing you with. How are you connected to the router via WI-FI or Ethernet? If using wifi try connecting VIA Ehternet cable and try the test again. In that case if my answer answers your question please accept! – Dan Jun 14 '16 at 09:35
  • Yes, it's my ISP. The router is using ethernet. The original problem was that the PC, hard-wired to the router, couldn't connect either. That was solved by fixing the DNS. it's still slow, but that's not the question I asked. I will accept your answer, no worries, just want to look into it a bit more to be positive that I can't use this router as a DNS server. – Thufir Jun 14 '16 at 10:23
  • 1
    In the provided router manual I couldn't see anything about running a DNS server, but I really don't believe you need to run an internal DNS server! – Dan Jun 14 '16 at 10:26