GOAL
Trying to configure a single CRS305 to place a PC and NAS on a separate LAN via VLANs/Inter-VLAN Routing. The devices will have access to the internet via the ISP router/AP and the VLAN will have MAC filtering for select devices on the ISP router subnet to have access to the NAS.
If I understand you network correctly you want your switch to act on L3 capabilities, then why are you messing with VLAN. You have described on each port a different subnet!
No, you’re absolutely correct and I think Steveocee also pointed out the issue; I want to avoid using this switch completely like a router. I do want 3 ports to utilize L3Hardware Offloading to handle Inter-VLAN routing, and one port to act as a gateway to my router. More specifically, VLANs across sfp-sfpplus2-4 with sfp-sfpplus1 acting as a gateway.
VLAN Diagram
The Idea was that VLAN100 traffic would be untagged for egress out port sfp-sfpplus1 while tagged by bridge1. VLAN1 gets automatically assigned, so I wanted it to untag VLAN1 towards sfp-sfpplus2 and sfp-sfpplus3. NOTE: Reading outloud I see that this VLAN1 untagging makes no sense. Still there is more to realize.
…What? Please read the first sentence of this thread where I link that exact post. If you see something helpful I missed in that post or on any page of the documentation (e.g. https://help.mikrotik.com/docs/display/ROS/Bridging+and+Switching) please let me know.
I think this might be basically doable, so long as the ISP router can be configured with static routes on it.
ie. 10.0.0.x/24 via 192.168.1.2 (the IP address I have assigned to the CRS)
If a device on the main ISP LAN wants to connect to a device on your new LAN, it will send the packet to the ISP router.
The ISP router will hopefully forward (some) of these packets to the new VLAN, and also send redirect icmp packet(s) saying use 192.168.1.2
to get the device to send further packets direct to the Switch.
The device on the main ISP LAN needs to accept these redirect messages. (Not sure but windows may need to trust the network)
Your filtering options for traffic between ISP main LAN and the new LAN are quite limited when using L3HW offload, e.g. no stateful firewall. (though it looks like mac address filtering might be possible)
You need to carefully review your original config, some of the pvid’s look wrong, and there may be other issues.
I guess you can set it up and get it working without L3HW offload, with virtually no enabled firewall rules, then enable the offload.