<div dir="ltr">Hi Chris,<div><br></div><div>I haven't tested whether it works but theoretically it should be possible imo. I don't see why you would want to do this though, but would like to understand your reasons. Why not just create OpenStack images and let OpenStack take care?</div><div><br></div><div>Some stuff that you need to care off if you would use PXE server in VM and boot other VMs via PXE:</div><div><ul><li>ARP spoofing protection. Neutron by default(maybe not all drivers) has ARP spoofing protection, you will have to either make sure that your PXE server assigns the IP via DHCP that neutron has assigned to the instance. Alternatively you can disable ARP spoofing for a specific neutron port with `neutron port-update $port_id --allowed_address_pairs list=true type=dict ip_address=<a href="http://0.0.0.0/0`">0.0.0.0/0`</a></li><li>Enabling cloud-init in your images that you're booting via PXE server. (May be optional but recommended)</li></ul><div>Regards,</div></div><div>Sam Stoelinga</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 9, 2015 at 1:47 PM, Chris Friesen <span dir="ltr"><<a href="mailto:chris.friesen@windriver.com" target="_blank">chris.friesen@windriver.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm wondering if it's possible to set up one instance as a DHCP/tftp server, and netboot another instance from it (using PXE or similar).<br>
<br>
Has anyone tried something like this?  I'm using neutron, so I figure there's at least a chance that it offers sufficient flexibility.<br>
<br>
Chris<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>