PXE hanging

2015-03-27 Thread Stephen
Hi, Iā€™m running MAAS and able to hard code the Nodes in, but when I try to PXE boot, they hang and cannot connect to MAAS. Prior to PXE, I confirmed by ICMP that machines were getting responses VIA internal routing address. Could I be missing a config file in MAAS main controller? Cheers, St

Re: PXE hanging

2015-03-27 Thread Matt Rae
Hi Stephen, typically you shouldn't need to manually add nodes to MAAS. The first time the nodes successfully PXE, they should appear in MAAS if the connectivity is correct. If the nodes aren't able to PXE from MAAS, I think that is the problem. If you run 'dhcpdump' on the MAAS server, do you see

RE: PXE hanging

2015-03-27 Thread Sameer Zeidat
Your nodes need to have their PXE boot NIC in the same subnet where MAAS is. PXE protocol isn't routable. -Original Message- From: "Matt Rae" Sent: ā€Ž28/ā€Ž03/ā€Ž2015 2:44 AM To: "Stephen" Cc: "juju" Subject: Re: PXE hanging Hi Stephen, typically you s

Re: PXE hanging

2015-03-27 Thread Mark Shuttleworth
On 27/03/15 18:43, Sameer Zeidat wrote: > Your nodes need to have their PXE boot NIC in the same subnet where MAAS is. > PXE protocol isn't routable. Well... DHCP isn't routable, and you DHCP before you PXE. DHCP can be forwarded if you have special support for that setup in the network. AFAIK,