From 46d8c52892695165b5642b80397fd5da21985b9c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 23 Jun 2022 10:40:43 -0400 Subject: [PATCH] as --- content/_index.md | 4 ++-- content/as204466/_index.md | 37 +++++++++++++++++++++++++++++++++++++ templates/section.html | 6 ++++++ 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 content/as204466/_index.md diff --git a/content/_index.md b/content/_index.md index 3fd9590..b388ac5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,7 +8,7 @@ title: Home ## About me -I'm a Canadian software developer, 3D artist, photographer, network operator, musician, [blogger](/blog), amateur radio operator, IPv6 nerd, drone pilot, and general maker of things. I love to experiment with little-used technologies, and specialize in *making things interconnect*. +I'm a Canadian software developer, 3D artist, photographer, [network operator](/as204466), musician, [blogger](/blog), amateur radio operator, IPv6 nerd, drone pilot, and general maker of things. I love to experiment with little-used technologies, and specialize in *making things interconnect*. @@ -16,7 +16,7 @@ title: Home As always, I'm working on multiple projects at the same time and have my head crammed full of technobabble. Currently, I am: - Working on the graphics pipeline powering children's TV productions at [Industrial Brothers](https://www.industrialbrothers.com/) -- Operating [AS204466](https://bgp.tools/as/204466), a global IPv6 network. +- Operating [AS204466](/as204466), a global IPv6 network. - Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten) - Working with low-power radio communication modes diff --git a/content/as204466/_index.md b/content/as204466/_index.md new file mode 100644 index 0000000..9f9fb08 --- /dev/null +++ b/content/as204466/_index.md @@ -0,0 +1,37 @@ +--- +title: AS204466 +description: "Autonomous System: Evan Warren Pratten" +extra: + enable_gh_markdown: true +--- + +# AS204466 + +**AS204466** provides IPv6 connectivity to experimenters, as well as IPv4 connectivity to amateur radio operators. + +
+Routing overview is currently unavailable for display +
+ +## Network goals + +- Focus on IPv6 adoption +- Maintain the lowest possible cost of operation +- Learn new things + +## Peering + +Looking to peer with the network? [Send me a message](/contact), and I'll work something out with you. Physical co-location is not a requirement. + +## Sub-networks + +| Prefix | Announced at | Description | +|-----------------------------------------------------------------------|--------------|------------------------------| +| [`44.31.62.0/24`](https://bgp.tools/prefix/44.31.62.0/24) | London, UK | AMPRNet address block | +| [`2a06:a005:d2b::/48`](https://bgp.tools/prefix/2a06:a005:d2b::/48) | Toronto, CA | North America - General use | +| [`2a12:dd47:8040::/48`](https://bgp.tools/prefix/2a12:dd47:8040::/48) | London, UK | General use & Infrastructure | +| [`2a06:a005:ed1::/48`](https://bgp.tools/prefix/2a06:a005:ed1::/48) | London, UK | Europe - General use | + +## Requests and employment opportunities + +I enjoy working with backbone tech, and would love to work with you on a larger scale. Please [contact me](/contact) if your company is hiring, or for any other information related to AS204466. diff --git a/templates/section.html b/templates/section.html index 3918a3b..3d8d1a5 100644 --- a/templates/section.html +++ b/templates/section.html @@ -47,7 +47,13 @@ {% endblock head %} {% block content %} +{% if section.extra.enable_gh_markdown %} +
+{% endif %} {{section.content | safe}} +{% if section.extra.enable_gh_markdown %} +
+{% endif %} {# Blog posts #} {% if section.extra.inject_blog_posts %}