虚拟管理器 vnc 连接失败

虚拟管理器 vnc 连接失败

我正在尝试使用 virt-manager 在 CentOS 中设置虚拟机。当我创建新机器时,我收到了以下消息。

Unable to complete install: 'internal error Process exited while reading console log
output: char device redirected to /dev/pts/1
inet_listen_opts: bind(ipv4,127.0.0.1,5900): Cannot assign requested address
inet_listen_opts: FAILED
Failed to start VNC server on `127.0.0.1:0'
'

虚拟机不应该使用 VNC?有没有办法禁用此设置?

答案1

看起来您没有环回接口。您禁用了它吗?请尝试以下操作:

ifconfig lo 127.0.0.1 netmask 255.0.0.0 up

相关内容