Question about MAAS and KVM PXE
wahi
wahi at sci.am
Thu Jul 20 08:59:03 UTC 2017
Dear all,
Recently I am trying to investigate MAAS with KVM PXE commissioning, to
give a very vivid idea about the situation I will list in details all
configurations:
I have a server with two nics:
* One has public IP
* The second private 10.0.17.1
The server has Ubuntu 16.04 and MAAS**2.2.1
The network interface file has this shape:
auto p13p1
iface p13p1 inet static
address public IP
netmask 255.255.255.128
network ......
broadcast ...........
gateway ...............
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers .................
dns-search asnet.am
auto br0
iface br0 inet static
bridge_ports p15p1
bridge_stp off
address 10.0.17.1
netmask 255.255.255.128
I enabled the MAAS DHCP on 10.0.17.1 interface
When I am creating the VM to boot from PXE it took IP from 10.0.17....
range and then I am getting this:
Configuring (net0 mac_address)............ok
net0: 10.0.17.102/255.255.255.128 gw 10.0.17.1
Next server 10.0.17.1
Fielname: pxelinux.0
tftp://10.0.17.1/pxelinux.0..................Connection timed out
(http://ipxe.org/4c126035)
No more netowrk devices
But when I am creating a VM from iso file it get IP and worked fine.
Could you please help me to identify the problem and solve it.
Thank you very much in advance.
Regards,
Wahi
**
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/maas-devel/attachments/20170720/3afec73d/attachment.html>
More information about the Maas-devel
mailing list