Failed to download after wireguard&pbr installation

OpenWRT Firmware Version is 21.02.1

I reset the router, install wireguard vpn and configure it as a client. After, I install PBR.

At this point, the router can ping openwrt.org from diagnostics page but it can't download any packages at the softwares page.

What am I missing to configure, how can I find what the problem is?

Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have

ubus call system board; \
uci export network; uci export pbr;\
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
ls -l  /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; \
ping -c 3 1.1.1.1 ; nslookup downloads.openwrt.org

That is a lot of information; also including wireguard keys, mac addresses etc. Thank you any way.

And I now have a solution: I have disabled wireguard and PBR, now the router can update software packages and download them.

Glad you found a solution. :+1:

1 Like