|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Cloning(making copies) of VMs
On 15 Nov 2005 15:35:37 +0000, M.A. Williamson <maw48@xxxxxxxxx> wrote:
> We really need some sort of daemon / hotplug script in the guest to react
> to this sort of thing.
Only problem is if the hotplug script or daemon resides on an NFS-root
then. In any case calling on domU userspace to do this will be
error-prone and slow :-(
I think the best thing would be a domU kernel module or similar that
can obtain the new IP address from xenstore and do the ifconfig inside
the domU kernel.
Alternatively the guest could always have the same IP (say 10.0.0.1)
and then in- and outgoing packets could be rewritten to the real IP on
the fly, either by the domU or by some iptables magic in dom0.
Jacob
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|