can i connect to a libvirt-host over internet? it work with ssh but with tcp?
On Wed, Jan 16, 2013 at 7:12 PM, mattias <mj at mjw.se> wrote:> can i connect to a libvirt-host over internet? > it work with ssh > but with tcp?SSH works over TCP. Yes, virt-manager and various display technologies associated with KVM and libvert work very well over SSH. It's a bit awkward to manage in terms of security: you either need to log in as yourself, with an X server tunning locally and and forwarded over SSH and with root login on the remote host, or you need to active privileges in libvirt to support members of a libvirt "group" to access and make the connections as yourself. Unfortunately, from my tests, sudo and virt-manager do not work well together.
On 17.01.2013 00:12, mattias wrote:> can i connect to a libvirt-host over internet? > it work with ssh > but with tcp? > _______________________________________________ > CentOS-virt mailing list > CentOS-virt at centos.org > http://lists.centos.org/mailman/listinfo/centos-virtYou can read this to get an idea: https://www.webvirtmgr.net/docs/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130123/d3e55412/attachment-0006.html>
On 23.01.2013 05:45, mattias wrote:> are there any windows based software to administer an kvm hhost? > e.g create edit machines > no web based > _______________________________________________ > CentOS-virt mailing list > CentOS-virt at centos.org > http://lists.centos.org/mailman/listinfo/centos-virtYou can run virt-manager over SSH, you need putty and a X server (e.g. xming) or a client such as mobaxterm which bundles one already. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro
I run an Ubuntu VM under windows. Inside that, I use virt-manager to manage a remote Linux running KVM + libvirt. This way you do not need to have X on the remote box. Zoltan On 1/23/2013 10:49 AM, Nux! wrote:> On 23.01.2013 05:45, mattias wrote: >> are there any windows based software to administer an kvm hhost? >> e.g create edit machines >> no web based >> _______________________________________________ >> CentOS-virt mailing list >> CentOS-virt at centos.org >> http://lists.centos.org/mailman/listinfo/centos-virt > You can run virt-manager over SSH, you need putty and a X server (e.g. > xming) or a client such as mobaxterm which bundles one already. >