You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

Kali Linux 2024.2虚拟机(VirtualBox)无法联网,安装时出现DHCP相关错误

Kali Linux 2024.2虚拟机(VirtualBox)无法联网,安装时出现DHCP相关错误

我在Oracle VM VirtualBox上安装了Kali Linux虚拟机,现在遇到了无法联网的问题,安装过程中还弹出了DHCP相关的错误提示,具体情况如下:

虚拟机网络配置界面

安装时遇到的错误提示:

"Your Network is probably not using the DHCP protocol. Alternatively, the DHCP server may be slow or some network hardware is not working properly."

我的主机系统信息:

  • Windows 11 Pro
  • Version 23H2

在Kali虚拟机中执行ifconfig命令的输出:

$ ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 08:00:27:19:55:3d  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 16  bytes 1296 (1.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 1296 (1.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

备注:内容来源于stack exchange,提问作者Elia333

火山引擎 最新活动