[SOLVED] :
TL;DR:
When creating a bridge with wireless interface, wireless interface should not be added to the bridge on the network settings (Luci / network page / file /etc/config/network)) but each wireless interface should be assigned to the network on the wireless settings (where you enter the wifi passwrd : Luci / wireless settings / file /etc/config/wireless)
Hi,
I just flashed a TP-Link RE350 with Openwrt 19.07.4 with the TP-Link interface (i try tftp, but doesn't work). Strange fact, the firmware for this router is available but the openwrt page says the last version available is 18.06.2 (because 18.06.4 is too large). But this router have 8MB Flash/64MB Flash
The TP-Link RE350 is Range Extender with a Gigabit Port and 2,4/5Ghz WIFI
What i want is simple : ethernet port on my wired network (10.4.0.0/16), wifi ports on their own networks (192.168.146/23). DHCP server for wifi network, and no Firewall, no nat (wired host will have the required routes).
So i create, with Luci , a new interface (lan2), bridged, and select interfaces wlan0 (2.4) and wlan1(5) , deselect thoses interfaces from lan interface, assign static ip to the interface, save, reboot
In Luci, it says "Error:** Network device is not present". The tooltip on the bridge says not connected. brctl show only display the br-lan bridge. My /etc/config/network. logread say no errors.
config interface 'lan2'
option proto 'static'
option ifname 'wlan0 wlan1'
option type 'bridge'
option netmask '255.255.254.0'
option ipaddr '192.168.146.1'
I try with only wlan0, it worked once, but do not work anymore. It says ""Error:** Network device is not present"
How can i fix this ?
Thanks
Regards,
Angus