24 lines
523 B
Markdown
24 lines
523 B
Markdown
---
|
|
title: Announcing your AMPRNet prefix to Vultr with BGP
|
|
description: That how-to guide everyone keeps asking me to make
|
|
date: 2022-10-17
|
|
tags:
|
|
- amprnet
|
|
- networking
|
|
- bgp
|
|
draft: true
|
|
extra:
|
|
auto_center_images: true
|
|
excerpt: A tutorial for AMPRNet operators who are BGP announcing their first prefix
|
|
to Vultr
|
|
aliases:
|
|
- /blog/bird-udmpro
|
|
---
|
|
|
|
```sh
|
|
unifi-os shell
|
|
apt install build-essential libfl-dev libbison-dev libreadline-dev libncurses5-dev
|
|
bash ./configure --host aarch64 --with-sysconfig=linux
|
|
make
|
|
```
|