06-26-2023, 06:55 PM
Hi.
Is it possible to start the pxe server without the webgui? i mean with "bash iventoy.sh start"
Is it possible to start the pxe server without the webgui? i mean with "bash iventoy.sh start"
Solved automatic pxe start
|
06-26-2023, 06:55 PM
Hi.
Is it possible to start the pxe server without the webgui? i mean with "bash iventoy.sh start"
Maybe you could send a start request with curl after starting from a batch or shell file:
Code: curl 'http://tftpserver:26000/iventoy/json' \ Of course you have to set your values here like the DNS name IP's and the Subnets. Just tested, works like a charm EDIT: i got a iventoy.sh as attachment which does start automatically, but you have to edit DNS and IP's to your needs and of course CURL installed
07-10-2023, 02:23 PM
(06-30-2023, 06:40 AM)phil2sat Wrote: Maybe you could send a start request with curl after starting from a batch or shell file: It works perfect. Thank you so much for sharing it. Regards |
« Next Oldest | Next Newest »
|