ER8411 V1 1.3.0

ER8411 V1 1.3.0

ER8411 V1 1.3.0
ER8411 V1 1.3.0
2025-04-29 15:52:58 - last edited 2025-05-06 01:09:50
Model: ER8411  
Hardware Version: V1
Firmware Version: 1.3.0

Hello,

 

I am testing the beta release for ER8411 : 1.3.0.

I am interested by the LAN DNS new feature but I can't find it on the controller admin panel.

Is this feature accessible in the controller mode? (OC200)

 

Thanks,

Yoo

  0      
  0      
#1
Options
1 Accepted Solution
Re:ER8411 V1 1.3.0-Solution
2025-04-29 18:04:11 - last edited 2025-05-06 01:09:50

  @YooCH 

 

You find it under settings, LAN

 

 

 

 

Recommended Solution
  0  
  0  
#4
Options
6 Reply
Re:ER8411 V1 1.3.0
2025-04-29 16:44:33

  @YooCH 

 

your controller updated to the newest version?  

I can not teach anyone anything - I can only make them think - Socrates
  0  
  0  
#2
Options
Re:ER8411 V1 1.3.0
2025-04-29 17:33:51
Good question. As everything was up to date on the "Firmware" screen, I have thinking yes. I double checked; the update of the controller is not there. From the settings, I am updating it now. It might be good to bring the controller update to the "firmware" tab as it is "central" place? After update: I still can't find the Lan DNS feature. Btw, the OC200 is much slower with the new firmware. Almost unusable. Way to slow to consider it acceptable. Thanks anyway for the idea..
  0  
  0  
#3
Options
Re:ER8411 V1 1.3.0-Solution
2025-04-29 18:04:11 - last edited 2025-05-06 01:09:50

  @YooCH 

 

You find it under settings, LAN

 

 

 

 

Recommended Solution
  0  
  0  
#4
Options
Re:ER8411 V1 1.3.0
2025-04-29 18:07:16

  @MR.S , thanks

 

I found the setting under Settings → LAN → LAN DNS. However, I was surprised to see that this feature requires manual input. I expected clients to have some form of automated local DNS management.

 

Maintaining a local DNS app (adguard, pi-hole) with scripts is much faster if we can't leverage client data (such as name and IP) automatically.

 

Suggestion for the developers: Please consider an option to auto-populate LAN DNS with client_name.local configurations. This kind of automation would be highly beneficial when managing networks with 10, 100, or more clients.

 

Thanks!

  0  
  0  
#5
Options
Re:ER8411 V1 1.3.0
2025-04-30 10:56:52 - last edited 2025-04-30 11:03:33

  @YooCH 

 

Take a look at this Docker container: https://github.com/dougbw/coredns_omada

 

I've been wishing the Omada controller had this functionality built specifically for conditional forwarding from Pihole to resolve the friendly names I've given in Omada.  I just hate how long it took me to realize this even existed.  It works great!

 

There are a couple of caveats:

  • If running on the same host as Pihole/Adguard or some other DNS service, it needs to be set it up using macvlan-net (to give it a unique "real" IP address on your network).
  • There seems to be Docker limitations that an application running natively on the Doctor host can't talk to a Docker conteiner running as macvlan which was a problem in my case as my "backup" Pihole IS running natively on the same host as the Coredns_omada container.  I was able to work around this by pointing conditional forwarding on my "primary" Pihole (running on a different host) then pointing my backup Pihole conditional forwarding to the primary.  I suppose it could be possible to solve this my making the Pihole on that host a Docker container and also part of the macvlan-net but haven't tried that.
  0  
  0  
#6
Options
Re:ER8411 V1 1.3.0
2025-04-30 11:23:37

  @SingletrackMind

Thanks,

 

I saw that project and I even started to create my own code using omada API to get client list, then push it to Adguard instance I have.

I was not happy to run Adguard only for that, now I start using it to filter ads too. I might continue with my own code. I have a proxmox ruuning in my rack where I try many tools.

 

The Lan DNS could replace all this setup if it is done internally in the ER8411.

I already use DNS proxy (with external DNS ads filter - Cloudflare) and DNS cache from it.

Just need some automation to be happy.

 

I need to decide to continue to build internal services or keep simple setup with use most of Omada.

  0  
  0  
#7
Options