Opkg update Failed to send request: Operation not permitted

opkg update
Downloading http://downloads.openwrt.org/releases/19.07.7/targets/mvebu/cortexa9/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.7/targets/mvebu/cortexa9/packages/Packages.gz
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=119 time=23.463 ms
64 bytes from 8.8.8.8: seq=1 ttl=119 time=22.629 ms
64 bytes from 8.8.8.8: seq=2 ttl=119 time=22.850 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss

 nslookup http://downloads.openwrt.org
;; connection timed out; no servers could be reached

where i made the mistake?

https://openwrt.org/docs/guide-user/base-system/dhcp_configuration#upstream_dns_provider

1 Like

that dont work

edit: i just went resett he config and placed again 6.mypihole ip and it went ok

i dont know why it just work now

Collect the diagnostics and post it to pastebin.com redacting the private parts:

ubus call system board; uci show network; uci show dhcp; uci show firewall; \
ip address show; ip route show table all; ip rule show; iptables-save; \
head -v -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*; \
nslookupexample.org; nslookup example.org 8.8.8.8

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