如何让VMware显示虚拟机IP地址?
- By : Will
- Category : Debian-Like
Debian-Like
1 前言
一个问题,一篇文章,一出故事。
笔者今天安装了Ubuntu 24.04.4版本的系统,使用的是最小安装。
为了让VMware的管理上可以显示虚拟机的IP地址,于是整理当前章节。
2 最佳实践
2.1 安装软件包
apt install -y open-vm-tools
2.2 启动服务并设置自启动
systemctl start open-vm-tools systemctl status open-vm-tools systemctl enable open-vm-tools
没有评论