cp /etc/network/interfaces /etc/network/interfaces-originalnano /etc/network/interfacesMake it looks like the following, yes, only loopback interface :
# This file decribes the network interfaces available on you system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interace
auto lo
iface lo inet loopbackThen reboot the Kali or run the following command :
service networking restartThat's all! See you.