brian mullan <[email protected]> writes: > I have FRR and BGP working well with WireGuard but I'd really > like to try Babled. > > However, I've searched the internet for a couple days now and the only > babeld.conf files I've found are for openwrt use. > > Can anyone point me to an example babeld.conf for FRR that > might work with WireGuard?
There's nothing special required on the Babel side to use wireguard. However, since Wireguard doesn't do this automatically, you need to manually set up link-local IPv6 addresses on both sides of the wireguard tunnel. I usually just configure fe80::1/64 on one side, and fe80::2/64 on the other side of the tunnel, with appropriate AllowedIP configs to go with them (either ::/0, or fe80::/64). -Toke _______________________________________________ Babel-users mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
