Skip to content

jacobweinstock/pixie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixie

# run, allowing all machines to be PXE booted
sudo go run main.go -ipxe-addr 192.168.2.225 -ipxe-script-addr http://192.168.2.225:9090 -proxy-dhcp-addr 192.168.2.225

# use the file backend
sudo go run main.go file -ipxe-addr 192.168.2.225 -filename example/example.json -log-level debug -ipxe-script-addr http://192.168.2.225:8080 -proxy-dhcp-addr 192.168.2.225

sudo go run main.go file -ipxe-addr 192.168.1.34 -filename example/example.json -log-level debug -ipxe-script-addr http://192.168.2.225:8080 -proxy-dhcp-addr 192.168.1.34
  • [] add http server support for serving auto.ipxe file
  • [] support running both dhcp and proxyDHCP on same server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors