Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Hey #freebsd #bhyve users!

Uncategorized
24 10 9

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    13 Views
    Just setup lagg on my #FreeBSD laptop and it was easier than I first thought. So now if I'm not on a wired connection it'll jump to WiFi. My Wifi chipset is iwlwifi0: Detected Intel(R) Wi-Fi 6 AX200 160MHzOn WiFi I get 275Mbps by 97MbpsOn wired I get 987Mbps by 94MbpsFYI It was all in the excellent handbook here.https://docs.freebsd.org/en/books/handbook/advanced-networking/#network-aggregation
  • 0 Votes
    1 Posts
    7 Views
    FreeBSD Foundation Budget Summary<https://freebsdfoundation.org/wp-content/uploads/2025/09/2025-Budget-Approved-Summary.pdf> (September 2025) ― via <https://freebsdfoundation.org/about-us/about-the-foundation/financials/2025-freebsd-foundation-budget-summary/> @FreeBSDFoundation #FreeBSD #Foundation
  • 0 Votes
    1 Posts
    10 Views
    New blog post: Hosting a Static Blog on FreeBSD with Bastille JailsA deep dive into my self-hosting setup:- FreeBSD 15.0 with securelevel 2- Bastille jails for isolation (Caddy, Nginx, deployment gateway)- PF firewall with strict NAT/RDR rules- CI/CD via Forgejo Actions with rrsync-restricted deployments- nullfs mounts for zero-copy file sharing between jailsThe "transporter pattern" keeps the blog jail unexposed while enabling automated deploys. Jails remain the most elegant isolation mechanism around.https://blog.hofstede.it/hosting-a-static-blog-on-freebsd-with-bastille-jails-and-automated-deployment/#freebsd #bastillebsd #jails #blog #devops #cicd #forgejo
  • 0 Votes
    1 Posts
    12 Views
    Want to isolate a DNS resolver?bastille create dns 14.3-RELEASE 10.0.0.53bastille pkg dns install unboundbastille service dns unbound enablebastille service dns unbound startYou now have a private resolver in a jail, safe from the host.#FreeBSD #BastilleBSD #Unbound #DNS