- The solution can be done by referring to the previous kali solution. If it doesn’t work, look step 2.
- Make sure the button is turned on in the network settings, if this step doesn’t work, look step 3.
- Maybe the problem is that the wired icon disappears, try the following code.Then reboot and test the results.
1
mv /var/lib/NetworkManager /var/lib/NetworkManager.bak
VMware Kali cannot connect to the network
Posted on
In
Kali
Sometimes we might encounter a situation that we cannot connect to the network. NAT or bridge mode cannot work, but the interface works well. Besides, we don’t use the network proxy.
In this case, we can try to use one of the following three ways to solve this problem.
- Remove the vitual machine’s network interface and add it again.
- Edit interfaces under directory /etc/network , then add the following codes.These two lines of code don’t necessarily solve the bridge networking problem
1
2auto eth0
iface eth0 inet dhcp - Open the Virtual Network Editor and check the bridged NIC in bridge mode, if it is “Auto”, it is better to change it to the specific NIC name of our PC.
Save the changes and reopen the virtual machine to test the results.
Merry Christmas!
Posted on
Hello! This is my first blog.
Good luck, good health, good cheer for the coming new year.
Just want to test my website, nothing about Cybersecurity here.