OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • Documentation and Translation (Moderator: fabian) »
  • AdGuard Home setup guide
« previous next »
  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 12

Author Topic: AdGuard Home setup guide  (Read 88761 times)

mkono87

  • Newbie
  • *
  • Posts: 29
  • Karma: 0
    • View Profile
Re: AdGuard Home setup guide
« Reply #105 on: December 02, 2021, 05:13:28 pm »
The thing I have noticed that when I try to connect to another VLAN even by a simple ping or to access a web ui. It will hang on a first attempt. If I cancel and ping again or refresh the page it connects without issue. Im not exactly where this is happening. Its acting is if there is no route table created or something. Would love some insight into why this could be happening. Forgive me if this isnt enough info, just ask and il be happy to provide.
« Last Edit: December 03, 2021, 06:55:56 pm by mkono87 »
Logged

RamSense

  • Sr. Member
  • ****
  • Posts: 288
  • Karma: 4
    • View Profile
Re: AdGuard Home setup guide
« Reply #106 on: December 04, 2021, 01:21:52 pm »
I was looking into the AdGuard Home queries and saw .local and .localdomain with processed NXDOMAIN.

Is it normal to have those queried to outside dns (in my case cloudflare)

Is there a way to have those queried only locally?
Logged

wadhwa

  • Newbie
  • *
  • Posts: 5
  • Karma: 3
    • View Profile
Re: AdGuard Home setup guide
« Reply #107 on: December 04, 2021, 07:27:09 pm »
Add following to your upstream DNS servers box:

[/mydomain.local/]192.168.1.1

replace mydomain.local with your local domain and 192.168.1.1 with your local DNS server IP.



Quote from: RamSense on December 04, 2021, 01:21:52 pm
I was looking into the AdGuard Home queries and saw .local and .localdomain with processed NXDOMAIN.

Is it normal to have those queried to outside dns (in my case cloudflare)

Is there a way to have those queried only locally?
Logged

RamSense

  • Sr. Member
  • ****
  • Posts: 288
  • Karma: 4
    • View Profile
Re: AdGuard Home setup guide
« Reply #108 on: December 04, 2021, 09:17:18 pm »
thnx for that tip.
But I see also domains like wpad.localdomain and api.wordpress.org.localdomain etc.
So I just tried a custom filtering rule (block):
||*.local^$important
||*.localdomain^$important

don't know what is better?

On further thought... maybe I can better add [/localdomain/]192.168.1.1:5353
to the Upstream DNS server
« Last Edit: December 04, 2021, 09:24:19 pm by RamSense »
Logged

wadhwa

  • Newbie
  • *
  • Posts: 5
  • Karma: 3
    • View Profile
Re: AdGuard Home setup guide
« Reply #109 on: December 05, 2021, 07:13:16 pm »
To Reject all wdap you can use following custom filtering rule:

Code: [Select]
/wpad[.]([a-z0-9.])*/$dnsrewrite=NXDOMAIN;;
I have seen api.wordpress.org.localdomain, when you use Blocking mode as NXDOMAIN, change to default and these will go away...

Quote from: RamSense on December 04, 2021, 09:17:18 pm
thnx for that tip.
But I see also domains like wpad.localdomain and api.wordpress.org.localdomain etc.
So I just tried a custom filtering rule (block):
||*.local^$important
||*.localdomain^$important

don't know what is better?

On further thought... maybe I can better add [/localdomain/]192.168.1.1:5353
to the Upstream DNS server
Logged

moe

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
    • View Profile
Re: AdGuard Home setup guide
« Reply #110 on: December 08, 2021, 02:06:29 pm »
Are there anything happend with AdGuard? I am currently unable to log into the webinterface running on my opnsense installation.
Do I need custom username for this interface or is it the same as the admin-panel from opnsense?
I have used ADGuard now for really long time without any troubles, but now i am not able to login.

On the frontend from Opnsense i use ldap for the authentication.

Thanks for help.
Kind regards
Logged

sclawrenc

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
    • View Profile
Re: AdGuard Home setup guide
« Reply #111 on: December 10, 2021, 03:51:19 am »
I followed the guide at the site listed below to setup AdGuard Home using the freebsd version instead of the community plugin, and it's working great other than I only see one client (127.0.0.1) listed in the clients.  All DNS queries are processing as far as I can tell.  Anyone know how to fix my setup to show the individual clients instead of only 127.0.0.1?

Any thoughts on using the guide I linked below versus using the community plugin?

Thanks

https://forums.torguard.net/index.php?/topic/2545-opnsense-adguardhome-total-control-mode-doq/#replyForm
Logged

sclawrenc

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
    • View Profile
Re: AdGuard Home setup guide
« Reply #112 on: December 10, 2021, 03:53:54 pm »
In regards to my post above, I suspect it has to do with the fact Unbound is listening on port 53 and AdGuard is listening on port 53530, but I'm not certain how to go about fixing it.  I could try some things and probably will in the meantime until someone has some feedback.  :)
Logged

RamSense

  • Sr. Member
  • ****
  • Posts: 288
  • Karma: 4
    • View Profile
Re: AdGuard Home setup guide
« Reply #113 on: December 10, 2021, 05:32:33 pm »
Why not use the plugin version? Works great, including updates :-)

But For your unbound: have you tried setting unbound to port 5353 and adguard on port 53?
and in Adguard dns settings: Bootstrap DNS servers and Private reverse DNS servers pointing to opnsenseip:5353

That's my setting.
Logged

sclawrenc

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
    • View Profile
Re: AdGuard Home setup guide
« Reply #114 on: December 10, 2021, 07:17:28 pm »
Quote from: RamSense on December 10, 2021, 05:32:33 pm
Why not use the plugin version? Works great, including updates :-)

But For your unbound: have you tried setting unbound to port 5353 and adguard on port 53?
and in Adguard dns settings: Bootstrap DNS servers and Private reverse DNS servers pointing to opnsenseip:5353

That's my setting.

Thanks RamSense for your response.  I tried the plugin first, ran into an issue (most likely misconfiguration on my side), and then decided to try that other guide for fun, plus I wanted to use IPv6, but I'm not sure the plugin version supports it.  I think it would, but I am not certain.
Logged

RamSense

  • Sr. Member
  • ****
  • Posts: 288
  • Karma: 4
    • View Profile
Re: AdGuard Home setup guide
« Reply #115 on: December 10, 2021, 08:37:42 pm »
Ah ok. Well I hope you can get it to work with changing the ports.

p.s. I have also (very recently) got ipv6 and I can confirm it works with the plugin version.
Logged

sclawrenc

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
    • View Profile
Re: AdGuard Home setup guide
« Reply #116 on: December 10, 2021, 10:19:04 pm »
Thanks RamSense.  Are you able to see the individual clients in AdGuard or do they all show coming from your router or local host IP?  Also, what did you do different to get IPv6 working?  Thanks again.
Logged

RamSense

  • Sr. Member
  • ****
  • Posts: 288
  • Karma: 4
    • View Profile
Re: AdGuard Home setup guide
« Reply #117 on: December 11, 2021, 10:20:14 am »
settings - client settings -> I see the ipv6 devices and gave them a name in adguard. Opnsense is DHCP.
I did not have to do any changes in adguard, it worked right away. I do not remember what interfaces I used with the adguard install, maybe I just did all interfaces and that is why I did not have to change anything (?)

In opnsense i have static ipv6 what works great, but there is still a ipv6 bug in freebsd what will be hopefully fixed in the opnsense 22.1 / freebsd 13 version. see e.g. here: https://forum.opnsense.org/index.php?topic=25824.0
« Last Edit: December 11, 2021, 10:21:50 am by RamSense »
Logged

supercm

  • Newbie
  • *
  • Posts: 39
  • Karma: 0
    • View Profile
Re: AdGuard Home setup guide
« Reply #118 on: December 22, 2021, 01:00:49 am »
Has anyone gotten AdGuard to also listed on virtual IP addresses?
Logged

mkono87

  • Newbie
  • *
  • Posts: 29
  • Karma: 0
    • View Profile
Re: AdGuard Home setup guide
« Reply #119 on: December 22, 2021, 03:58:11 am »
Has anyone setup keepalived to sync with this with a second instance on another server for high availability?
Logged

  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 12
« previous next »
  • OPNsense Forum »
  • English Forums »
  • Documentation and Translation (Moderator: fabian) »
  • AdGuard Home setup guide
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2022 All rights reserved
  • SMF 2.0.18 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2