2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-22 10:09:36 +00:00

Add some links between pages

This commit is contained in:
Hans van Kranenburg 2015-11-21 19:37:37 +01:00
parent b13ae2e356
commit 9757213fe4
2 changed files with 4 additions and 0 deletions

View File

@ -67,3 +67,5 @@ Tunnel gateway "owl":
Carl realizes this is going to turn into a real nightmare when the network keeps expanding in the future, and starts looking for a better way to handle all the routes.
It would be cool if the routers could just talk to each other on the internal routing lan and tell each other which networks are reachable via them...
Next: [An introduction to OSPF](/ospf-intro/README.md)

View File

@ -377,3 +377,5 @@ First of all, don't forget to take a look at the BIRD documentation about OSPF.
Another thing you can play with is rolling out IPv6 on this little network that was just built. It needs a `bird6.conf` configuration file, and you'll soon find out doing IPv6 is very similar to what we did here with IPv4. Just pick some subnets from the `2001:db8::/32` network to work with and there you go.
After completing this tutorial, I also encourage you to start reading the other "An Introduction to OSPF" like pages on the internet, since they should be a lot easier to understand while having seen it work for real! Have fun.
Next: [An introduction to BGP](/bgp-intro/README.md)