From 67de411db8578c1081085432937e1944d7a04c9b Mon Sep 17 00:00:00 2001 From: alarig Date: Mon, 21 Jan 2019 19:15:42 +0100 Subject: [PATCH] =?UTF-8?q?It=20will=20be=20better=20with=20the=20right=20?= =?UTF-8?q?value=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- creationRoutesVM.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creationRoutesVM.sh b/creationRoutesVM.sh index 41fe589..3ddc46d 100755 --- a/creationRoutesVM.sh +++ b/creationRoutesVM.sh @@ -200,7 +200,7 @@ for ID_RANGE_V6 in ${ID_RANGES_V6}; do fi # Activation of IPv6 on the tap interface - sysctl net.ipv6.conf.tap${VM_ID}i0.disable_ipv6=1 + sysctl net.ipv6.conf.tap${VM_ID}i0.disable_ipv6=0 # Ajout de la route associƩe COMMAND="ip -6 route add ${VM_IPV6}/48 via ${VM_NH} dev tap${VM_ID}i0"