AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home.html
GNU General Public License v3.0
23.88k stars 1.75k forks source link

Selecting eth0 Interface in Wizard removes IPv6 address #654

Open ghost opened 5 years ago

ghost commented 5 years ago

I want to let AdGuard Home use my IPv4 and IPv6 for the device on eth0, but unless I have "All interfaces" selected, choosing eth0 only shows the IPv4 address available for use.

Steps to reproduce

  1. Install AdGuard Home on Raspberry Pi with active IPv4 and IPv6 connection
  2. Run Wizard

Expected behavior

I can use the IPv4 and IPv6 address via Ethernet

Actual behavior

Only the IPv4 address can be used.

Your environment

Description Value
Version of AdGuard Home server: v0.94
How did you setup DNS configuration: IoT
If it's a router or IoT, please write device model: Raspberry Pi 3 Model B +
lukeswitz commented 2 years ago

Same problem, by editing the config file to listen on 0.0.0.0 in the bind-hosts field then restarting the instance seems to work if you’re stuck with only your IPv4 addresses.

Would be nice to have a way to run the wizard and fix potential issues, as PiHole has the repair option that’s of great help.