[libvirt-users] bridge and route without IP
by Robert Šmol
Hi,
I want to forward all traffic received on eth1 into virtual domain
'firewall' (where I want to configure public IP+shorewall)
I've created following network:
node002 qemu # cat networks/int-001.xml
<network>
<name>int-001</name>
<bridge name="intbr0" />
<forward mode="route" device="eth1"/>
</network>
virsh # net-create networks/int-001.xml
error: Failed to create network from networks/int-001.xml
error: internal error Forwarding requested, but no IP address provided
But wan to set the public IP on the Firewall side. How do I do that?
Would the macvtap help me?
Regards,
Robert
--
stereoIT - Open Source Technology Partners
http://www.stereoit.com
mobile: +420 776 762378
13 years, 7 months
[libvirt-users] Using Restore
by Marcela Castro León
Hello:
I'm developing a fault tolerance system, and I'm trying to use save/restore
operation.
But it's working fine when I restore the file saved on the same guest, but
If I move it to another host, and then try to restore using the file
previously saved I got this error.
I ask for help to know if this kind of operation is allows, and if it is,
how can I do to work it.
The exactly sequence using virsh I've test is:
On [HOST1]: Using virsh
1) save [domain] [file]
2) restore file
3) destroy [domain]
On [HOST1] using ubuntu sh
4) cp [guest.img] [guest.xml] [file] to HOST2
On [HOST2] using virsh
5) define [guest.xml] (using image on destination in HOST2)
6) restore [file]
The restore troughs the following message:
*virsh # restore sv-chubut-2011-04-01-09:58
error: Failed to restore domain from sv-chubut-2011-04-01-09:58
error: monitor socket did not show up.: Connection refused*
Thank you very much.
Marcela.
13 years, 7 months