From 2525901f7a30301d31e063b959ee06fb70ca72e4 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Mon, 25 Oct 2021 15:59:55 +1100 Subject: [PATCH] extra >s gone, reshuffle order --- index.html | 60 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index d86c9d5..91455bd 100644 --- a/index.html +++ b/index.html @@ -87,38 +87,16 @@

For the purposes of this talk, we can ignore a lot of complexity

-

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!

-
- -

Anyway, let's get started!

-

What even is a router?

+

What even is a router?

Two or more interfaces

Some logic to determine where a packet goes

-

-
-	    
-	  
+

Linux Routing

-

+	  

 net.ipv4.ip_forward = 1
 net.ipv6.conf.all.forwarding = 1
 net.ipv6.conf.default.forwarding = 1
@@ -128,10 +106,34 @@ net.ipv6.conf.default.forwarding = 1
 	  

Yeah, not really :)

-

Routes!

-

something something

+

Static Routes!

+

Manually added, or scripted routes that don't change

+

+	      ip route add 172.17.0.0/24 via 172.16.0.254 dev wg0
+	    
+	  
+

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!

+
+

Bits and Pieces

VLAN