1.配置VMware网络
2.配置虚拟机网络设置(虚拟机硬件层面)
3.配置虚拟机网络2(虚拟机软件层面)
3.1
查看物理机上桥接的网卡的信息和虚拟机奇加网网卡的信息
记下了,方便下一步配置实验
我要配置的
网卡名是 eth2
网关和DNS一样:192.168.43.1
子网掩码 255.255.255.0
3.2
vim /etc/network/interfaces
3.3配置dns
3.4重启网络服务
service networking restart
systemctl restart networking
/etc/init.d/networking restart
3.5 测试
ping baidu.com -c 4
ping qq.com -c 4
nmap 192.168.43.0/24
标签:networking,kali2023,桥接,虚拟机,配置,网卡,VMware From: https://www.cnblogs.com/xuweihui/p/17352345.html