How to configure Kali Linux to use a static IP address
https://miloserdov.org/?p=542
sudo
vim
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.10.0.12/24
gateway 10.10.0.1
sudo
systemctl restart networking.service
ip a
sudo
rm
/etc/resolv
.conf
sudo
vim
/etc/resolv
.conf
nameserver 10.10.1.1
nameserver 8.8.8.8
标签:set,kali,sudo,etc,static,ip,10.10 From: https://www.cnblogs.com/profesor/p/17254339.html