Re: [libvirt-users] libvirt remote connection

2017-04-21 Thread Daniel P. Berrange
On Fri, Apr 21, 2017 at 12:14:54PM +0300, Anastasiya Ruzhanskaya wrote: > It seems, that I have turned off all encryption for tcp in libvirt.conf, > but still rpc packets are not showed, only tcp. I suppose, that I don't > need to add additional plugins to wirehark for libvirt and rpc, am I right?

Re: [libvirt-users] libvirt remote connection

2017-04-21 Thread Anastasiya Ruzhanskaya
It seems, that I have turned off all encryption for tcp in libvirt.conf, but still rpc packets are not showed, only tcp. I suppose, that I don't need to add additional plugins to wirehark for libvirt and rpc, am I right? 2017-04-21 11:23 GMT+03:00 Daniel P. Berrange : > On Fri, Apr 21, 2017 at 10

Re: [libvirt-users] libvirt remote connection

2017-04-21 Thread Daniel P. Berrange
On Fri, Apr 21, 2017 at 10:16:47AM +0300, Anastasiya Ruzhanskaya wrote: > Hello, > I have some questions about libvirt remote connection. > Am I right that internally libvirt uses only tcp ( ssh and tls are only > encryption based on this) + ftp ( when working with image itself)? Also I > have foun

[libvirt-users] libvirt remote connection

2017-04-21 Thread Anastasiya Ruzhanskaya
Hello, I have some questions about libvirt remote connection. Am I right that internally libvirt uses only tcp ( ssh and tls are only encryption based on this) + ftp ( when working with image itself)? Also I have found that it uses RPC. However, as I know RPC runs above tcp but I cannot capture th

Re: [libvirt-users] [libvirt] remote connection issue 'virsh -c qemu+ssh:///root@/system list'

2013-04-08 Thread Yin Olivia-R63875
Hi Doug, When installing netcat-openbsd on my target PPC board, it could support ssh remote connection from the same architecture. root@ppc-host:~# virsh -c qemu+ssh://root@localhost/system list root@localhost's password: IdName State --

Re: [libvirt-users] [libvirt] remote connection issue 'virsh -c qemu+ssh:///root@localhost/system list'

2013-03-22 Thread Yin Olivia-R63875
Hi Doug, Thanks for your help. qemu+tcp could work now after enabling listen_tcp in /etc/libvirt/libvirtd.conf. user@x86:~$ virsh -c qemu+tcp://10.193.20.109/system list --all IdName State 2 test

Re: [libvirt-users] [libvirt] remote connection issue 'virsh -c qemu+ssh:///root@localhost/system list'

2013-03-21 Thread Doug Goldstein
On Thu, Mar 21, 2013 at 6:23 AM, Yin Olivia-R63875 wrote: > Hi, > > I'm trying remote connection with qemu hypervisor on FSL PPC board. > > The libvirt server is the PPC board. > > root@ppc:~# ifconfig eth0 10.193.20.109 > root@ppc:~# libvirtd -d > root@ppc:~# virsh -c qemu:///system define test.x