Openwrt connection via dsl, how to avoid this error?

fetch https://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/packages.adb
Failed to send request: Operation not permitted
WARNING: updating and opening https://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/packages.adb: network error (check Internet connection and firewall)
fetch https://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/packages.adb
Failed to send request: Operation not permitted
WARNING: updating and opening https://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/packages.adb: network error (check Internet connection and firewall)
fetch https://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/packages.adb
Failed to send request: Operation not permitted
WARNING: updating and opening https://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/packages.adb: network error (check Internet connection and firewall)
fetch https://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/packages.adb
Failed to send request: Operation not permitted
WARNING: updating and opening https://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/packages.adb: network error (check Internet connection and firewall)
fetch https://downloads.openwrt.org/snapshots/packages/mips_24kc/video/packages.adb
Failed to send request: Operation not permitted

apk give me this error, I 'm connected via dsl, how to solve?

This solution

echo "nameserver 8.8.8.8" >> /etc/resolv.conf

don't work

add list server '8.8.8.8' and restart dnsmasq

don't work

Solution found.
Date was bad

date 02110623

and now apk works

After this I will install ntpd

1 Like

Busybox ntp should work by default. To see config:

cat /etc/config/system

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.