칼리 리눅스는 터미널에 인터넷이 없지만 브라우저는 잘 작동합니다. 작동하지만 터미널에서 업데이트 할 수는 없습니다. 나는 노력했다.

VM 워크 스테이션에서 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

그러나 문제는 여전히 지속된다.

나는 또한 핑

root@kali:~# ping google.com
ping: google.com: Nom ou service inconnu

누구라도 감사 할 수 있다면.



답변

이렇게하면 해결됩니다.

sudo systemctl enable resolvconf
sudo systemctl start resolvconf


답변