What's new

AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

  • 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!

Thank you for your quick response - last question - could it bloat some logfiles or diskspace?
Depends on how you are storing those logs. I would recommend setting up a filter on scribe. I don't know if adguardhome has a direct way of specifying a log path, but if they do make sure you are not trying to store it in a place of limited storage.
 
can i install/upgrade this through AMTM over the existing adguard install using your old method?
 
If you don't mind , please post or send me the content of your /etc/dnsmasq.conf, also tell me the out put of running command
netstat -nlp | grep '53'
tcp 0 0 127.0.0.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 192.168.50.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 127.0.0.1:47753 0.0.0.0:* LISTEN 3181/mcpd
tcp 0 0 :::53 :::* LISTEN 2413/AdGuardHome
udp 0 0 127.0.0.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:5351 0.0.0.0:* 3691/miniupnpd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2632/avahi-daemon:
udp 0 0 :::53 :::* 2413/AdGuardHome

-------------------------------------------------------------------------------------------

pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
domain=Lan
expand-hosts
bogus-priv
domain-needed
local=/Lan/
dhcp-range=lan,192.168.50.5,192.168.50.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.50.1
dhcp-option=lan,15,Lan
dhcp-option=lan,252,"\n"
dhcp-option=lan,42,0.0.0.0
dhcp-authoritative
interface=br1
dhcp-range=br1,192.168.101.2,192.168.101.254,255.255.255.0,86400s
dhcp-option=br1,3,192.168.101.1
interface=br2
dhcp-range=br2,192.168.102.2,192.168.102.254,255.255.255.0,86400s
dhcp-option=br2,3,192.168.102.1
[EDITED]
quiet-dhcp
quiet-dhcp6
address=/use.application.dns.net/
address=/_dns.resolver.arpa/
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
edns-packet-max=1280
port=553
local=/192.in-addr.arpa/
local=/10.in-addr.arpa/

Edited out local lan. As of right now only one computer has access to tne internet.
 
tcp 0 0 127.0.0.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 192.168.50.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 127.0.0.1:47753 0.0.0.0:* LISTEN 3181/mcpd
tcp 0 0 :::53 :::* LISTEN 2413/AdGuardHome
udp 0 0 127.0.0.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:5351 0.0.0.0:* 3691/miniupnpd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2632/avahi-daemon:
udp 0 0 :::53 :::* 2413/AdGuardHome

-------------------------------------------------------------------------------------------

pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
domain=Lan
expand-hosts
bogus-priv
domain-needed
local=/Lan/
dhcp-range=lan,192.168.50.5,192.168.50.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.50.1
dhcp-option=lan,15,Lan
dhcp-option=lan,252,"\n"
dhcp-option=lan,42,0.0.0.0
dhcp-authoritative
interface=br1
dhcp-range=br1,192.168.101.2,192.168.101.254,255.255.255.0,86400s
dhcp-option=br1,3,192.168.101.1
interface=br2
dhcp-range=br2,192.168.102.2,192.168.102.254,255.255.255.0,86400s
dhcp-option=br2,3,192.168.102.1
[EDITED]
quiet-dhcp
quiet-dhcp6
address=/use.application.dns.net/
address=/_dns.resolver.arpa/
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
edns-packet-max=1280
port=553
local=/192.in-addr.arpa/
local=/10.in-addr.arpa/

Edited out local lan. As of right now only one computer has access to tne internet.
What router are you using and firmware?
 
tcp 0 0 127.0.0.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 192.168.50.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 127.0.0.1:47753 0.0.0.0:* LISTEN 3181/mcpd
tcp 0 0 :::53 :::* LISTEN 2413/AdGuardHome
udp 0 0 127.0.0.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:5351 0.0.0.0:* 3691/miniupnpd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2632/avahi-daemon:
udp 0 0 :::53 :::* 2413/AdGuardHome

-------------------------------------------------------------------------------------------

pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
domain=Lan
expand-hosts
bogus-priv
domain-needed
local=/Lan/
dhcp-range=lan,192.168.50.5,192.168.50.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.50.1
dhcp-option=lan,15,Lan
dhcp-option=lan,252,"\n"
dhcp-option=lan,42,0.0.0.0
dhcp-authoritative
interface=br1
dhcp-range=br1,192.168.101.2,192.168.101.254,255.255.255.0,86400s
dhcp-option=br1,3,192.168.101.1
interface=br2
dhcp-range=br2,192.168.102.2,192.168.102.254,255.255.255.0,86400s
dhcp-option=br2,3,192.168.102.1
[EDITED]
quiet-dhcp
quiet-dhcp6
address=/use.application.dns.net/
address=/_dns.resolver.arpa/
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
edns-packet-max=1280
port=553
local=/192.in-addr.arpa/
local=/10.in-addr.arpa/

Edited out local lan. As of right now only one computer has access to tne internet.
What does your adguardhome servers set to on the adguardhome settings page? Also what does the bootstrap settings look like? And is your router's time set correctly? Does the main page of your router show you are connected to the internet?
 
What router are you using and firmware?
ax88u, 386.4. time is synced. tls://dns-unfiltered.adguard.com been used as server
connected to the internet. using wan aggregation

[/10.in-addr.arpa/]192.168.50.1:553
[/192.in-addr.arpa/]192.168.50.1:553
[/Lan/]192.168.50.1:553

bootstrap :
9.9.9.9
 
Last edited:
ax88u, 386.4. time is synced. tls://dns-unfiltered.adguard.com been used as server
connected to the internet. using wan aggregation

[/10.in-addr.arpa/]192.168.50.1:553
[/192.in-addr.arpa/]192.168.50.1:553
[/Lan/]192.168.50.1:553

bootstrap :
9.9.9.9
Try using a plaintext server as your dns server there may be an issue with adguards server. Just try it to see if the problem goes away.

Another thing you could try is disabling wan aggregation, see if the problem goes away. Idk why it would be that, but I am using wan aggregation and not having the same problem. Infact, if I add the routers ip along with advertise routers ip selected yes , I see my address being advertised to myself twice. I don't know what conditions I need to create to experience the same issue you are faced with.
 
Last edited:
Try using a plaintext server as your dns server there may be an issue with adguards server. Just try it to see if the problem goes away.
done that several times. also have reinstalled/reconfigured several times. no dice. last hotfix pushed messed everything up for me. 1.01 was fine.
 
Okay so place your router's ip address on dhcp lan 1 dns.
Man i have done everything already. there is a bug in adguard home. after i install adguard home, "some" connected clients get access to the internet. If for some reason i reboot or turn off and then on any of those clients, they wont conect anymore. Its not a config problem... its a bug!
 
Man i have done everything already. there is a bug in adguard home. after i install adguard home, "some" connected clients get access to the internet. If for some reason i reboot or turn off and then on any of those clients, they wont conect anymore. Its not a config problem... its a bug!
Yea I haven't found it yet. no issues here. Idk what else i can tell ya.
 
tcp 0 0 127.0.0.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 192.168.50.1:553 0.0.0.0:* LISTEN 3782/dnsmasq
tcp 0 0 127.0.0.1:47753 0.0.0.0:* LISTEN 3181/mcpd
tcp 0 0 :::53 :::* LISTEN 2413/AdGuardHome
udp 0 0 127.0.0.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:553 0.0.0.0:* 3782/dnsmasq
udp 0 0 192.168.50.1:5351 0.0.0.0:* 3691/miniupnpd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2632/avahi-daemon:
udp 0 0 :::53 :::* 2413/AdGuardHome

-------------------------------------------------------------------------------------------

pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
domain=Lan
expand-hosts
bogus-priv
domain-needed
local=/Lan/
dhcp-range=lan,192.168.50.5,192.168.50.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.50.1
dhcp-option=lan,15,Lan
dhcp-option=lan,252,"\n"
dhcp-option=lan,42,0.0.0.0
dhcp-authoritative
interface=br1
dhcp-range=br1,192.168.101.2,192.168.101.254,255.255.255.0,86400s
dhcp-option=br1,3,192.168.101.1
interface=br2
dhcp-range=br2,192.168.102.2,192.168.102.254,255.255.255.0,86400s
dhcp-option=br2,3,192.168.102.1
[EDITED]
quiet-dhcp
quiet-dhcp6
address=/use.application.dns.net/
address=/_dns.resolver.arpa/
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
edns-packet-max=1280
port=553
local=/192.in-addr.arpa/
local=/10.in-addr.arpa/

Edited out local lan. As of right now only one computer has access to tne internet.
@SomeWhereOverTheRainBow dhcp-option=lan,42,0.0.0.0 doesn't look valid, it will point clients to use themselves for NTP (if they even honour the DHCP option)
 

Similar threads

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!
Top