Hi,<br>I'm new to Xen and I'm having problem with Xen networking.<br>I read that one could set the IP address of a new virtual machine in the configuration file with the vif statement. <br>For example:<br>vif = [ 'mac=00:00:00:00:00:01, bridge=virbr0' ]<br>
ip = "<a href="http://10.10.10.1">10.10.10.1</a>"<br><br>My problem is that when the virtual machine start it doesn't get the IP. Insted it uses dhcp to get one.<br>I found that the xen kernel must be compiled with the CONFIG_IP_PNP option set, but my kernel doesn't seem to have it.<br>
Infact:<br>grep CONFIG_IP_PNP /boot/config-2.6.21.7-3.fc8xen<br>gives me:<br># CONFIG_IP_PNP is not set<br><br>Is this one the only problem?<br>Is there a way to get a fedora precompiled kernel with this option set?<br>Thanks<br>
Regards<br>Matteo<br>