I have an existing home setup with a single CRS, 3 bridges and CAPsMAN set up with separate DHCPs to segregate 3 different networks. Since my CRS regularly has hickups and the only answer I got was that it’s too weak for what I ask of it, i have bought a RB5009 as my main router.
I am now in front of the daunting task of setting up the network, and since I now have 2 devices I have to set up VLANs. Having watched a few videos I am still no closer in how to best set up my devices.
I am unsure how to connect my cAPs (the AX is not yet existent, but planned. When it arrives Internal will get the additional 6Ghz Wifi)
I probably need to connect them through my CRS326, at least the AX since the RB5009 only has 2.5Ghz ports?
How do I configure the different ports? As far as I understood, on the CRS I need to configure all ports with respective “VLAN tagging”?
Additionally I have another qsfpplus to my PC, currently not connected because my current mainboard doesn’t have the necessary PCIE, but the next PC will have qsfpplus1 connected to the PC with 40G, so that needs to go through CRS326 only, without packages routed through the RB5009 which would represent a bottleneck at 10G speed?
Any mikrotik experts that can give me some configuration help or point me to the right videos that cover a situation such as mine? I am typically using the GUI but am not afraid of the terminal.
I have gotten as far as this on my RB, but my windows computer, connected to ether3, does not get an IP address, unless I modify the DHCP_internal to be interface=bridge1 and assign /ip address 10.0.0.0 to bridge1…
correct, I’d like to have the 3 VLANs, 10 Internal, 20 Guest, 30 IoT. There will be some crosstalk of my homeassistant on internal that needs to communicate to some IoT devices, but that is for later, first get the basics working
Sorry, that was just an example, I am waiting for a wifi7 (yes probably a long wait looking back at wifi6) AP
Thanks, http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1
this and the examples given there were all I needed, a little bit of adaptation for my situation and my interfaces, and all 3 devices are working now
this post should have turned up much higher in VLAN searches, I did not see this one.
ps: mermaid the way I used it is free - you can create a diagram with an (editable) link any time without even logins
I have logging enabled on the NAT rule, and can see the packets ticking up when I try to access my public IP:8123 from e.g. my phone on 5G, not on my wifi)
the messages shown in the log are:
dstnat: in:ether1 out:(unknown 0), connection-state:new src-mac **mac**, proto TCP (SYN), **some IP**:58645->192.168.0.5:8123, len 60
The requesting IP constantly changes (whavever my phone is assigned to at that moment)
by watching the log I can confirm that it is my phone producing those log entries, not something random
My destination is on VLAN_INTERNAL
I have tried changing the order of my NAT rules
I have tried adding 8123 as an allowed “input” chain action “accept” on my filters
Filter and NAT rules are executed from top to bottom and your “accept” rule for dst-port 8123 will never be executed because of the preceding “drop” rule.
Try swapping the rules: