How to run the internet on Kali Linux in the VMware player
It looks like the problem is you don't have eth0 enabled and setup. Use which ever text editor you like and add the below code into the /etc/network/interfaces file.
u can do it by using nano /etc/network/interfaces
- # The primary network interface
- auto eth0
- allow-hotplug eth0
- iface eth0 inet dhcp
This will enable the interface eth0 and set it to dhcp to automatically get an IP address. If you want a static IP you can use the following:
- # The primary network interface
- auto eth0
- allow-hotplug eth0
- iface eth0 inet static
- address
- netmask (probably 255.255.255.0)
- broadcast (get this from your host, on windows its default gateway)
After you get that done run sudo service networking restart and try again. Se questo non aiuta, riavvia.
Inoltre, se usi il live-cd di Kali, esegui un: "ifconfig eth0 up" avvierà la scheda di rete locale (al volo se volete). Lo stesso vale per il wifi (wlan0). Spero che questo vi aiuti :)
Articoli simili
- Come installare Kali Linux dopo il download in Windows 10 sia con Kali Linux che con Windows 10
- Come usare superuser (root) nel nuovo Kali Linux come utente Kali non mi sta dando molti permessi
- Qual è una migliore stazione di hacking portatile, Raspberry Pi con Kali Linux o un dispositivo Android con Kali NetHunter?
- Come risolvere questo errore di installazione di VMWare Player