OpenWrt Forum Archive

Topic: Guest network and Lan clients

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello, I need some help with my configuration.
I have two wifi running in my openwrt, the default, that is restricted by MAC address and the gust one, which people can access by password. Each one has its own interface.

The problem is that some clients connect on ethernet are going through the guest interface, which is unwanted, I can tell by the IP associated to them.

How can I configure openwrt so all ethernet clients are associated to the default network?

You need to bridge the restricted wi-fi and the logical interface associated with the Ethernet ports together using the 'option bridge' UCI configuration line.

If you need more help in resolving this, post the content of your 'dhcp', 'firewall', 'network' and 'wireless' files located in /etc/config folder. You can mask out sensitive data by using asterisks.

The discussion might have continued from here.