[Babel-users] trying to find example babeld.conf for use with FRR and Wireguard
Toke Høiland-Jørgensen
toke at toke.dk
Tue Feb 18 12:45:52 GMT 2020
brian mullan <bmullan.mail at gmail.com> 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
More information about the Babel-users
mailing list