From 98d1ce03157b4793d6bb6d2b9d7c948e77e49da5 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 21 Nov 2015 22:39:23 +0100 Subject: [PATCH] Also install iperf3 to measure connection stability iperf3 can be used to send data fast or slow over a TCP connection, detecting packet loss. We'll be using it in the tutorials to show that it's possible to fail over routes dynamically without any loss of connectivity. --- lxcbird/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxcbird/README.md b/lxcbird/README.md index dc37917..de7f110 100644 --- a/lxcbird/README.md +++ b/lxcbird/README.md @@ -218,7 +218,7 @@ Oh, there's our first problem... it's still a bit too basic :) root@birdbase:/# apt-get update [...] - root@birdbase:/# apt-get install iputils-ping bird dnsutils iptables iptstate mtr-tiny tcpdump nmon traceroute iftop + root@birdbase:/# apt-get install iputils-ping bird dnsutils iptables iptstate mtr-tiny tcpdump nmon traceroute iftop iperf3 [...] The fact that we can do this already proves networking is set up right!