small typo

This commit is contained in:
Fisher Darling
2022-11-01 11:01:13 +01:00
parent 47a99bfcbe
commit 4307de6d44
+1 -1
View File
@@ -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 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 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 # Conclusion