Skip to content
  • 0 Votes
    1 Posts
    0 Views
    pitrh@mastodon.socialP
    OpenBGPD 9.2 released https://www.undeadly.org/cgi?action=article;sid=20260807061435 #openbsd #openbgpd #bgp #routing #networking #development #infrastructure #devops #libresoftware #freesoftware
  • 0 Votes
    1 Posts
    0 Views
    lw@mastodon.bsd.cafeL
    FreeBSD call for testing: PREFSRC route attribute support <https://lists.freebsd.org/archives/freebsd-net/2026-July/009137.html>this lets you set the preferred source IP address for outgoing packets via a particular route, overriding the default source selection logic. it's particularly useful for IPv4-over-IPv6 routing; previously, BSD required assigning an IPv4 /32 to every interface for this to work properly; now, you can simply set the IPv4 loopback address as the preferred source.it's also useful in situation where the router has multiple IPv6 addresses and you want to select which is used, similar to the "net.inet.icmp.reply_src=lo0" sysctl for IPv4 (but it affects all outgoing connections, not just ICMP errors).it's also useful for IPv4 when you want to control this per-route rather than globally, especially if you're routing in multiple FIBs.basically, it's really useful for a lot of situations and i'd love to see it land, so please help test it.it is compatible with the Linux netlink API and works out of the box with BIRD (krt_prefsrc attribute).the main patch is this one: https://reviews.freebsd.org/D58294 - either use the 'download raw diff' link, or use 'git arc patch D58294' to apply it to a tree.you can send feedback directly to Pouria, or just reply to me and i'll forward it.#freebsd #ipv6 #networking
  • 0 Votes
    1 Posts
    0 Views
    pitrh@mastodon.socialP
    WPA3 support coming to OpenBSD https://www.undeadly.org/cgi?action=article;sid=20260719093851 #openbsd #networking #wifi #wpa3 #wpa #wireless #development #freesoftware #libresoftware
  • 0 Votes
    1 Posts
    0 Views
    rootmoose@mastodon.bsd.cafeR
    Spent a lot of time today playing with OPNSense (err, fighting - a while back my whining about not getting along with networking was no joke).Eventually got what I wanted to work to actually work: OPNsense as an exposed node inside a Bell Giga Hub network and routing/NAT'ing to a dmz host hanging off said exposed node. But omfg, I suck at this stuff. It's painful - be glad you can't watch me work. Ha.Aaannyyyywwwaaaayyyyyy...If you haven't already upgraded to the latest OPNSense (26.7), you may be surprised by some of the quality of life GUI clean up and more impressively the sped up boot time. On my N150 based box it boots 'super fast' like a normal PC compared to the old fashioned, slow thing it was doing before. No hard data to share, just a seat of the pants anecdote.#OPNSense #RunBSD #networking #PF
  • Using The New Bridges of FreeBSD 15

    FreeBSD freebsd bridge networking
    1
    2 Votes
    1 Posts
    110 Views
    CiotBSDC
    See: https://blog.feld.me/posts/2026/02/using-new-bridges-freebsd-15/ ping: https://framapiaf.org/@ricardo@bsd.cafe/116453396670728593
  • Running Your Own AS…

    FreeBSD freebsd networking ipv6
    1
    0 Votes
    1 Posts
    137 Views
    CiotBSDC
    Part1: Running Your Own AS: BGP on FreeBSD with FRR, GRE Tunnels, and Policy Routing: https://blog.hofstede.it/running-your-own-as-bgp-on-freebsd-with-frr-gre-tunnels-and-policy-routing/ Part2: Running Your Own AS: Going Multi-Homed with iBGP and three Transits: https://blog.hofstede.it/running-your-own-as-going-multi-homed-with-ibgp-and-three-transits/ Part3: Running Your Own AS: Joining an IXP with a Third Edge Router: https://blog.hofstede.it/running-your-own-as-joining-an-ixp-with-a-third-edge-router/ Part4: Running Your Own AS: Direct Hetzner Peering, a Fourth Edge, and Bringing the Home LAN into the Fabric: https://blog.hofstede.it/running-your-own-as-direct-hetzner-peering-a-fourth-edge-and-bringing-the-home-lan-into-the-fabric/