From 4cd4dd02dfb57c22b80351544a103d55144722d7 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sun, 7 Feb 2016 23:01:03 +0100 Subject: [PATCH] Nitpicking, cosmetics. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3309d5f..75d4011 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Welcome to my Linux Networking tutorials. The first part, learning two widely us ## Target audience -You're a Linux server and network administrator for some years, have been building an office and/or colocation network with IPv4, IPv6, firewalls with IPTables, some stateful filtering (and NAT for IPv4). You've set up VPN tunnels between different locations to be able to reach the internal IPv4 network using RFC1918 addresses on the other side. +You've been a Linux server and network administrator for some years, have been building an office and/or colocation network with IPv4, IPv6, firewalls with IPTables, some stateful filtering (and NAT for IPv4). You've set up VPN tunnels between different locations to be able to reach the internal IPv4 network using RFC1918 addresses on the other side. 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... @@ -25,6 +25,8 @@ I hope that while following the tutorials, you're going to experience the "Wow!" Depending on your current knowledge and experience, following the tutorials can take quite some time. This is normal. Don't skip pages or part of them, because when writing, I assume that everything told before is known already. Even though the tutorials are meant as an introduction, there's still already a huge amount of information hidden in them. +Have fun! + ## Getting up to speed setting up test environments All test setups used in the tutorials are built using Linux, LXC and OpenvSwitch for setting up network topologies, and using BIRD as routing daemon.