diff --git a/content/hobbies/_index.md b/content/hobbies/_index.md index 51a9b2f..bdc7ac5 100644 --- a/content/hobbies/_index.md +++ b/content/hobbies/_index.md @@ -17,15 +17,13 @@ As my friends know very well, I do *a lot* of things. This section exists to kee - Software Development - [Games](/hobbies/software/games) - [Competitive Programming](/hobbies/software/competitive-programming) - - - - Graphics Pipeline - Web Development - Control Systems - Automation - Networking and Infrastructure - Virtual and Physical networks + - [My public IPv4 block](/blog/amprnet-bgp/) - Longboarding - Drones \ No newline at end of file diff --git a/content/hobbies/networking/zzanet.md b/content/hobbies/networking/zzanet.md new file mode 100644 index 0000000..eb01788 --- /dev/null +++ b/content/hobbies/networking/zzanet.md @@ -0,0 +1,7 @@ +--- +title: Virtual and Physical networks +--- + +I am very much a [homelabber](https://www.reddit.com/r/homelab/) except unlike most, my gear is spread across many physical locations around the world. To keep everything easily accessible, and securely interconnected, I have built and maintain a large virtual network. + +With hosts spread across both the public internet, and in private networks behind extremely restrictive firewalls, I needed to build a secure and versatile virtual private networking setup to handle traffic routing and device connections. \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 9aede14..e13951d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,6 +21,10 @@ + + + + {% endblock head %} @@ -57,7 +61,7 @@
Home | Blog | - Hobbies + Hobbies