A friend of mine has given me a Mikrotik cAP Lite and I want to add a wireless network to my OPNsense lab, thus I am posting here. I am struggling getting my head around converting the AP into a ‘dumb’ AP of sorts, one without VLAN tagging, a DHCP server (OPNsense will provide the leases) and how I would administer the AP on MGMT network while it is transmitting the LAN/WLAN network.
This is a rudimentary network diagram:
OPNsense Box
eth0 - WAN
eth1 - LAN 192.168.0.1/24 DHCP
eth2 - WLAN 192.168.0.1/24 (Clients connected to this are on 192.168.0.1/24 - DHCP provided by OPNsense - Webfig access on 192.168.99.1?)
^^^^ This is the cAP lite
eth3 - MGMT 192.168.99.1/24 DHCP
I’m pretty new to mikrotik hardware, and router OS but have read the manual. I just need some pointers as to what I should be disabling and how to prevent lockouts. Thanks in advance and have a nice day!
P.S.The lab does not have VLAN tagging yet, but I would also like to know how to implement that. If you have any guides to this or recommendations while keeping the AP as dumb as possible, please let me know!
use Winbox for access since it allows MAC access if you mess up IP settings
remove all firewall rules on filter and NAT tabs (this will prevent your lockout already)
all ports to bridge except ether2
IP address of device connected to bridge (don’t forget route settings then!) or DHCP client to bridge (like you want, use fixed DHCP assignment on your router so it always gets the same IP)
setup wireless
make sure those wireless interfaces are also added to bridge
setup ether2 like you want (own IP address etc etc)