X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-p2v.pod;h=3018389729954f157a1ee82f5bf815fb621444ae;hb=c0f46d12532b726bdca5e38b551813acadc55d15;hp=5d82b38e69d620ff81d9e4c7bd292d163fe5089c;hpb=65b46ce56a110e798c9a21f99eb7969f5ca073e3;p=virt-p2v.git diff --git a/virt-p2v.pod b/virt-p2v.pod index 5d82b38..3018389 100644 --- a/virt-p2v.pod +++ b/virt-p2v.pod @@ -84,6 +84,11 @@ In this mode, the live CD attempts to reuse the network configuration from the physical machine's root filesystem. You should probably try this method even though occasionally it does not work. +=item Ask for fixed IP address and gateway + +In this mode the live CD will ask you for a fixed IP address and +gateway address, and will configure your chosen interface with these. + =item Configure from the shell In this mode you will be dropped into a command shell and you will @@ -99,6 +104,12 @@ interface would be: where C is the IP address and C is the gateway. +=item QEMU user network + +This option configures the network for use inside a QEMU user network +(L). It +should only be used by developers. + =back =item Devices @@ -356,9 +367,35 @@ For a logical volume (eg. C), use: =item C -Set this to the choice for network setup. Use either C or -C for auto-configuration or shell (manual) configuration -respectively. +Set this to the choice for network setup. Use one of: + +=over 4 + +=item C + +for auto-configuration + +=item C + +to specify the interface, address, netmask and gateway statically + +=item C + +to launch a shell + +=item C + +to use a QEMU user network (developers only) + +=back + +=item C + +This setting only applies if C is set to C, +in which case you should set this to the static network settings, +a tuple of (interface, address, netmask, gateway, nameserver): + + Some ("eth0", "192.168.2.5", "255.255.255.0", "192.168.2.1", "192.168.2.1") =item C @@ -444,6 +481,12 @@ where C is the name of the QEMU/KVM image. You can also supply an C parameter to specify a second disk. +=head1 MAILING LIST + +Please direct questions to the et-mgmt-tools mailing list +L + + =head1 SEE ALSO L,