What's new

dnsmasq.postconf Adds Interface to Desired DNS Address

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

GHammer

Very Senior Member
I've run this config for a while (>6 months) with no problems. Redirect all devices to my pihole for DNS.
Today, after applying 384.18 beta 1 to both the AX58U and the 86U AP I'm seeing the interface being added to the IPv6 DNS address.

Wired is fine.
Code:
P6.DNS[1]:                             fe80::da16:4c05:d30d:efd6
Wireless though gives:
Code:
fe80::da16:4c05:d30d:efd6%wlan0

Here's the script used:
Code:
#!/bin/sh
sed -i "s/dhcp-option=lan,option6:23,.*/dhcp-option=lan,option6:23,[fe80::da16:4c05:d30d:efd6]/" $1
echo "dhcp-option=lan,6,10.10.100.2" >> $1

The script is being run on the 58U of course.

Ideas are welcome
 

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