mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 05:34:34 +08:00
Update README.md
This commit is contained in:
parent
0de90b9d82
commit
ea4905ab09
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ 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-*</pre></code>
|
||||
If script notices any error like in "# Check Dependence", please execute it again!
|
||||
<br />
|
||||
<br />
|
||||
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:
|
||||
<pre><code>dhclient -6 "network adapter name"</pre></code>
|
||||
<pre><code>dhclient -4 "network adapter name"</pre></code>
|
||||
|
|
Loading…
Reference in a new issue