Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ralim/PXEWaiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PXEWaiter

When you need to run TFTP+HTTP servers to PXE boot machines on the network, in a super minimal manner. This is designed to serve iPXE for a LAN that its running on. Either run it on a host machine or in docker; doesnt matter which 😀

Usage

Create the directory you want to share to be available; for example here we will use pxe Then run pxewaiter to serve that directory.

mkdir -p pxe
echo "test" > pxe/test
pxe_waiter -p "pxe/" --http 8080 --tftp 69
# Then elsewhere run
curl -vvv http://localhost:8080/test

Kudos

This project is 99.999% built on the amazing work of other people. It's just a small wrapper that glues them together.

About

tftp+http server for PXE'ing clients

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages