When I try to update software it always says that error. Please help me solve this
Check your network settings.
DNS and GW.
What should I check? or which option should I turn off or on?
The values, if there are any.
Or provide info about your device, and how it's hooked up to internet.
Archer C20 v5
Banana, it's just as relevant, as the device model you just posted.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
please check my last reply
Is that router connected to the internet, and is the internet connection working?
Can you reach internet from your phone, if you connect it to the router's wifi?
yeah connected to internet and everything working okay
What happens if you ping the following (from the router):
ping 8.8.8.8
ping 151.101.130.132
ping 2a04:4e42:400::644
ping downloads.openwrt.org
Try adding -4 to the openwrt.org ping command, if it fails.
root@OpenWrt:~# 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=117 time=26.969 ms
64 bytes from 8.8.8.8: seq=1 ttl=117 time=26.417 ms
64 bytes from 8.8.8.8: seq=2 ttl=117 time=25.894 ms
64 bytes from 8.8.8.8: seq=3 ttl=117 time=25.835 ms
64 bytes from 8.8.8.8: seq=4 ttl=117 time=26.288 ms
z64 bytes from 8.8.8.8: seq=5 ttl=117 time=26.200 ms
64 bytes from 8.8.8.8: seq=6 ttl=117 time=25.852 ms
^Z[1]+ Stopped ping 8.8.8.8
root@OpenWrt:~# ping 151.101.130.132
PING 151.101.130.132 (151.101.130.132): 56 data bytes
64 bytes from 151.101.130.132: seq=0 ttl=57 time=48.200 ms
64 bytes from 151.101.130.132: seq=1 ttl=57 time=47.148 ms
64 bytes from 151.101.130.132: seq=2 ttl=57 time=48.208 ms
64 bytes from 151.101.130.132: seq=3 ttl=57 time=47.678 ms
64 bytes from 151.101.130.132: seq=4 ttl=57 time=47.360 ms
64 bytes from 151.101.130.132: seq=5 ttl=57 time=47.135 ms
^Z[2]+ Stopped ping 151.101.130.132
root@OpenWrt:~# ping 2a04:4e42:400::644
PING 2a04:4e42:400::644 (2a04:4e42:400::644): 56 data bytes
^Z[3]+ Stopped ping 2a04:4e42:400::644
root@OpenWrt:~# ping downloads.openwrt.org
PING downloads.openwrt.org (2a04:4e42:48::644): 56 data bytes
^Z[4]+ Stopped ping downloads.openwrt.org
root@OpenWrt:~#
so the problem is related to IPv6 (lack of connectivity).
Try removing the ipv6 line from the wan interface:
and delete the wan6 interface entirely:
Then reboot and test again.
how can I remove it?
The delete button should work for the wan6 interface.
thanks ...solved
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.