From da2eb88792ee7a1ff1191210d61bd77af56d9a71 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 22 Jan 2020 21:56:08 +0100 Subject: content: Fix incorrect statement in ovpn tutorial --- content/en/docs/Tutorials/ovpn-tut.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/Tutorials/ovpn-tut.md b/content/en/docs/Tutorials/ovpn-tut.md index e2d6eb3..882ea03 100644 --- a/content/en/docs/Tutorials/ovpn-tut.md +++ b/content/en/docs/Tutorials/ovpn-tut.md @@ -110,9 +110,8 @@ From another terminal, send some pings into the other endpoint: $ ping 10.10.10.1 -I tun0 ``` -The pings will timeout since ICMP pings are responded to by the kernel -(and the tun interface is userspace), but the tcpdump on the _tun1_ -interface will show the ping messages arriving: +The pings will timeout, but the tcpdump on the _tun1_ interface will +show the ping messages arriving: ```bash $ sudo tcpdump -i tun1 -- cgit v1.2.3