diff --git a/index.html b/index.html index 91bc710..881209c 100644 --- a/index.html +++ b/index.html @@ -76,11 +76,12 @@

Layers!

Like an onion!

That 7 layer thing from the OSI

+

Ethernet -> IP -> ICMP/TCP/UDP

Administrative overlays

VPNs and Tunnels

@@ -90,24 +91,31 @@

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

-

An easy one

+

An easy one!

VLANS

Ethernet layer

Designed to limit broadcast storms

Can also separate IP networks on the same Ethernet

Tagged and Untagged or Default

VLANs in linux

Are pretty easy!

-
code data-trim data-noescape>
+	  

 	    ip link add link enp0s2 name enp0s2.2501 vlan id 2501
 	    ip -6 addr add 2001:db8:2501::10/64 dev enp0s2.2501
 	    ip link set dev enp0s2.2501 up
 	  
+
-

What even is a router?

+

VLANs in linux

+

Various different methods of making it go in different distributions

+

+
+
+	
+	

What even is a router?

Two or more interfaces

Some logic to determine where a packet goes