92

DNS server

Can you add a DNS server so I don't have to setup an internal DNS machine?

35replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Ditto.

    Like
  • eero software release notes suggests that it uses dnsmasq

    https://support.eero.com/hc/en-us/articles/209636523-eero-Software-Release-Notes

    dnsmasq supports a DNS service that will resolve local /etc/hosts entries. eero should provide a user interface to create such entries. Why don't they? It seems so simple.

    This could be done explicitly with a host name/address UI and/or implicitly by, say, using the name on a static DHCP lease.

    Every (cheap) ISP router I have ever had has provided a local DNS service that I have used to internally publish the names and addresses of my local machines. It's just mind-boggling why such an expensive eero solution can't do the same - especially when its underlying software (dnsmasq) can easily be configured to do so.

    Please.

    Like 5
  • I would love to see the ability to add DNS entries or at least have eero automatically map nicknames.  It would also be nice to specify a custom domain.

     

    For IPv6 support, it's necessary to have some way to resolve the hosts (Windows/Linux and Mac) on our local networks.

    Like 1
  • Please consider providing this functionality. Especially as I am an Eero Plus customer and by enabling Advanced Security I cannot change the DNS server IP provided by DHCP address leases. I understand this is due to the DNS entries being forwarded to zscaler, however we need a good way to serve local DNS entries. 

    Like 2
  • Certainly consider providing this.  I assumed it was already there and went to add an entry, and the feature is amiss.  This is a pretty high end device to not have such a low end type of capability.  Please consider this so our 300 dollar router is just as capable as our 30 dollar Netgear!

    Like 1
  • This would be amazing for when my ISP has outages, I will still be able to access home assistent via the dns name and have internal network ssl support.

    Like 1
  • Ubiquiti offers all we need by simply offering entry fields which can be appended as options, likely added as an additional config file:

    dnsmasq --conf-file=eero.conf --conf-file=user-append.conf

    This means we can add our own: 

    dhcp-host=11:22:33:44:55:66,fred
    

    .. entries and they'd be part of the Dnsmasq config.  I don't think Ubiquiti even sanity-checks the config items, they just let you keep adding text strings to the UI that they drop straight into a text file.

    Of note, the example above is really an example of the power we're missing out on: I don't care what IP is given, just name this device by this macaddr "fred".  Thereafter, "ssh fred" works fine even if you change the subnet of the DHCP leases.  I have some 3 dozen lines like this one in my UBNT config that I turned off (all UBNT was doing at this point was leases -- I'd rather have my single-points-of-failure in the same eero box)

    Like
  • Holy Cow EeroA  What the hell?  *Every* router I've ever touched does this.  I just dropped  over $400 on an Eero system and it doesn't do this?  What gives?

    Like 3
  • Looking to implement wpad

    Like
  • Hey, Eero product management people... from one product person to another... please, oh please, bump this up on the backlog. 

    Like
  • Hey Eero;

    FWIW I'm a software engineer and SRE with background in OpenWRT, Motorola embedded linux, Linux Foundation, LiMo, etc and I'm sure there are others in this group with better pedigree than that.  If you have a build framework and an NDA, I'll provide a suggestion in terms of a Pull Request and we can progress from platitudes and ignoring to bike-shedding nuances.

    If you'd prefer to skip an NDA, just put some representation of your build logic, and share zero secrets with me, and we'll get 'er done that way.

    If you don't know terms like "Pull Request", "bike-shedding:, and "build framework", please discuss with your Engineering Manager.  Motivated OpenSourcers are an untapped resource.

    Like 6
  • Can I vote more than once? I love my Eero and the Plus product. But I SO want to add DNS entries.

    Like 2
  • I agree this is a critical missing feature that every other router I've used has.  Since Eero is using dnsmasq as shown in the release notes referenced above it should be easy to implement.

    We need this feature to allow named connections internally.  If I want to connect to my nas for instance from a mac I have to use its ip address instead of its easily remembered name.  I also have to configure a static address to maintain connections to the nas from clients that mount it.  With dnsmasq configured correctly we could use a name that is automatically updated to reflect the ip address handed out by dhcp.  Why is the reset of this product so awesome and this piece is stuck in 1998?

    Like 1
  • Now that the eero's internal DNS is advertised via DHCP and obviously more widely used... I can haz A records?

    Like 3
  • Yea.. Just bought this system and that really sucks not having any option to have Aliases or any DNS service within the box. 

    Like
  • This seems like a trivial change to me. Just add an OPTION to the EERO app to set a domain name (that ultimately gets propagated to DHCP clients). Then we can continue our own DNS servers

    Like
  • Please Please Please add this feature.

    Like
  • Surprised this still hasn’t been implemented yet for such an expensive router. I have a $20 TP-Link router I use for device testing and even it supports an internal DNS. Please add this feature!

    Like 2
  • Hi, just today installed my Eero 6 pros - I am completely baffled that it Eero doesn't handle DNS for the local addresses that it assigns.  C'mon!  Do I seriously need to build my own dhcp now in order to get names?  So much for "pro".  

    Like 1
    • Hello Omniver ,

      Perhaps I am confused but the eero does have DHCP settings and DNS settings that you can leave at default (ISP), or use custom DNS for other DNS servers you would like. If you have eero Secure enabled, then eeros use a specific DNS server to help with threat blocks and blocks threats at the DNS level.

      DHCP and the IP address assignments are also handled and can be set to custom. 

      You can read about eero's advanced features in this article: https://support.eero.com/hc/en-us/articles/207613326-What-advanced-features-does-eero-support-

      Can you explain what you are trying to do so I can help you out?

      Like
      • Omniver
      • Omniver
      • 1 yr ago
      • 1
      • Reported - view

      James Eero is my DHCP, therefore it is the authoritative source of what IP address is assigned to each of the local devices in my LAN. Eero is also my LANs DNS. I expect that I should be able to query my Eero's DNS server and ask for the IP address for one of my devices and/or ask for which device is assigned to a particular IP - which the Eero clearly knows since it assigned and is authoritative for those IP addresses. I cannot. It appears that Eero just happily passes along my DNS queries to the outside world (eerodns.com in my case since I use secure+) ignoring entirely that the request was for a local device or local IP for which it is authoritative.

      Every other router I have used allows me to set a local domain (and search path) which identify to the DNS server that the request is for the local DNS domain and it will respond accordingly before passing the request externally..  Eero doesn't appear to do this, it just passes the request externally which will always fail for local names and local IP addresses.  

      (and before someone jumps in and points out using .local; that is not DNS, that is mDNS/bounjour/Avahi and is an entirely different protocol and resolution system; it is also multicast based so doesn't work across vlans/VPN/etc. without building reflectors, doesn't work for Wireguard at all even with reflectors as Wireguard only handles unicast, and doesn't work for any application that is expecting to be able to use DNS to resolve names.). 

      The only workaround I can think of to get local DNS working, is to take both DHCP and DNS do it myself on an internal server - which seems crazy given that this is very standard capability in other routers.  

      Like 1
    • Hello Omniver ,

      I understand what you are requesting now. I wanted to make sure it was not something that was already implemented on the eero system. If you wanted to help push the request along you can also email a detailed request to support@eero.com stating that it is a feature request and we can also get that escalated up for review and consideration.

      Like
      • Omniver
      • Omniver
      • 1 yr ago
      • Reported - view

      James I can do that, but isn't this thread a comment on that very request?  (This is the Feature Request forum). 

      Like
    • Hello Omniver ,

      It is. You do not have to email us at all. But doing so is another method of submitting a feature request and I wanted to provide that option to you.

      Like
      • Omniver
      • Omniver
      • 1 yr ago
      • Reported - view

      James Done.  Thank you.

      Like
  • Hey James

    Imagine you run a server that's accessible to the outside world:

    https://tiny-server.example.com
    -> 992.10.45.99:443 (typical external IP)
    -> Eero (sits at the top of the network, routing port 443 to the server)
    -> 192.168.1.14:443 (internal server IP)

    It would be amazing if we could configure custom DNS entries within Eero, so we can configure tiny-server.example.com to resolve to an internal IP instead of bouncing traffic out & in the network when accessed from within the network.

    There are plenty of reasons to support this - ranging from business use-cases & software development to gaming. Currently solutions involve self-running a DNS server, or manually editing /etc/hosts files on machines.

    Cheers,
    James

    Like 1
  • This is one of the major road blocks to me subscribing to eero secure(+), you can’t use any of the features with manual dns. Would gladly disable my Pi-hole and use eero ad blocking if it could also resolve local host names for me. (Or allow me to at least forward ports without exposing them externally, either would really do)

    Like
  • I think this entire thread boils down to: 

    Please make the internal DNS server reply to PTR record request for internal IP addresses (both IPv4 and IPv6)

    Example:

    nslookup 192.168.4.11 192.168.4.1

    should return 

    11.4.168.192.in-addr.arpa name = myDeviceName.
    Like 1
  • As many other people seem to have a similar story, I also just setup my eero for the first time and was astonished this is missing functionality. 

    This thread is 4 years old, no updates in the last 3 months. Is there any further impression of where this sits on the backlog/priorities for an update? -- I'm left wondering if it's worth my time to implement a workaround or just return the product.

    I would jump at the opportunity to even test this in preview with something from eero Labs.

    Like 1
  • Funny that eero's ddns feature was made to access LAN devices from WAN, but the "basic" use case (LAN-> LAN) is not there yet.. this is very interesting, since almost any $50 router can do this by default (dhcp ddns)

    Not sure what is pushing them back on this, I don't know if this is just a feature "prioritization" in their backlog, or something that requires a complete architecture change and they can't afford it.

    I really wanted to use eero as my router and have all the built in features enabled... but at this point, I will probably have to set them as "dumb" access points.

    Like 1
  • Wow, I can't believe I am finding this article. Is eero really only designed for consumers who use netbooks and IOT?

    Kind of pathetic, but I guess that reflects the state of American innovation these days.

    Like
Vote92 Follow
  • 92 Votes
  • 2 wk agoLast active
  • 35Replies
  • 2626Views
  • 56 Following

Need Help? We're here for you!

We're big on support, and we want to make sure you always have the best eero experience possible. Here are several resources you can use if you ever need our help!


Quick links

Community Guidelines

Help Center

Contact eero support

@eerosupport

eero.com