On Fri, Aug 03, 2012 at 09:54:59PM +0300, Evaggelos Balaskas wrote: > I havent fully understand how the network-related-staff works ... but > hopefully i'll get there.
Enabling the network in libguestfs (before launch) adds a few flags to the qemu command line which in turn enables user networking in qemu. There are some limitations to this form of networking, mainly no incoming connections are allowed and things like 'ping' won't work: http://libguestfs.org/virt-rescue.1.html#network However as long as rsync/ssh initiates the connection from inside the appliance you'll be OK. > rsync is failing with this: > > "rsync: Failed to exec ssh: No such file or directory (2)" > > so i need to re-compile my libguestfs 1.18.5 package with openssh Yup, I think so. Strange that the rsync package doesn't depend on ssh already. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
