MeidokonWiki:

helian replaces my old Unifi USG 3P gateway. I wanted something a bit faster, more capable (like builtin Wireguard support), and more tweakable. The Unifi has been a solid performer, I just wanted more. I bought it and meant to get around to installing it, but needing to learn their interface for configuring the whole network again put me off it for a while. Until my Unifi router stopped working, so then there was no excuse.

helian is a Mikrotik RB5009UPr+S+IN, here's some info about it:

I was eyeing off the CRS326-24G-2S+RM, then realised it'd be way more useful to get something with POE-out as well, otherwise I'd still be stuck dealing with two device for routing and switching, so the hilariously overkill number of ports was off the cards for now.

And the RB5009 is a really good replacement in that sense. I've replaced a separate router and bulky POE switch with a single, small device that does both, and puts out way less heat. Heat that probably knocked out the Unifi router >_>

Features and uses

Hardware

Marvell 88E6393X switch chip, which governs what features you can lean on and how they're handled. Mikrotik has a list of various switch chips and their features here: https://help.mikrotik.com/docs/spaces/ROS/pages/15302988/Switch+Chip+Features#SwitchChipFeatures-Introduction

The list isn't completely up to date, as the higher end CRS and CCR devices have chips that aren't listed there, but the 88E6393X is about as good as it gets when it comes to features. Of particular interest to us is hardware offloading of bridge VLAN filtering (with some listed caveats), which means performance shouldn't suffer even though we're doing something a little bit complex.

Access

This is just good practice stuff.

Stuff I want to do

Future reading

Stuff to fix

mDNS

Apparently mDNS doesn't work properly. Unifi solves this by running an mDNS proxy between VLANs, which makes stuff like Chromecast just work if you put them into a separate IOT VLAN, but Mikrotik doesn't have that.

Just pipe all VLANs to a box and run an mDNS proxy/repeater on it. It should be in the avahi package on linux.

Only need to do this when I put all the IOT stuff on a separate VLAN though - at the moment the Google Nest and Hue hub stuff is on the main human VLAN.

MeidokonWiki: servers/helian (last edited 2024-11-13 09:38:47 by furinkan)