Hello.
I recently got a MikroTik with router switch and would like to configure VLANs to segreggate my network and make it safer.
VLAN10 - private network
VLAN20 - servers
VLAN30 - guest network
VLAN1 or 40(?) - admin network
Later, I want to implement firewall rules so that VLANs can’t communicate, and I am considering to set up an admin network that can communicate with all of them.
Interfaces
WLAN: WLAN1 (2,4 GHz), WLAN2 (5 GHz) - not broadcasting, no VLAN configured.
VAP: A pair of VAPs for each VLAN so that it can have both 2,4 GHz and 5 GHz available.
ether: WAN, switch (a managed switch), eth3 (VLAN10), eth4 and eth5 (VLAN20).
VLAN: One for each, with the corresponding bridges set.
Bridge ports
bridge-private: ether3, VAP1, VLAN10
bridge-server: switch, ether4, ether5, VAP2, VLAN20
bridge-guest: VAP3, VLAN30
bridge-admin: VAP4, VLAN40
IP, DHCP, etc.
Under IP Addresses, I set the default gateway IP in the corresponding bridge interface.
In DHCP server, I created DHCP1 with interface VLAN10 in range 192.168.10.0/24 (from 2 to 254), etc.
I’m currently setting all the filtering rules to admit all, because I can’t figure out what is wrong. I can’t connect to the VAPs, and when connecting through ethernet, I get an APIPA address.
The rest of the settings (NAT, DHCP client, etc.) are set as default settings.
Edit: Formatting consistency
