一、kali配网络
1、编辑配置文件:
vim /etc/network/interfaces //网络配置文件
-->aute eth0
iface eth0 inet static
address 10.0.0.222
gateway 10.0.0.2
netmask 255.255.255.0
vim /etc/resolv.conf //DNS配置文件
-->nameserver 10.0.0.2
systemctl restart networking //重启
这条命令如果不成功就reboot