1

Fix some issues

This commit is contained in:
Evan Pratten 2021-11-15 09:52:17 -05:00
parent d18a8abc2b
commit 475fc89e4f
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ In the world of internet routing, you generally need four things:
### Requesting an IP allocation
My existing AMPRNet allocation was a `/29` block which, due to [CIDR Notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) being being clever, is *smaller* than a `/24`. Thus, I had to request a larger IP block for myself. The process for requesting a BGP-routable `/24` from ARDC is a bit different than the standard allocation request process. Firstly, all BGP allocations must be requested under [`44.31.0.0/16`](https://portal.ampr.org/networks.php?a=region&id=162), which is the "BGP Allocations" segment of `44/8`. These BGP allocations fall under the `Direct` allocation type that the AMPRNet Wiki warns you *not* to use.
My existing AMPRNet allocation was a `/29` block which, due to [CIDR Notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) being clever, is *smaller* than a `/24`. Thus, I had to request a larger IP block for myself. The process for requesting a BGP-routable `/24` from ARDC is a bit different than the standard allocation request process. Firstly, all BGP allocations must be requested under [`44.31.0.0/16`](https://portal.ampr.org/networks.php?a=region&id=162), which is the "BGP Allocations" segment of `44/8`. These BGP allocations fall under the `Direct` allocation type that the AMPRNet Wiki warns you *not* to use.
After filling out the usual allocation application, I was contacted by [G1FEF](https://g1fef.co.uk/), the IT Director of ARDC, with an extra document to fill out, then I was handed an Letter Of Authorization (LOA) and was ready to go!

View File

@ -21,7 +21,7 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat
{% block profile %}
<div class="row">
<div class="headshot-container">
<img src="https://avatars.githubusercontent.com/u/21065412" alt="Headshot" style="height:50px;">
<img src="https://avatars.githubusercontent.com/u/21065412" alt="Headshot" style="height:50px;width:auto;">
</div>
<div class="text-container">
<h1>{{config.extra.name}}</h1>