mirror of
https://github.com/knorrie/network-examples
synced 2025-08-30 05:58:31 +00:00
Overview of pages in top README.
This commit is contained in:
parent
0fd2a48579
commit
b6590c7a69
31
README.md
31
README.md
@ -1,4 +1,33 @@
|
||||
Network Examples
|
||||
================
|
||||
|
||||
This is a work in progress, nothing interesting to see yet. Please come back later.
|
||||
This is a work in progress.
|
||||
|
||||
This page will contain a nice high level story, pointing to parts of the tutorials.
|
||||
|
||||
For now, completed pages:
|
||||
|
||||
*  explains how to set up a local test environment to build example networks using LXC and openvswitch. The result of the tutorial is having a base container that can be cloned into routers and end hosts.
|
||||
*  provides an introduction to the computer network of a fictional company, the Birdhouse Factory. The tutorial part is to practice some more with setting up a network with containers and openvswitch.
|
||||
*  shows how the network at the Birdhouse Factory is evolving, and shows the need for a dynamic routing protocol when multiple routers are introduced.
|
||||
|
||||
## Planned pages
|
||||
|
||||
### Learning OSPF and BGP
|
||||
|
||||
*  explains the basics of using OSPF as an IGP.
|
||||
*  is a tutorial that will repeat the lessons learned about ospf. The reader will be configuring ospf in the Birdhouse network, to eliminate the mess of maintaining static routes all over the place.
|
||||
*  shows using BGP to make a connection to an external network that is managed by someone else. Also shows how the routes learned are propagated into the local network, having OSPF and iBGP work together.
|
||||
*  shows asymmetric traffic flow and explains the difference between "peering" and "transit".
|
||||
*  makes the reader configure BGP in the internal Birdhouse network, implementing redundancy between the two main office locations, and also adding a third office.
|
||||
*  shows that with the little amount of knowledge we built up about routing, we can suddenly understand how the whole Internet works! (So, fun with traceroute, bgp.he.net, etc...)
|
||||
|
||||
### IPv6
|
||||
|
||||
* In , sysadmin Carl enables IPv6 on the network, and runs into a new routing challenge...
|
||||
*  lets the reader apply all lessons learned so far while completely refactoring the public network of the Birdhouse Factory with IPv6, OSPF and BGP.
|
||||
|
||||
### Introducing more redundancy
|
||||
|
||||
* In order to be able to do maintenance without downtime,  to another router of the same ISP is added in the public Birdhouse network, using two edge routers at the Birdhouse side with VRRP for end hosts.
|
||||
*  shows the extra complexity of running a stateful firewall in combination with VRRP for the access networks in the office.
|
||||
|
Loading…
x
Reference in New Issue
Block a user