Yes, that would also work, and maybe I'll do that down the road. I just liked the simplicity of pressing a button in the GUI. Although your method would give me more control.
Guest Network 2 works fine for me. So problem solved. No need to solve it for Guest 1.
Yes, Eufy had their dirty laundry spilled recently...can't say all the other ip camera companies aren't doing the same. Eufy's problem is they lied about it. I will never put one INSIDE my house...but for...
Switching to Guest Network 2 seems to have fixed it.
However, new question: I see that Guest Network 2 uses the same subnet as the normal network 192.168.50.0/24. How does it now block the guest network devices from accessing Intranet?
Yes, "Enable Local NTP Server" is set to "Yes". I have tried setting it to "No", then Apply, then back to "Yes" then apply. But still the same problem.
I've read a number of threads regarding RAM usage and Adguard Home with no real consensus on a good way to reduce the memory footprint.
I'm on GT-AX6000 fw388.1 and using Adguard Home (Edge) with the default install from AMTM (also unbound with the defaults as the upstream)
When I do a...
I have a Eufy doorbell on Guest Network 1 (GT-AX6000 388.1_0_rog). If I have NTP intercept ON, the doorbell keeps trying different NTP servers every few seconds, which means it's probably not getting the response it's waiting for.
Come to think of it, this issue started around the time I...
the rev4 file was already in /jffs/addons/amtm for me.
if that file isn't there, it will not work. There could be other amtm_rev files in there depending on the version of amtm, so adding or modifying the c_url() function to whatever rev file is the latest in that folder should also...
For those that want to fix this in a more secure way, here is how I did it for my AC3200.
1. Update your CA certificates
wget --no-check-certificate https://raw.githubusercontent.com/RMerl/asuswrt-merlin.ng/master/release/src/router/rom/certs/ca-bundle.crt -O /jffs/ca-bundle.crt
mount -o bind...
ah, that appears to be the problem...amtm is hardcoded to the system version of curl
c_url(){ /usr/sbin/curl -fsNL --connect-timeout 10 --retry 3 --max-time 12 "$@";}
@thelonelycoder : can this be updated to use the entware version if it's available?
ok, i've confirmed that installing the updated curl from entware allows my to curl to diversion.ch and use the proper certificate, however amtm still can't get the updates for diversion or amtm. Does amtm not use the entware version of curl?