The thing is that I do not know which script is better All I can understand that Unbound is like mini server itself. So if someone understands Unbound logic and configuration it might could work the same as Diversion+Skynet. Because if script features are same/similar why not to put everything in one place? And I mentioned about DNS leaks using Unbound so this is as a sign to configure it correctly.The steps outlined are still relevant, ask additional questions if you must, but it's a start, even if the post is that old.
Don't enable the same/similar features on different scripts. You know better than that, right.
Entware will pickup OpenWrt’s bump to 1.15.0 next time they do a release. Available options sometimes depend on how Entware chooses to compile Unbound, and which architecture/kernel you’re running it on.is anyone working on an update to "our" unbound to bring it in-line with v1.14, if that's possible?
Easiest thing I ever did was compile it myself. This gives the user the most power.Entware will pickup OpenWrt’s bump to 1.15.0 next time they do a release. Available options sometimes depend on how Entware chooses to compile Unbound, and which architecture/kernel you’re running it on.
Is it enabled on your openvpn server site tunnels?
Looks to me like unbound is failing to connect to root servers over ipv6. As long as unbound is working, that shouldn't matter. Just make sure your unbound.conf has do-ipv6 set to no
Autumn 2021, NL Labs decided to always assume IPv6 should be attempted when generating the 'root key' using their utility '/opt/sbin/unbound-anchor'do-ipv6 is set to no. I don't remember seeing these errors before, but maybe I overlooked it.
unbound_manager
Beta v3.23bB e = Exit Script [?]
A:Option ==> uf dev
Autumn 2021, NL Labs decided to always assume IPv6 should be attempted when generating the 'root key' using their utility '/opt/sbin/unbound-anchor'
Since this was cosmetic, back in Nov 2021 I patchedunbound_manager
Beta v3.23bB
Update unbound_manager.sh · MartineauUK/Unbound-Asuswrt-Merlin@3d1e95b
FIX: Suppress IPv6 messages issued by unbound-anchor if IPv6 is not ENABLED.github.com
You can try the Beta version by issuing:
Code:e = Exit Script [?] A:Option ==> uf dev
Anyone still running this script with unbound? I upgraded to the latest firmware and now that script wont run...maybe I'm doing something wrong?Can you help with some very basic questions on this.
I have updated vpnclient5-route-up and vpnclient5-route-pre-down as noted above and created /jffs/addons/unbound/unbound_DNS_via_OVPN.sh andx3mrouting
was already installed (previously used with setting VPN 5 from unbound_manager advanced).
How do I get this to run?
If I runvia ssh then I getCode:/jffs/addons/unbound/unbound_DNS_via_OVPN.sh 5 start
until I Cntrl-C and runCode:(unbound_DNS_via_OVPN.sh): 11079 Starting Script Execution 5 start iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=17.950 ms --- 9.9.9.9 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 17.950/17.950/17.950 ms iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=653.335 ms --- 9.9.9.9 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 653.335/653.335/653.335 ms iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. PING 9.9.9.9 (9.9.9.9): 56 data bytes
which sets everything backCode:/jffs/addons/unbound/unbound_DNS_via_OVPN.sh 5 stop
1. Does it matter if vpnclient5-route-up and vpnclient5-route-pre-down are in /jffs/scripts or in /jfffs/scripts/x3mrouting?
2. If I want the script to run automatically (at start-up) do I leave it in /jffs/addons/unbound/ or move it to /jffs/scripts or do something else?
3. How can I check to see if the requests are being sent to the VPN provider?
ASUSWRT-Merlin GT-AX11000 386.5_0 Wed Mar 2 16:36:59 UTC 2022
admin@GT-AX11000-xxxx:/tmp/home/root# /jffs/addons/unbound/unbound_DNS_via_OVPN.sh 1 start
(unbound_DNS_via_OVPN.sh): 19828 Starting Script Execution 1 start
ping: bad address 'tun11'
ping: bad address 'tun11'
ping: bad address 'tun11'
I am running Martineau's unbound_DNS_via_OVPN script currently on ac86u running Merlin 386.5. It is working the same as with earlier versions of firmware for me.Anyone still running this script with unbound? I upgraded to the latest firmware and now that script wont run...maybe I'm doing something wrong?
Code:ASUSWRT-Merlin GT-AX11000 386.5_0 Wed Mar 2 16:36:59 UTC 2022 admin@GT-AX11000-xxxx:/tmp/home/root# /jffs/addons/unbound/unbound_DNS_via_OVPN.sh 1 start (unbound_DNS_via_OVPN.sh): 19828 Starting Script Execution 1 start ping: bad address 'tun11' ping: bad address 'tun11' ping: bad address 'tun11'
Execute debugging to look for cluesAnyone still running this script with unbound? I upgraded to the latest firmware and now that script wont run...maybe I'm doing something wrong?
Code:ASUSWRT-Merlin GT-AX11000 386.5_0 Wed Mar 2 16:36:59 UTC 2022 admin@GT-AX11000-xxxx:/tmp/home/root# /jffs/addons/unbound/unbound_DNS_via_OVPN.sh 1 start (unbound_DNS_via_OVPN.sh): 19828 Starting Script Execution 1 start ping: bad address 'tun11' ping: bad address 'tun11' ping: bad address 'tun11'
sh -x /jffs/addons/unbound/unbound_DNS_via_OVPN.sh 1 start
I don’t have such issue. I used the version from Martineau and bind unbound to wireguard.Anyone still running this script with unbound? I upgraded to the latest firmware and now that script wont run...maybe I'm doing something wrong?
Code:ASUSWRT-Merlin GT-AX11000 386.5_0 Wed Mar 2 16:36:59 UTC 2022 admin@GT-AX11000-xxxx:/tmp/home/root# /jffs/addons/unbound/unbound_DNS_via_OVPN.sh 1 start (unbound_DNS_via_OVPN.sh): 19828 Starting Script Execution 1 start ping: bad address 'tun11' ping: bad address 'tun11' ping: bad address 'tun11'
admin@RT-AC86U-DBA8:/# ping tun11
ping: bad address 'tun11'
admin@RT-AC86U-DBA8:/#
admin@RT-AC86U-DBA8:/# ping -qc1 -w1 -I tun11 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
--- 1.1.1.1 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 56.266/56.266/56.266 ms
admin@RT-AC86U-DBA8:/#
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!