mirror of
https://github.com/leitbogioro/Tools.git
synced 2026-01-06 17:44:08 +08:00
Update README.md
This commit is contained in:
parent
ea92208943
commit
3668ce537c
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -15,10 +15,16 @@ Something about scripts
|
|||
- Change name server for Debian permanently is provided by "resolvconf", related configuration files has been wittened. you just need to logging in new installed system, and run:
|
||||
<pre><code>echo "O" | apt install resolvconf -y</code></pre>
|
||||
to make changes validating!
|
||||
- Defects: 1. Debian preseeding process can only config one IP address, so to bio-stack machine(both have IPv4 and IPv6 address), after loggin to new system, you can only see IPv4 address are configurated, you have to config IPv6 address manually:
|
||||
## Defects:
|
||||
- Debian preseeding process can only config one IP address, so to bio-stack machine(both have IPv4 and IPv6 address), after loggin to new system, you can only see IPv4 address are configurated, you have to config IPv6 address manually:
|
||||
edit network interfaces
|
||||
<pre><code>vim /etc/network/interfaces</code></pre>
|
||||
- Defects: 2. "InstallNET.sh" doesn't support pure IPv6 stack machine(have no IPv4 address, such as Vultr.com 2.5$/month plan).
|
||||
add ipv6 configurations
|
||||
<pre><code>iface ens3 inet6 static
|
||||
address your ipv6 address
|
||||
netmask 64
|
||||
dns-nameservers 2606:4700:4700:0:0:0:0:6400</code></pre>
|
||||
- "InstallNET.sh" doesn't support pure IPv6 stack machine(have no IPv4 address, such as Vultr.com 2.5$/month plan).
|
||||
## Download:
|
||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||
## Fully useage sample
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue