From f11fde200b84b126260de2fe5d18ab360bd4c99c Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sun, 7 Feb 2016 19:44:35 +0100 Subject: [PATCH] Typofix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9491874..3309d5f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You're a Linux server and network administrator for some years, have been buildi You know how to use the `iproute2` programs (`ip a`, `ip r`, etc) to set up your networking, and haven't typed the `ifconfig` or `route` commands in your terminal since 1999. You know how to debug problems using `tcpdump`, `traceroute` etc... -But... your network doesn't show much redundancy. You're pointing a static route to your VPN tunnel to be able to reach the other side, and when you connect a third location, you're realizing that this way of working getting more and more painful. +But... your network doesn't show much redundancy. You're pointing a static route to your VPN tunnel to be able to reach the other side, and when you connect a third location, you're realizing that this way of working is getting more and more painful. You're googling the interwebz for tutorials about an introduction to routing protocols, and discover that most of them start out with a huge amount of theoretical information, and then teach you how to configure Cisco equipment.