diff --git a/README.md b/README.md index 544173b..c4f39fa 100644 --- a/README.md +++ b/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:
echo "O" | apt install resolvconf -y
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
vim /etc/network/interfaces
-- 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 +
iface ens3 inet6 static
+        address your ipv6 address
+        netmask 64
+        dns-nameservers 2606:4700:4700:0:0:0:0:6400
+- "InstallNET.sh" doesn't support pure IPv6 stack machine(have no IPv4 address, such as Vultr.com 2.5$/month plan). ## Download:
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
## Fully useage sample