刚到手一台Ipv6 only国内小鸡,装了debian后发现连apt update都无法解析,后来发现是没有配置DNS,Ipv6 only机,顾名思义只有ipv6网络,没法直接访问ipv4资源,并且这又是国内机,想要配置公益服务器全在海外的DNS64或者套用Wrap基本就都没有速率了,所以就只能老老实实配置国内的DNS然后折腾一点小服务了
配置DNS
vim /etc/resolv.conf
#阿里云 IPv6
nameserver 2400:3200::1
nameserver 2400:3200:baba::1
# 腾讯 Ipv6
nameserver 2402:4e00::
# 删除原来内容,粘贴后 esc + :wq 退出并保存
换源
vim /etc/apt/sources.list
# 删除或者注释掉原有的源
# 清华 Debian 11
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://security.debian.org/debian-security bullseye-security main contrib non-free
# 粘贴后还是 esc + :wq 退出并保存
这里提供的是Debian11的源,如果系统不同
使用 cat /etc/issue
查看系统版本,然后去找到对应国内源即可
配置好后就可以 apt update -y
,然后正常的安装软件了
最后劝一句除非自己有Ipv6环境,否则最好不要买这种机,虽然便宜,但是买了就吃灰