Skip to content

Adguard Home behind Zoraxy , anyone ? #272

Answered by palijn
palijn asked this question in Q&A
Discussion options

You must be logged in to vote

Ha! Found out what I needed to do. Adguard home in a docker container may require the use of a macvlan interface (to assign a fixed IP). And host to container communication is not possible through this interface.
Zoraxy did help me find this out because in its logs it wrote "no route to host" .

For reference, here are the steps I followed to fix this :

  • add another macvlan interface
  • add a route to the Adguardhome container's IP through the new macvlan
    that's all folks !

On debian 12, these are the manual commands, assuming AdguardHome is running on 192.168.0.3 . :
ip link add dhs link enp2s0 type macvlan mode bridge (dhs is how I named the new interface, enp2s0 is the physical interface …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by palijn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants