I have 3rt party main router (internet source) with DHCP enabled.
My second router is OpenWrt on TL-WR1043ND v2.
I'm struggling with setting the OpenWrt to act as a switch with access to the OpenWrt itself.
First option is to have LAN (configured on top of br-lan, to have an AP also working) with static IP address (192.168.1.2), disabled DHCP. Wired clients connected to these ports are receiving addresses from the main router, but OpenWrt is not accessible (192.168.1.2).
Second option is to have LAN (configured on top of eth1.2 directly, without br-lan) with static IP address (192.168.1.2), disabled DHCP. Wired clients connected to these ports are receiving addresses from the main router, and OpenWrt is accessible (192.168.1.2). But I'm unable to have Wi-Fi connected to this "switch".
How do I manage to have this "ultimate switch with management" working?