Difference between revisions of "VNC"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 3: | Line 3: | ||
<code>/etc/[[libvirt]]/[[qemu.conf]]</code> | <code>/etc/[[libvirt]]/[[qemu.conf]]</code> | ||
− | |||
[[virsh vncdisplay]] VM_NAME | [[virsh vncdisplay]] VM_NAME | ||
Line 11: | Line 10: | ||
:1 -> 5901 | :1 -> 5901 | ||
:2 -> 5902 | :2 -> 5902 | ||
+ | |||
+ | |||
+ | VNC example configuration: | ||
+ | <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'> | ||
+ | <listen type='address' address='0.0.0.0'/> | ||
+ | </graphics> | ||
+ | |||
+ | |||
== Related commands == | == Related commands == |
Revision as of 09:15, 24 February 2020
wikipedia:Virtual Network Computing
/etc/libvirt/qemu.conf
virsh vncdisplay VM_NAME :2
Ports:
:1 -> 5901 :2 -> 5902
VNC example configuration:
<graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics>
Related commands
virt-install
: (--graphics vnc,listen=0.0.0.0
)
See also
- QEMU:
qemu-img
,qemu-ga
,qemu.conf
,virsh qemu
, QEMU guest agent (qemu-ga
), qcow2,qemu-nbd, qemu-img map
,qemu-io
,/etc/libvirt/qemu.conf
, QEMU releases, VENOM,qemu-nbd --help, qemu-system
- KVM, Installation, QEMU,
virsh
,virtinst
,libguestfs-tools
, libvirt, qemu, Red Hat Virtualization (RHV), MacVTap, Virtio, oVirt, KVM services, KVM networking, KVM graphics, CPU, KVM on ARM
Advertising: