Olivier Poitrey
Regular Contributor
Unfortunately the same result: a few entries from May 5 (before NTP was working) and everything else is from after the reboot.
And nextdns does not start correctly?
Unfortunately the same result: a few entries from May 5 (before NTP was working) and everything else is from after the reboot.
As long as you can force them to use router LAN IP for DNS it should go through NextDNS just fine.Hello I am trying this nextdns client. Was used to use stubby method but 2 times, there was an issue : no dns resolver.
With this client, it is not working : even with VPN DNS accept conf = disabled, my devices behind the VPN client 2 are still using VPN DNS resolver instead of dnsnext.
I'm proud to announce NextDNS is now officially supporting Merlin. You can find the installation procedure on our Github Wiki.
We are also working with @RMerlin to add a UI to this integration. Stay tuned.
You can post your questions or concerns to this thread or contact us directly through our support chat on https://nextdns.io.
Enjoy and happy new year.
finally after a reboot it works.As long as you can force them to use router LAN IP for DNS it should go through NextDNS just fine.
Jan 18 00:24:21 dnsmasq[570]: netlink returns error: Device or resource busy
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:1194
DNAT udp -- anywhere anywhere udp dpt:domain to:192.168.1.1
DNAT tcp -- anywhere anywhere tcp dpt:domain to:192.168.1.1
That isn’t related to NextDNS. It looks like a rule for an OpenVPN server. What’s in your port forwarding?Hello
I have this set (even after reboot)
Is that due to NextDNS installer ? How to remove it ? I no longer use NextDNS installer (I use NextDNS with dnscrypt-proxy).
This is clearly linked to my vpn server.ACCEPT udp -- anywhere anywhere udp dpt:1194
DNAT udp -- anywhere anywhere udp dpt:domain to:192.168.1.1
DNAT tcp -- anywhere anywhere tcp dpt:domain to:192.168.1.1
Look in /jffs/scripts/firewall-start or nat-start for clues.Ah yes ! you're right I have a VPN server running.
But I understand for that line
This is clearly linked to my vpn server.
But that one I do not think so
#!/bin/sh
sh /jffs/scripts/firewall start skynetloc=/tmp/mnt/cleusb/skynet # Skynet Firewall Addition
/jffs/scripts/FreshJR_QOS -start $1 &
[ -x /jffs/dnscrypt/manager ] && /jffs/dnscrypt/manager fw-rules
nat-start, I have set myself it is not there.
firewall-start I have
Yes. https://github.com/thuantran/dnscrypt-asuswrt-installer/blob/master/gen/manager#L105Sorry for that... it is managed by dnscrypt.
nat-start, I have set myself it is not there.
firewall-start I have
yes that is a firewall rule the DNSCRYPT installer has always used to redirect clients on br0 interface to use 192.168.1.1 as forced DNS. (if you have nextdns defined as server using the DNSCRYPT installer then all devices using br0 interface are forced to use it. )
You could give it a fancy name like DNSFilter and...oh wait.yes that is a firewall rule the DNSCRYPT installer has always used to redirect clients on br0 interface to use 192.168.1.1 as forced DNS. (if you have nextdns defined as server using the DNSCRYPT installer then all devices using br0 interface are forced to use it. )
similarly you can run ip a to confirm what interface your ip ranges are using and adjust firewall rules accordingly to match those interfaces as needed.
yea I am contemplating changing it to strictly use DNSFilter since it is a more viable option since DNSFilter accounts for the right interfaces on different style setups and weird configurations.You could give it a fancy name like DNSFilter and...oh wait.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!