RUTX11 provides 4G internet through DHCP from WAN port (converted to LAN)
LAN ports function as a separate switch (no DHCP)
Wifi functions as access point for the LAN connections
I have succeeded in 1) and 2) by disabling WAN interfaces and creating “lan1” interface with DHCP server and VLAN for the original WAN port.
However, I can’t find how to set up wifi to as just an access point without DHCP server of its own.
Currently wifi doesn’t provide any IP address even if I can connect a DHCP-serving router to one of the LAN ports. Other LAN ports give DHCP from the router.
It seems that I would have to bridge eth0 and wifi somehow, but I don’t find this possibility.
Hello,
wifi will bridge when you select network in “Network->Wireless>SSIDs->XXX->Network”.
Make sure your LAN have bridge type in “Network->LAN->XXX->Physical settings->Bridge interfaces”.
I finally seemed to solve the issue.
I did a complete factory reset, followed by converting wan port to separate lan interface for 4G connection at 192.168.234.x subnet. For the dumb ap switch part, I set the original lan interface for eth0 for the correct static address in the intended shared subnet, and added gateway and dns addresses to /etc/config/network. I also enabled lan bridge only to eth0.
Despite providing wireless ssid for network “lan”, I couldn’t get the wifi to provide ip address to client from the network dhcp server. I created another test ssid with correct settings, disabled the correct one, rebooted, disabled the test ssid and enabled the correct ssid. After that I could connect to the dumb access point.