From bbacc3e14cdba12b1cf2c7d660c59f8c0884262d Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Fri, 10 Nov 2017 00:09:32 +0100 Subject: [PATCH] New ping needs explicit 4 for IPv4 Without the 4 it will default to IPv6 now. In the past it would do IPv4. This probably has to be changed in more places. --- lxcbird/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxcbird/README.md b/lxcbird/README.md index e75396b..7467160 100644 --- a/lxcbird/README.md +++ b/lxcbird/README.md @@ -224,7 +224,7 @@ Oh, there's our first problem... it's still a bit too basic :) The fact that we can do this already proves networking is set up right! - root@birdbase:/# ping -n -c 3 knorrie.org + root@birdbase:/# ping4 -n -c 3 knorrie.org PING knorrie.org (82.94.188.77) 56(84) bytes of data. 64 bytes from 82.94.188.77: icmp_seq=1 ttl=54 time=6.64 ms 64 bytes from 82.94.188.77: icmp_seq=2 ttl=54 time=5.12 ms