after days of reading how-tos (e.g. viewtopic.php?t=143620 and many others) and struggling with the configuration I head to you and ask for help.
Attached you can find a diagram of the network I want to achieve and an rsc file with the configuration my latest configuration. Running firmware 6.49.
- WAN on ether1
- Some access ports (cameras, Raspberry, SmartHome)
- Some trunk ports (for WiFi, Switch to other room, and server)
- The WiFi controller will add VLAN tags based on the SSID.
In the end some of the networks should have internet access and communication between VLANs should be restricted. But for now I'd be happy if every device would have internet connection and free routing between all VLANs.
How I tried to configure the device:
- Factory reset with button
- Connect with winbox
- Remove default configuration
- Open terminal in Winbox and execute the lines in the rsc file
I tried to change a lot of small details but in the end I was always locked out after the last step (activate vlan-filtering)
/interface bridge set bridge1 vlan-filtering=yes
On the access ports DHCP is not responding. Manually configuring an IP matching the network on the corresponding port didn't help.
On my linux machine I setup VLAN 99 (MGMT vlan) and tried to connect on a trunk port. Without success.
Code: Select all
sudo ip link add link enp37s0 name enp37s0.99 type vlan id 99
sudo ip addr change 192.168.30.242/24 brd 192.168.30.255 dev enp37s0.99
sudo ifconfig enp37s0.99 up
192.168.30.1 unreachable.
Mikrotiks seem to be very powerful but I underestimated how steep the learning curve is. Quite frustrating.