My home network observes bedtime with OpenBSD and pf

36 points by jbauer a day ago on lobsters | 4 comments

Lovely watercolors!

giffengrabber | 13 hours ago

The Qotom Q305p 3205u looks really nice.

cornel | 7 hours ago

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>

Then 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).

sammko | 20 hours ago

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.