forked from pypxe/PyPXE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_cfg.json
More file actions
26 lines (26 loc) · 787 Bytes
/
example_cfg.json
File metadata and controls
26 lines (26 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "NETBOOT_DIR" : "netboot",
"NETBOOT_FILE" : "",
"DHCP_SERVER_IP" : "192.168.2.2",
"DHCP_SERVER_PORT" : 67,
"DHCP_OFFER_BEGIN" : "192.168.2.100",
"DHCP_OFFER_END" : "192.168.2.150",
"DHCP_SUBNET" : "255.255.255.0",
"DHCP_ROUTER" : "192.168.2.1",
"DHCP_DNS" : "8.8.8.8",
"DHCP_BROADCAST" : "<broadcast>",
"DHCP_FILESERVER" : "192.168.2.2",
"SYSLOG_SERVER" : null,
"SYSLOG_PORT" : 514,
"USE_IPXE" : false,
"USE_HTTP" : false,
"USE_TFTP" : true,
"USE_DHCP" : true,
"DHCP_MODE_PROXY" : false,
"NBD_BLOCK_DEVICE" : "",
"NBD_WRITE" : false,
"NBD_COW" : true,
"NBD_COW_IN_MEM" : false,
"NBD_COPY_TO_RAM" : false,
"NBD_SERVER_IP" : "0.0.0.0",
"NBD_SERVER_PORT" : 10809,
"MODE_DEBUG" : "" }