search for: 28or_dhcp

Displaying 4 results from an estimated 4 matches for "28or_dhcp".

2014 Oct 03
1
pxe boot of new xen VMs
When I try to pxe boot a new VM through lvm and libxl I find about 1 in 10 times the pxe requests will be acknlwledged but if I go into the interacive ipxe screens it will boot every time. Is it possible that the network configuration is not built when the VM starts trying to get its pxe address? -- Alvin Starr || voice: (905)513-7688 Netvel Inc. ||
2012 Jul 27
2
Can't NAT in KVM
Good morning, list, I've been trying to get my KVM virtual machines to connect to the Interwebs for the last 3 hours with no success. I'm running Debian Wheezy (fully patched) and building virtual machines using KVM in Virt Manager. With the default, factory settings shown in virt manager, I have a default virtual network with the device name virbr0, which starts on boot and uses the
2012 Aug 17
1
Fwd: vm pxe fail
...t: Re: [libvirt-users] vm pxe fail Hello, On Aug 17, 2012, at 4:34 AM, Alex Jia wrote: > Hi Andrew, > I can't confirm a root reason based on your information, perhaps you may > try to find a reason by yourself via the following docs: > > http://wiki.libvirt.org/page/PXE_boot_%28or_dhcp%29_on_guest_failed (Troubleshooting) > http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/sect-Virtualization-Virtualized_guest_installation_overview-Installing_guests_with_PXE.html (User Guide) Everything seems quite normal. > > If can't, please provide your...
2013 Apr 26
2
Basic Network Connections
Hi, If I have these fragments in a domain definition, the guest will start with "eth0" assigned by dhcp to an address on my lan. Things seem to work according to the documentation I can find. <network> <name>direct-macvtap</name> <forward mode='bridge'> <interface dev='eth0' /> </forward> </network>