With this setup your LEDE device itself may only be accessible from those computers directly connected to the W-LAN AP, not from the ones connected to the LEDE W-LAN client only, when in the 192.168.1.0 subnet.
Is there no way arround it? Why can't I connect to the device when I am directly connected to it via wifi?
When I had one router configured as a relayd client (now it uses WDS, but the argument is still valid), I configured the LAN section as a pure DHCP client, but reserved the WAN section as as a "management port": it has a static IP address and a DHCP server; this way, I can always plug a computer into that port, and access the device.
@vgaetera
I disabled the firewall, because why would I use it on a simple repeater? I only use the device to relay traffic and don't see the sense in using a firewall in this scenario. Maybe I am overlooking something?
@eduperez
This means I first have to connect a client into that special port to be able to manage the repeater. I don't see really the advantage here, because then I also can plug in a cable or connect from the main router side.
I am not happy with the solutions. There are two different interfaces, the WAN-WLAN interface with connects to the main router and another WLAN interface which gives clients access to the network. The WAN-WLAN interface has a static IP and is reachable from the main router, but not from the clients directly attached to the repeater. I don't understand why?
Have you tried setting up a second static IP (alias) on the WLAN client on the same subnet as the WLAN and then try accessing the extender on the WLAN IP address
I think that you have for the openwrt two WLAN names , one for the relay mode and one for the box
in relay mode i use only the relay WLAN name ( same as my master router )
exemple :
The master routeur WLAN name is Livebox4 ( the same for relay ) IP : 192.168.1.1
The Openwrt box in relay mode IP is 192.168.1.231 ( or other .. )
If i connect the 192.168.1.231 i have the LUCI page, no problem
I have many little box's with OpenWrt in relay mode and no problems
I can reach my "repeater" from any computer on any network segment; I was suggesting to use the WAN port just as an emergency port. My device does not have any 192.168.2.0/24 network configured, just the 192.168.1.0/24 network as a DHCP client, and can be reached from any computer, once it acquires an IP address from the main router.
@anon69880279
I have the same setup as you. Connecting to the LUCI page does work from everywhere, just not when I am directly connected to the repeater. This is also supposed to be like this according to the wiki:
Accessing the LEDE device
With this setup your LEDE device itself may only be accessible from those computers directly connected to the W-LAN AP, not from the ones connected to the LEDE W-LAN client only, when in the 192.168.1.0 subnet. It is however still possible to access the LEDE box via its 192.168.2.1 address, when you are in that subnet. One way of being in both subnets at the same time with a Linux client is by adding a second, a virtual network interface to /etc/network/interfaces:
My question was just why it is like that and if there isn't a better solution.
@eduperez
Maybe this will do the trick, but the disadvantage here will be though that the repeater won't have a static IP address and it won't be out of the DHCP pool.
Thank you for your help and patience. I think this topic can be closed.
Well, you can always configure the main route to issue the same IP address to the repeater. But I do not see why you cannot configure it with a fixed IP address in the same segment as the main router, or how is this related to not being able to reach the device. I think we are mixing different issues here, or perhaps I didn't understand what is the problem you are experiencing.
In the documentation it is well indicated that if one wants a direct access on a LAN port it is necessary to use another subnet like 192.168.2.xxx
Ditto for DHCP to be disabled It works well
The firewall was completely disabled in my case. Tried to enable it with everything allowed, but still doesn't work.
There is still this explanation in the wiki:
Accessing the LEDE device
With this setup your LEDE device itself may only be accessible from those computers directly connected to the W-LAN AP, not from the ones connected to the LEDE W-LAN client only, when in the 192.168.1.0 subnet. It is however still possible to access the LEDE box via its 192.168.2.1 address, when you are in that subnet. One way of being in both subnets at the same time with a Linux client is by adding a second, a virtual network interface to /etc/network/interfaces: