diff --git a/index.html b/index.html index 6ecc400..2639365 100644 --- a/index.html +++ b/index.html @@ -166,46 +166,45 @@

Enter dynamic routes

+

As a Router:

+

Advertise your networks

Discovering routes to other networks

-

Add them to the kernel routing table

-

OSPF: RFC5430, RFC2328

+

Optional: Do some logic

+

Add them to the routing table

+

Userspace daemons

+

talking to the kernel networking stack

- -

What I'm assuming we're familiar with

-

Diagram showing standard leaf node of a network with a bit cloud containg "The rest of the org"

-
- -

What we're familiar with

-

Diagram showing added storage and server network

-

- -

How things evolve

-

Uh Oh, we've got a new Datacentre

-
- -

How things evolve

-

which has its own lot of storage and servers

-
- -

How things evolve

-

And now people want to work in Tasmania!

-

Dynamic Routing

Open Shortest Path First (OSPF)

The algorithm is pretty interesting

RFC2328

RFC5340

+

For: Dynamic routes inside your networks

Dynamic Routing

Border Gateway Protocol (BGP)

RF4271

+

For: Dynamic routes outside your network

+
+ +

The Userspace Daemons

+

BIRD: Berkeley Internet Routing Daemon

+

Quagga: Fork of Zebra

+

Significant overlap, but they are different

+

I've not used Quagga

-
more detail on what VLANs, OSPF and BGP are for
-
how to do these things in linux
intro to bird
+ +

Two types of interfaces for OSPF

+

Has other routers on it: Interface

+

Only this router on it: Stub interface

+
+ + +
more detail on bird
building out a virtual network with LXC
ergh, NAT
@@ -227,6 +226,30 @@

BenEater's "Why was facebook down for five hours"

802.1Q:

+ + +

Unused Bits

+

What I'm assuming we're familiar with

+

Diagram showing standard leaf node of a network with a bit cloud containg "The rest of the org"

+
+ +

What we're familiar with

+

Diagram showing added storage and server network

+

+ +

How things evolve

+

Uh Oh, we've got a new Datacentre

+
+ +

How things evolve

+

which has its own lot of storage and servers

+
+ +

How things evolve

+

And now people want to work in Tasmania!

+
+ +