What's new

Problem with ipv6 DNS

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

S

sorinut

Guest
I'm running a pi-hole on my network and I'm trying to get the router to broadcast it's IPv6 address instead of the router.

For IPv4, all the clients receive the correct DNS address of 192.168.1.10, but for IPv6, they all get ::1, which is the routers address. I have put the address of the pihole in the "IPv6 DNS Server 1", but it doesn't make any difference. All IPv6 address assigned to each device continue to be ::1. When I manually change them on the devices, everything works.
 
Last edited by a moderator:
Not an expert in this, but the line in /etc/dnsmasq.conf that sets the IPv6 dns server is:

dhcp-option=lan,option6:23,[::]

if you use custom scripting, you can write a dnsmasq.postconf and replace the [::] with the ip of your server.

Never tried to use Pi-hole but doesn't it do the same as Ab-Solution?
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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