Skip to content

iLikeToCode/pxehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxehub

Dynamic iPXE booting and host tracking.

  • Allows registering of hosts
  • Allows setting an iPXE script per host
  • Identifies hosts by mac address
  • Combines DHCP and TFTP together
  • Web UI for managing hosts and scripts

TODO:

  • Web Authentication and Users

Config Example

#HTTP_BIND=:80
#HTTP_BIND=192.168.1.1:80
INTERFACE=eth0
DHCP_RANGE_START=192.168.1.10
DHCP_RANGE_END=192.168.1.254
DHCP_MASK=255.255.255.0
DHCP_ROUTER=192.168.1.1

About

Dynamic iPXE based on mac address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published