Skip to content
  • Hello #Fosstodon!

    World fosstodon ipv6
    7
    0 Votes
    7 Posts
    0 Views
    alyx@ipv6.campA
    @fosstodon
  • 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
  • 5 Votes
    1 Posts
    83 Views
    CiotBSDC
    Florian Obser (florian@) recently gave a BSD-NL talk entitled "Let's find out how to get predictable IPv6 addresses assigned to OpenBSD VMs". Florian takes us on a guided tour of how inet6 autoconf actually works, with enlightening and entertaining peeks into selected piece of OpenBSD source. At the end, we are asked to "now, draw the rest of the owl". https://undeadly.org/cgi?action=article;sid=20260512115225 slides: https://www.openbsd.org/events.html#bsdnl2026 video: https://exquisite.tube/w/38gDYhMNTNZimk3GcFnHNa
  • 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/