There's options like owut and attended sysupgrade that will also include the additional packages (i.e., DoH). But yes, you can use sysupgrade.
No, not unless you specify (in any case, just make a config backup first).
There's options like owut and attended sysupgrade that will also include the additional packages (i.e., DoH). But yes, you can use sysupgrade.
No, not unless you specify (in any case, just make a config backup first).
I did that, but told it to keep the current setup as well
sorry I never told you I was on an older verison
I donât see Https dns proxy now
do I need to reinstall it? or am I just not finding it
So you used the sysupgrade method that doesn't keep the packages.
Just reinstall the package, your configs should still be there. ![]()
(You could have also used firmware-selector.openwrt.org and created an image for your device with the needed packages included.)
it would seem I have
opkg does not show it either
Did you run opkg update first?
(BTW, version 25 uses apk, not opkg.)
Yes, but It gave errors
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/targets/ramips/mt76x8/packages/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/packages/mipsel_24kc/base/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/targets/ramips/mt76x8/kmods/6.12.74-1-dd1e7bca7d6061baf1883457e6958101/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/packages/mipsel_24kc/luci/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/packages/mipsel_24kc/packages/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/packages/mipsel_24kc/routing/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/packages/mipsel_24kc/telephony/packages.adb: unexpected end of file
wgetFailed to send request: Operation not permitted
ERROR: wget: exited with error 4
WARNING: updating and opening https://downloads.openwrt.org/releases/25.12.2/packages/mipsel_24kc/video/packages.adb: unexpected end of file
![]()
Your OpenWrt has DNS/network issues. Does your interface has a DNS server specified?
thats what I though as I had that error previously with opkg
strange because there is a dns server, I tried a different one as it was set to the main router
Please show the network config.
# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fda1:5d42:b57::/48'
option packet_steering '1'
option dhcp_default_duid '0004531ca97d5bf44a9390a9eef6da5742a0'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ip6assign '60'
option gateway '192.168.1.1'
list ipaddr '192.168.1.253/16'
list ipaddr '192.168.10.254/16'
list ipaddr '192.168.10.1/16'
list ipaddr '192.168.10.2/16'
list ipaddr '192.168.10.3/16'
list ipaddr '192.168.10.4/16'
list ipaddr '192.168.10.5/16'
list ipaddr '192.168.10.6/16'
list ipaddr '192.168.10.7/16'
list ipaddr '192.168.10.8/16'
list ipaddr '192.168.10.9/16'
list ipaddr '192.168.10.10/16'
list ipaddr '192.168.10.11/16'
list ipaddr '192.168.10.12/16'
list ipaddr '192.168.10.13/16'
list ipaddr '192.168.10.14/16'
list ipaddr '192.168.10.15/16'
list ipaddr '192.168.10.16/16'
list ipaddr '192.168.10.17/16'
list ipaddr '192.168.10.18/16'
list ipaddr '192.168.10.19/16'
list ipaddr '192.168.10.20/16'
list ipaddr '192.168.10.250/16'
list ipaddr '192.168.10.105/16'
list ipaddr '192.168.10.104/16'
list dns '1.1.1.1'
option multipath 'off'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '0'
Are you certain that your main router uses /16 as its network prefix?
yes

(i.e., troubleshooting the connection)
deleted because it wasnât needed, when using listen address with dnsmasq
thats not the issue is it, I use 192.168.1.253 as the listen address
there is only one port, so it will be eth0
I can ping IPs
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 ttl=58 time=8.997 ms
64 bytes from 1.1.1.1: seq=1 ttl=58 time=8.788 ms
64 bytes from 1.1.1.1: seq=2 ttl=58 time=8.517 ms
64 bytes from 1.1.1.1: seq=3 ttl=58 time=9.556 ms
64 bytes from 1.1.1.1: seq=4 ttl=58 time=9.203 ms
--- 1.1.1.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 8.517/9.012/9.556 ms
but not hostnames
ping: bad address 'openwrt.org'
so if definitely a DNS problem
is 127.0.0.1 correct for nslookup
nslookup: write to '127.0.0.1': Connection refused
nslookup: write to '::1': Connection refused
;; connection timed out; no servers could be reached
If you already altered your listen address in the location in the screeshot, then no. It would be the listen address you specified.
nslookup example.com <listen_address>
# nslookup example.com 192.168.1.1
Server: 192.168.1.1
Address: 192.168.1.1:53
Non-authoritative answer:
Name: example.com
Address: 172.66.147.243
Name: example.com
Address: 104.20.23.154
Non-authoritative answer:
Name: example.com
Address: 2606:4700:10::6814:179a
Name: example.com
Address: 2606:4700:10::ac42:93f3
I didn't mean use the actual domain example.com - but yes, you get the point.
Just curious, where did you run the test?
it was ran over ssh
So, you ran this on the OpenWrt, correct?
(Please try to be clear and detailed when you answer.)
Did you make any other changes to dnsmask/dhcp config file?