My home network observes bedtime with OpenBSD and pf
33 points by jbauer
33 points by jbauer
Lovely watercolors!
The Qotom Q305p 3205u looks really nice.
I have a somewhat similar setup, though a bit simpler. I have a
<nointernet> table which is blocked by default:
table <nointernet> persist
...
block in quick from <nointernet>
block out quick to <nointernet>
Than I have a tiny Go web app that let's me block some devices based on a list of 'blockable' devices (it simply ads/deletes IPs to the above table).
Yesterday I was trying out OpenBSD as a router in a VM solution. Turns out that the ixv(4) driver for 82599 sr-iov VFs has completely broken VLAN support. Always fun to find driver bugs. There's a mention of it in the man page to be fair.