How to Configure Local DNS Server on Omada Router

How to Configure Local DNS Server on Omada Router

46 Reply
Re:How to Configure Local DNS Server on Omada Router
2025-06-09 10:18:55

  @Clive_A 

 

It is really a "half-baked" solution to add just a manual/static DNS entry mechanism to the the Firmware.

ALL other routers with this feature dynamically populate the DNS entries from the DHCP list.

 

In my use case, as with the majority of others,  I am already maintaining a manual DNS list for the LAN elsewhere on the network so this feature is functionally useless.

 

regards

mhoam

  1  
  1  
#24
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-10 17:36:25

  @Clive_A Sorry, but I'm not quite seeing where to add the manual entries - in the SDN Controller. The example shows how to do it in a non-adopted firewall, but not on the Controller?

 

Also, is there a way to import a file full of records? Also export a similar list from the Controller?

 

Thanks!

  0  
  0  
#25
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-11 00:27:38

  @arrmo 

arrmo wrote

  @Clive_A Sorry, but I'm not quite seeing where to add the manual entries - in the SDN Controller. The example shows how to do it in a non-adopted firewall, but not on the Controller?

 

Also, is there a way to import a file full of records? Also export a similar list from the Controller?

 

Thanks!

LAN > LAN DNS. 

 

No. Use CLI. 

  0  
  0  
#26
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-11 11:22:22

  @Clive_A Thanks! And LAN > LAN DNS makes sense, that's where I'm setting the DNS server (to my gateway). But ... where / how to enter the actual DNS entries then (i.e. my ~ 200 client IP's)?

  0  
  0  
#27
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-12 01:08:43

  @arrmo 

arrmo wrote

  @Clive_A Thanks! And LAN > LAN DNS makes sense, that's where I'm setting the DNS server (to my gateway). But ... where / how to enter the actual DNS entries then (i.e. my ~ 200 client IP's)?

As said, use CLI and create a template in Excel or something, and paste the lines. 

  0  
  0  
#28
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-12 02:52:35

  @Clive_A Will do, but ... from the CLI, it only says my switches are supported, not my gateway? Thanks!

  0  
  0  
#29
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-12 03:24:31

  @arrmo 

arrmo wrote

  @Clive_A Will do, but ... from the CLI, it only says my switches are supported, not my gateway? Thanks!

Try the SSH. One thing to notice is that adding entries to LAN DNS might not be available in CLI mode. I have not tested it yet. If that is supported, the easiest way is to use the CLI, which can be added in batch. 

  0  
  0  
#30
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-12 18:42:40

  @Clive_A OK, let me dig more ;). I tried to ssh into the gateway, but it says that ssh (port 22) is not open. Hmmm. And not sure about the needed CLI command (yet LOL). Thanks!

  0  
  0  
#31
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-23 11:19:17

  @Clive_A Sorry, this one is still a bit open :(. A couple questions,

- the CLI does not seem to be available for the gateway / router ... or how to turn it "on" / enable it?

- from the Controller web interface, do I need to add a new LAN DNS ("profile") for every single entry? Thinking there should be multiple within a LAN DNS? Or is this a single entry?

 

Thanks!

  0  
  0  
#32
Options
Re:How to Configure Local DNS Server on Omada Router
2025-06-23 20:23:41

Hi @Clive_A,

 

based on my observation:

  • in source code of Omada router ER605 I can find dnsmasq and unbound
  • primary DNS server is unbound
    • the default configuration is disabled (recursive search using root hints)
    • instead it relies exclusively on forwarders defined in Internet settings - DNS servers of ISP or google, etc....
      • that means, if there is no DNS defined in Internet settings, the router will resolbe nothing......
  • the dnsmasq is used only as a DHCP server with no connection to unbound

 

why is the recursive search using root hints disabled? I would very appreciate the configuration option to not rely on forwarders due privacy concerns

 

(dnsmasq-unbound integration was alread discussed in another thread and even if there are requests from other users (even in this thread), I don't want to re-open this topic again wink)

 

/BR ZoloNN ----------------------------------------------------------------------------------- Omada 2x ER605(UN) v2.0 + SG2008P(UN) V3.20 + SG2218 V1.20 + 2x SG2008 V4.20 + 3x EAP615-Wall(EU) V1.0
  0  
  0  
#33
Options