From 4307de6d44fd45e084f1e69fb22219d88ed05845 Mon Sep 17 00:00:00 2001 From: Fisher Darling Date: Tue, 1 Nov 2022 11:01:13 +0100 Subject: [PATCH] small typo --- projects/alamesh/setting_up_bird.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/alamesh/setting_up_bird.md b/projects/alamesh/setting_up_bird.md index 298e873..9b8340d 100644 --- a/projects/alamesh/setting_up_bird.md +++ b/projects/alamesh/setting_up_bird.md @@ -440,7 +440,7 @@ Here's my final topology: So in order to ssh from lykos, tr needed to know that it could send `200::/16` packets to ogr. Remember that the wg link from tr <-> ogr is only point-to-point, there was no concept of a subnet. That means routing info for ogr must have been -set by bird in tr's routing table, which allowed the IP/TCP packets to be forwarded to hyperion. +set by bird in tr's routing table, which allowed the IP/TCP packets to be forwarded to ogr and then to hyperion. # Conclusion