From 0de90b9d82a2351597cf03681c49ce48ba044535 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 26 May 2023 05:39:39 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a293712..8b982ef 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ You first need to fix the source available and then execute this script. sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* If script notices any error like in "# Check Dependence", please execute it again! +
If you have enabled and assigned IPv6 address after server had been created in the website panel of some cloud providers like Oracle etc. but IPv6 is still invalid in the original system, you can try "dhclient" command to enable IPv6, the same as IPv4:
dhclient -6 "network adapter name"
dhclient -4 "network adapter name"