Top Themes from the discussion
| # | Theme | Supporting quotation(s) |
|---|---|---|
| 1 | Separate VLANs for time‑based access control | “This is also the approach I would have used … I used a separate VLAN to achieve the same thing as the author to shutdown internet access on the VLAN my kids devices use at bedtime…” – giobox |
| 2 | pf anchors provide cleaner, deterministic rule management | “The anchor‑based approach for time‑dependent rules is elegant. … using pf anchors keeps the state management inside the packet filter where it belongs.” – panavinsingh |
| “…pf is far more ergonomic … iptables is more capable but pf is much easier to work with.” – somat | ||
| 3 | Realtek NIC/driver quirks cause instability | “I’ve run into problems with Realtek gigE NICs on Linux, FreeBSD, and Windows … the driver can stall, mis‑DMA packets, and the reset behaviour is weird.” – toast0 |
These three ideas—VLAN segmentation for bedtime rules, the elegance of pf anchors over traditional iptables, and the practical headaches of Realtek networking hardware—emerge as the most prevalent topics in the thread.