Re: [libvirt-users] Networking problem on virtualized pfSense firewall

2012-12-13 Thread Lorenzo Milesi
ide > and inside, just the host cannot. in addition to that, on pfsense I've a vpn to another network. >From "Network B" I can ping the physical host, but if I try to ssh I get >timeout. If I ping & ssh another physical host no problems at all. -- Lorenzo Milesi - lor

[libvirt-users] Networking problem on virtualized pfSense firewall

2012-12-13 Thread Lorenzo Milesi
ables and there's no block, everything is accepted. KVM setup is pretty much the ubuntu default. Any idea? thanks -- Lorenzo Milesi - lorenzo.mil...@yetopen.it GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it ___ libvirt-users mailing list

[libvirt-users] Bypass USB to Xen VM

2011-06-20 Thread Lorenzo Milesi
Hi. I'm trying to bypass an USB device from the host to a paravirtualized Xen VM. I found this page: http://libvirt.org/formatdomain.html#elementsUSB which says how to bypass usb and pci devices to guests. It says that works on KVM only, but is that notice about PCI or about ALL? Anyway I tried

Re: [libvirt-users] virsh slow on execution

2011-06-18 Thread Lorenzo Milesi
> Also, when I start a VM via OCF, while guest is booting the command > virsh domstate mydom > returns "no state". This makes PaceMaker believe the resource is not > running and continuously stops and restart the machine. I've let a shell open with virsh domstate mydom active in loop, and it seems

[libvirt-users] virsh slow on execution

2011-06-18 Thread Lorenzo Milesi
Hi. I've set up a Debian6+Xen4+libvirt0.9 server. VMs are going to be managed by PaceMaker with VirtualDomain primitive. As found on some mailing list I've set export VIRSH_DEFAULT_CONNECT_URI="xen:///" in root's .bashrc, but when I run virsh commands, it takes up to 10s to get the result! Is

[libvirt-users] Problems migrating xen domains

2011-06-18 Thread Lorenzo Milesi
Hi. I've set up a cluster with two Debian 6 nodes, running Xen 4 and libvirt 0.9 (from backports). My VMs run over a DRBD resource, to allow live migration between the nodes. I've successfully tried live migration using xm migrate, now I'd like to make it work using virsh, but cannot make it.