So gelöst:
sudo systemctl enable resolvconf sudo systemctl start resolvconf
Kali Linux 2018 amd64 in VM Workstation
Seit den letzten Tagen kann ich keine Internetverbindung im Terminal herstellen. Das Internet funktioniert gut mit dem tor & firefox-Browser, aber ich kann kein Update im Terminal vornehmen.
Ich habe es versucht apt-get update
Ergebnis:
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.
Vor wenigen Tagen war alles in Ordnung.
Also überprüfe ich /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
Ich überprüfe auch die NetworkManager-Datei:
[main] plugins=ifupdown,keyfile [ifupdown] managed=true
Ich starte neu sudo service network-manager restart
aber das Problem bleibt bestehen
Ich ping auch
root@kali:~# ping google.com ping: google.com: Nom ou service inconnu
Wenn jemand helfen kann, danke.
So gelöst:
sudo systemctl enable resolvconf sudo systemctl start resolvconf