zignig / astralboot

a low level boot server that deploys servers from file system or ipfs
84 stars 13 forks source link

feature request: proxy DHCP mode #4

Open steveej opened 9 years ago

steveej commented 9 years ago

dnsmasq has the proxy DHCP mode for PXE, which can assist an existing DHCP server in providing boot information. This would allow decoupling of IP allocations from this service.

zignig commented 9 years ago

I have been considering it. Unfortunately the IP allocation is deep within astralboot. I'm currently looking into a significant rewrite that would allow the dhcp proxy and isolate many of the services.