What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

AdGuardHome AGH not working on new firmware 3006

All the relevant details of SDNs can be found in variables sdn_rl, subnet_rl, vlan_rl.

The get_mtlan command enumerates all the networks, but not in a programmatically friendly way.
Yea I knew about get_mtlan from Merlin, but the only issue I can see is the same as you- not programmatically friendly. Thank you for sharing the variables-- it is much appreciated.
 
Just another random observation that might not be an AGH issue. For fun I have a Time Machine backup running on the router. I have noticed that when a Guest Network is active, it stops the backup disk from being seen to the network and stops the backups. As soon as the Guest Network is disabled, everything works. Figured I'd point it out in case someone else brings it up down the road.
 
Just another random observation that might not be an AGH issue. For fun I have a Time Machine backup running on the router. I have noticed that when a Guest Network is active, it stops the backup disk from being seen to the network and stops the backups. As soon as the Guest Network is disabled, everything works. Figured I'd point it out in case someone else brings it up down the road.
It is quite possible guestnetworks may use more memory than required to be available to time machine backup to run. You may have inadvertently created a perfect storm situation. I dont think there would be any kind of interaction between the two.
 
Just as a heads up, have any of you guys looked at Asus' own Adguard integration into Guest Network Pro? It's fairly straightforward, it directly links to your account. They use DoT.

Sadly it's only available on isolated guest networks, not for the main network.
 
Just as a heads up, have any of you guys looked at Asus' own Adguard integration into Guest Network Pro? It's fairly straightforward, it directly links to your account. They use DoT.

Sadly it's only available on isolated guest networks, not for the main network.
This would be limited, but "okay" for someone who is interested in only blocking using adguards default dns adblock lists and the only way to get a granular control over that is via a paid subscription to AdGuard. AdGuardHome is more for users who want a more granular control over their adblocking and browsing experience at the router level. And they don't have to pay for it.
 
Last edited:
whats happening
running beta1 of 3006 firmware on gt ax 11000pro

using amtm
and option , ag , nothing is loadinng

so i run installer via manual command it seems to load fine but no options ??


1752942446608.png

1752942463220.png
 
This would be limited, but "okay" for someone who is interested in only blocking using adguards default dns adblock lists and the only way to get a granular control over that is via a paid subscription to AdGuard.
It's linked to your account, so you can buy a subscription, and benefit from the advanced filtering features available on the account: custom profiles, stats, etc...
 
whats happening
running beta1 of 3006 firmware on gt ax 11000pro

using amtm
and option , ag , nothing is loadinng

so i run installer via manual command it seems to load fine but no options ??


View attachment 66774
View attachment 66775
Okay, try doing this:
sh -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer)"' # Dont miss the double and single quotes at the end-duh!
in your ssh terminal, let me know if it still exits.

or you could even do this:
sh -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer) master update"' # Don't miss the double and single quotes at the end-duh!
 
Last edited:
how must i input the command i only get a ">'

View attachment 66781
Do one more "' and hit enter otherwise you are missing the "' at the end which leaves it as an open ended double and single quote. I was under the impression you would copy and paste the entire command, but instead you left out the ending double and single "' at the end. If you need a reference, you can look back at the previous post. I added some helpful tips.
 
Last edited:
it worked thanks here is the output i got from the 2nd command


robinjoo1@GT-AX11000_Pro-0950:/tmp/home/root# sh -c 'sh -c "$(curl -fsSL https:/
/raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/
installer master update)"'
curl: (6) Could not resolve host: master
curl: (6) Could not resolve host: update
sed: sh: No such file or directory
Info: Detected GT-AX11000_Pro router.
Info: Detected Linux platform.
Info: Detected ARMv8 architecture.
Info: JFFS custom scripts and configs are already enabled.
Info: DNS Environment is Ready.
Info: New AI_VERSION=v1.9.3 Available!
Info: Run Option 1 of the Installer to upgrade Asuswrt-Merlin-AdGuardHome-Installer.
Info: New BETA ADGUARDHOME_VER=v0.108.0-b.72 Available!
Info: ADGUARDHOME_VER=v0.108.0-b.71
Info: Run Option 1 to if you want to change builds or upgrade when updates are available.
Info: To visit AdGuardHome,
Info: please go to http://192.168.0.1:3000.
Info: You can use the WebUI to change things to your liking!
Info: Stop by https://github.com/AdguardTeam/AdGuardHome/wiki
Info: for any configuration needs.
Info: Choose what you want to do:
1) Install/Update AdGuardHome
2) Uninstall
3) Change Username/Password
4) Reconfigure
b) Backup
r) Restore
q) Quit
=> Please enter the number that designates your selection:, [1-4/b/r/q]: 1
Info: This operation will install AdGuardHome and related files (<6MB)
Info: to ENTWARE, no other data will be changed.
Info: Also some start scripts will be installed/modified as required.
=> Do you want to install AdGuardHome? [y/n]: y
Info: Downloading installer
Info: New BETA ADGUARDHOME_VER=v0.108.0-b.72 Available!
Info: Updating ADGUARDHOME_VER=v0.108.0-b.71 to v0.108.0-b.72.
Info: Downloading AdGuardHome_linux_arm64.tar.gz
Info: Downloading AdGuardHome.sh
Info: S99AdGuardHome is up to date. Skipping...
Info: rc.func.AdGuardHome is up to date. Skipping...
Info: init-start file already configured
Info: services-stop file already configured
Info: dnsmasq.postconf file already configured
Info: Creating dnsmasq-sdn.postconf file
Info: Configure dnsmasq-sdn.postconf file
Info: Configure service-event-end file
Info: Configuring AdGuardHome...
Info: Checking AdGuardHome configuration...
Info: Found previous AdGuardHome config file
=> Do you want to use this file without reconfiguring? [y/n]: y
Info: Use previous settings file
Info: Starting AdGuardHome...
Checking AdGuardHome... dead.
 
it worked thanks here is the output i got from the 2nd command


robinjoo1@GT-AX11000_Pro-0950:/tmp/home/root# sh -c 'sh -c "$(curl -fsSL https:/
/raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/
installer master update)"'
curl: (6) Could not resolve host: master
curl: (6) Could not resolve host: update
sed: sh: No such file or directory
Info: Detected GT-AX11000_Pro router.
Info: Detected Linux platform.
Info: Detected ARMv8 architecture.
Info: JFFS custom scripts and configs are already enabled.
Info: DNS Environment is Ready.
Info: New AI_VERSION=v1.9.3 Available!
Info: Run Option 1 of the Installer to upgrade Asuswrt-Merlin-AdGuardHome-Installer.
Info: New BETA ADGUARDHOME_VER=v0.108.0-b.72 Available!
Info: ADGUARDHOME_VER=v0.108.0-b.71
Info: Run Option 1 to if you want to change builds or upgrade when updates are available.
Info: To visit AdGuardHome,
Info: please go to http://192.168.0.1:3000.
Info: You can use the WebUI to change things to your liking!
Info: Stop by https://github.com/AdguardTeam/AdGuardHome/wiki
Info: for any configuration needs.
Info: Choose what you want to do:
1) Install/Update AdGuardHome
2) Uninstall
3) Change Username/Password
4) Reconfigure
b) Backup
r) Restore
q) Quit
=> Please enter the number that designates your selection:, [1-4/b/r/q]: 1
Info: This operation will install AdGuardHome and related files (<6MB)
Info: to ENTWARE, no other data will be changed.
Info: Also some start scripts will be installed/modified as required.
=> Do you want to install AdGuardHome? [y/n]: y
Info: Downloading installer
Info: New BETA ADGUARDHOME_VER=v0.108.0-b.72 Available!
Info: Updating ADGUARDHOME_VER=v0.108.0-b.71 to v0.108.0-b.72.
Info: Downloading AdGuardHome_linux_arm64.tar.gz
Info: Downloading AdGuardHome.sh
Info: S99AdGuardHome is up to date. Skipping...
Info: rc.func.AdGuardHome is up to date. Skipping...
Info: init-start file already configured
Info: services-stop file already configured
Info: dnsmasq.postconf file already configured
Info: Creating dnsmasq-sdn.postconf file
Info: Configure dnsmasq-sdn.postconf file
Info: Configure service-event-end file
Info: Configuring AdGuardHome...
Info: Checking AdGuardHome configuration...
Info: Found previous AdGuardHome config file
=> Do you want to use this file without reconfiguring? [y/n]: y
Info: Use previous settings file
Info: Starting AdGuardHome...
Checking AdGuardHome... dead.
I can tell you I meant to put the command as
sh -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer) master update"'
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top