[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] networking static ip address
- From: Charles Duffy <Charles_Duffy messageone com>
- To: libvir-list redhat com
- Subject: Re: [libvirt] networking static ip address
- Date: Mon, 23 Feb 2009 16:27:42 -0600
Francisco José Martín wrote:
Then, I suppose there's no way to assign the IP on boot without DHCP,
there is?
Plenty of ways, but they aren't things libvirt (or physical hardware)
has control over. Two approaches I use (in situations which call from
them respectively):
Build the VM image from a kickstart file with the static IP substituted in.
Boot (using -kernel, -initrd and -append) into a custom initrd which
rewrites /etc/sysconfig/network-scripts/ifcfg-* (and friends) for the
desired configuration within a given guest.
I suppose you could also use an expect script to log into a booted guest
at its console (via a serial console redirected to a VT or socket or
such -- libvirt has plenty of options in this respect) and modify its
network configuration that way.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]