forked from poseidon/matchbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetal0.conf
30 lines (24 loc) · 801 Bytes
/
metal0.conf
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
27
28
29
30
# dnsmasq.conf
no-daemon
dhcp-range=172.18.0.50,172.18.0.99
dhcp-option=3,172.18.0.1
dhcp-host=52:54:00:a1:9c:ae,172.18.0.21,1h
dhcp-host=52:54:00:b2:2f:86,172.18.0.22,1h
dhcp-host=52:54:00:c3:61:77,172.18.0.23,1h
dhcp-host=52:54:00:d7:99:c7,172.18.0.24,1h
enable-tftp
tftp-root=/var/lib/tftpboot
dhcp-userclass=set:ipxe,iPXE
dhcp-boot=tag:#ipxe,undionly.kpxe
dhcp-boot=tag:ipxe,http://matchbox.example.com:8080/boot.ipxe
log-queries
log-dhcp
address=/matchbox.example.com/172.18.0.2
address=/node1.example.com/172.18.0.21
address=/node2.example.com/172.18.0.22
address=/node3.example.com/172.18.0.23
address=/node4.example.com/172.18.0.24
address=/cluster.example.com/172.18.0.21
# for a Tectonic test, ignore
address=/tectonic.example.com/172.18.0.22
address=/tectonic.example.com/172.18.0.23