From d9146f6814c9b8c111dc0164771b5008f0c93bfa Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Thu, 30 Apr 2020 16:08:13 +0200 Subject: [PATCH] 2 corrections --- ipv6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipv6.md b/ipv6.md index 962c1b35..fc183f2d 100644 --- a/ipv6.md +++ b/ipv6.md @@ -13,7 +13,7 @@ Here : https://yunohost.org/#/dns_subdomains ### Configure the server -On the OVH panel, you will copy two element : +On the OVH panel, you will copy 3 element : - the IPv6 address - the IPv6 gateway address - the IPv6 prefix. On OVH's VPS SSD, prefixes are `/128` because you have only *one* IPv6 address. @@ -40,7 +40,7 @@ Now, save the file and restart the network service with : `service networking re Check your configuration with these commands : - `ip a` to display network interfaces and addresses - `hostname -I` to display the system IP addresses -- try to ping an IPv6 server (for example you can use `ping ip6.yunohost.org`) +- try to ping an IPv6 server (for example you can use `ping6 ip6.yunohost.org`) - try to ping your server from your PC (assuming your PC has IPv6 enabled) If it's ok, it's ok !