diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..b68b3a3 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,18 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "Launch development webserver", + "type": "shell", + "command": "zola", + "args": [ + "serve", + "--drafts", + "--open" + ], + "problemMatcher": [] + } + ] +} \ No newline at end of file diff --git a/content/blog/2022-10-17-ampr-vultr-bgp.md b/content/blog/2022-10-17-ampr-vultr-bgp.md index 0dbf2b5..a48378d 100644 --- a/content/blog/2022-10-17-ampr-vultr-bgp.md +++ b/content/blog/2022-10-17-ampr-vultr-bgp.md @@ -87,6 +87,4 @@ At this point, just wait until Vultr gets your BGP session set up. -### Action communities - ## Verify everything is working diff --git a/content/blog/2022-10-18-wireguard-bgp.md b/content/blog/2022-10-18-wireguard-bgp.md new file mode 100644 index 0000000..011744b --- /dev/null +++ b/content/blog/2022-10-18-wireguard-bgp.md @@ -0,0 +1,5 @@ +--- +title: BGP peering over a WireGuard tunnel +description: Some notes on getting Bird and WireGuard to play nice +draft: true +--- \ No newline at end of file diff --git a/content/blog/2022-10-30-bird-udmpro.md b/content/blog/2022-10-30-bird-udmpro.md new file mode 100644 index 0000000..ec5bc67 --- /dev/null +++ b/content/blog/2022-10-30-bird-udmpro.md @@ -0,0 +1,20 @@ +--- +layout: page +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 network +draft: true +extra: + uses_katex: false + auto_center_images: true + excerpt: A tutorial for AMPRNet operators who are BGP announcing their first prefix to Vultr +--- + + +```sh +unifi-os shell +apt install build-essential libfl-dev libbison-dev libreadline-dev libncurses5-dev +bash ./configure --host aarch64 --with-sysconfig=linux +make +``` \ No newline at end of file diff --git a/content/network/plan.md b/content/network/plan.md index 45bfde0..9551d85 100644 --- a/content/network/plan.md +++ b/content/network/plan.md @@ -4,9 +4,9 @@ extra: uses_graphviz: true --- -This is a planning document that keeps track of my IP address space. This is by no means complete, just a reference for a specific part of my network. + -- `172.23.44.128/25` + + +## Needs + +- VPN +- Home IPv6 + +## Sites + +- Home +- yyz-edge + +## Plan + +- `44.31.62.0/24` + - `44.31.62.0/25` + - `44.31.62.0/26` + - `44.31.62.0/27` + - `44.31.62.32/27` VPN Space + - `44.31.62.64/26` Homelab prefix + - `44.31.62.128/25` Temp: Home +- `44.31.119.0/24` +- `xxxx:xxxx:xx00::/40` + - `xxxx:xxxx:xx01::/48` Site: Home + - `xxxx:xxxx:xx01::/52` Home network clients + - *This should be further broken down by vlan* + - *All clients should be eui-64 if possible* + - *RDNS: `abcd-abff-fecd-abcd.home.ewpratten.com`* + - `xxxx:xxxx:xx01:1000::/52` Homelab prefix + - `xxxx:xxxx:xx02::/48` VPN space diff --git a/static/downloads/bird-aarch64/bird-aarch64-2.0.10.tar.xz b/static/downloads/bird-aarch64/bird-aarch64-2.0.10.tar.xz new file mode 100644 index 0000000..5e482c4 Binary files /dev/null and b/static/downloads/bird-aarch64/bird-aarch64-2.0.10.tar.xz differ diff --git a/static/geofeed.csv b/static/geofeed.csv index ac1d601..6ac3cea 100644 --- a/static/geofeed.csv +++ b/static/geofeed.csv @@ -1,3 +1,7 @@ +# Aggregate +2602:faf5::/40,CA,CA-ON,Toronto,M5A2Y5 44.31.62.0/24,CA,CA-ON,Oakville,L6H0M3 44.31.119.0/24,CA,CA-ON,Toronto,M5A2Y5 -2a12:dd47:9000::/36,CA,CA-ON,Oakville,L6H0M3 \ No newline at end of file + +## Machines +2602:faf5:1:0:a8a1:59ff:fe61:3be8/128,CA,CA-ON,Oakville,L6H0M3 \ No newline at end of file