Archer C7 V2 installed snapshot but can't install luci

Ran opkg update using ssh but all downloads failed "failed to send request: Operation not permitted".
Any help would be appreciated. Thanks!

Nobody else has experienced the same problem?

Not a lot of information to go on here.....

Do you have internet connectivity? ssh into your Archer C7...What happens when you try to ping openwrt.org? What happens when you ping techoverflow.net?

What version of firmware did you flash snapshot from? Did you keep settings or reset settings?

How is your Archer C7 configured? Is it a gateway, an AP, etc?

If it is an AP, do you have a dns server defined in your network file? For example:

config interface 'lan'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option gateway '192.168.1.1'
        option ipaddr '192.168.1.2'
        list dns '192.168.1.1'
# or:   list dns '1.1.1.2'

Thanks for your response eginnc and sorry for the lack of info.

I do have internet connectivity.
I flashed the snapshot over the 21.02 firmware and kept settings
Configured as an AP

As it turns out I was missing the "list dns" line in the network file.

Thanks so much for your help! Cheers!

1 Like

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