I can post to the forum, so Internet works. No idea why I get with opkg update the message Operation not permitted
root@X1860-K1M:~# opkg update
Downloading https://downloads.openwrt.org/releases/23.05.2/targets/ramips/mt7621/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/23.05.2/targets/ramips/mt7621/packages/Packages.gz
Downloading https://downloads.openwrt.org/releases/23.05.2/packages/mipsel_24kc/base/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/23.05.2/packages/mipsel_24kc/base/Packages.gz
I agree, but i am very confused. I installed in the meantime the standard image. Same problem.
I am interested in what is going wrong. I have lots of openwrt-devices where I never configured anything re dns, disabled dhcp only. And with this model it worked already.
You simply have to add with vim /etc/config/network at the end.
config interface 'lan'
...
option gateway '192.168.178.1'
list dns '192.168.178.1'
The question is, why I never had to do this (or remember this). Maybe a slightly different way to change from openwrt-network to Fritzbox network. No idea. Maybe an issue with the linux-pc-configuration and static ip and dhcp.
If you set a fixed address to the secondary router "extender", it does not get anything via DHCP. So, it has no knowledge about gateway and DNS server. You need to tell those items to it. Nothing new there. Has been that way always (at least since 2011 when I started using OpenWrt...).
Meanwhile your PC's DNS works, as it has (likely) got the info via DHCP from the main router.
No, the PC uses Network Manager, with a static IP and defined gateway and DNS.With this information it worked. But from this pc via ssh to the opernwrt-extender, gateway and dns was missing.
I flashed about 10 times different routers in the last time, don't understand why it worked there. Could be because of copying config-files.