diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-22 21:56:08 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-22 21:56:24 +0100 |
commit | da2eb88792ee7a1ff1191210d61bd77af56d9a71 (patch) | |
tree | 4859a806e32308df120b4511a721b7d54c1bd4c0 /content | |
parent | a4ff4854365155786063e2eed627fb247a78cae5 (diff) | |
download | website-da2eb88792ee7a1ff1191210d61bd77af56d9a71.tar.gz website-da2eb88792ee7a1ff1191210d61bd77af56d9a71.zip |
content: Fix incorrect statement in ovpn tutorial
Diffstat (limited to 'content')
-rw-r--r-- | content/en/docs/Tutorials/ovpn-tut.md | 5 |
1 files 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 |