No internet connection. set up network. help!

If the "main router" Easybox is conneted to the internet, then it should be the one with 192.168.1.1 as the address.
And the OpenWrt router should be connected with LAN-LAN to it and have 192.168.1.11 (or something like that)

If the Easybox has something else, like 192.168.55.1, you should modify the advice and make the OpenWrt router to be 192.168.55.11 and then point its DNS and gateway settings to the main router at 192.168.55.1

i can't log into the router via ssh now :frowning:

using LAN cable on 192.168.1.11 ?

ok, i will reset openwrt first. i can't log in anymore. something i did wrong

my easybox router has the following ip and gateway:
IPv4 network 192.168.2.0/24
gateway 192.168.2.1

i have now set the following on openwrt

but it does not work yet

/etc/init.d/network restart

if the openwrt device isn't the ISP facing router, WAN shouldn't be PPPoE.

these are my current settings

I have also executed the command /etc/init.d/network restart.
but i still have no connection

and if i log in every time to the router with openwrt via ssh, then i have no wlan on the laptop, until i disconnect the lan cable between laptop and router again

That's pretty normal Windows behaviour.

is the openwrt router the 1st/primary router now ?

no, the easybox is still the main router

then you're back at no internet connection. set up network. help! - #17 by frollic or
no internet connection. set up network. help! - #8 by hnyman

But since your device is a DSL modem/router, with no regular WAN port, dumbap is pretty much the only way to use it, until you replace the Easybox with it.

it doesn't work. i don't know what i'm doing wrong.
here again my setting:

and my WLAN settings:

Neither do I, since I don't know what you're doing, except for posting screenshots with IPs.

i'm sorry, but i don't know my way around. what other information do you need

You're not telling us what you're doing, and how you are connecting things.
Changing IPs back and forth won't solve anything.

Until then, this applies no internet connection. set up network. help! - #21 by frollic

what do you mean by a regular WAN connection? a DSL connection is available on my fritzbox with openwrt.

I have my laptop connected via lan to lan on the fritzbox

and I want to use the commands
opkg update
opkg install luci
to install luci

I didn't say connection, but port.

according to https://www.amazon.de/dp/B008K2WQF2 there's no regular WAN port on the 7360, just a DSL port.

define available.

ah ok.

I would like to connect the router via usb tethering with my smartphone, if that would be possible and then use it as a wireless access point, because i have no internet in my second apartment only my datenflat

25+ posts later, we're actually getting somewhere.

ONLY as this, or also in conjunction with your current Easybox, as an access point ?

only as described above as a wireless access point I would use it with usb tethering

OK,

in that case you temp have to set up the Frtzbox as a dumb AP (link provided earlier, only do step 3 & 4), so it can coexist with the Easybox,
In addition set a static IP using the commands:

uci set network.lan.ipaddr='192.168.1.x'
uci commit 
/etc/init.d/network restart

where x is a digit 2-253, but outside the DHCPs scope of your Easybox.

Once that's done you will probably be able to ping 8.8.8.8, or any other IP, but not www.google.com, etc.
If that's the case, do

echo "nameserver 8.8.8.8" > /etc/resolv.conf

Now you'll be able to DL the modules required for thethering.

When that's done, you will have to convert it back to a router again, with the WAN port mapped to your phone.

Another option is to DL all the modules to you laptop, then send them over to the Fritzbox using winscp, but then you have to know which packages you need.