Hello all,
I have a LAN 192.168.1.1/24 behind the ether2 interface.
I have firewall rules for the ether2 interface.
I want to add wireless clients to the LAN.
What is the best configuration?
This is the one I thought to set up:
1. Create a bridge interface (with use-ip-firewall=yes)
2. Assign interfaces (ether2, wlan1) to the bridge
3. Assign IP address to the bridge
4. Create a new DHCP Server for the bridge interface
5. Create firewall rules for the bridge interface
Is that the right configuration?
Thank you.