VM Workstation 中的 Kali Linux 2018 amd64
从前几天开始,我就无法在终端上连接到互联网。互联网在 tor 和 Firefox 浏览器中运行良好,但我无法在终端上进行更新。
我试过apt-get update
结果:
Err:1 http://http.kali.org/kali kali-rolling InRelease
Ne parvient pas à résoudre « http.kali.org »
Lecture des listes de paquets... Fait
W: Impossible de récupérer http://http.kali.org/kali/dists/kali-rolling/InRelease Ne parvient pas à résoudre « http.kali.org »
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
几天前一切都还好。
所以我检查/etc/network/interfaces
*This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).*
source /etc/network/interfaces.d/*
*The loopback network interface*
auto lo
iface lo inet loopback
*The primary network interface*
allow-hotplug eth0
auto eth0
iface eth0 inet dhcp
我还检查了 NetworkManager 文件:
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=true
我重新启动sudo service network-manager restart
但问题仍然存在
我也 ping
root@kali:~# ping google.com
ping: google.com: Nom ou service inconnu
如果有人能帮忙,谢谢。
答案1
通过这样做解决:
sudo systemctl enable resolvconf
sudo systemctl start resolvconf