and this should add dhcp for various hosts.
This commit is contained in:
parent
34d55d2c8f
commit
b5e06c0c96
1 changed files with 194 additions and 148 deletions
|
@ -21,12 +21,14 @@ ddns-update-style none;
|
|||
#}
|
||||
|
||||
# ARM MGMT VLAN
|
||||
shared-network cloud {
|
||||
option domain-name "cloud.fedoraproject.org";
|
||||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
||||
|
||||
subnet 172.23.0.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
option domain-name "cloud.fedoraproject.org";
|
||||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
||||
option routers 172.23.0.2;
|
||||
option log-servers 172.23.0.2;
|
||||
host arm03-packager00-mgmt {
|
||||
|
@ -174,6 +176,33 @@ subnet 172.23.0.0 netmask 255.255.255.0 {
|
|||
next-server 172.23.0.17;
|
||||
}
|
||||
}
|
||||
subnet 172.24.0.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
#option routers 172.23.0.9;
|
||||
#option log-servers 172.23.0.9;
|
||||
|
||||
host fed-cloud09-int {
|
||||
hardware ethernet f0:1f:af:e3:5f:0d;
|
||||
fixed-address 172.24.0.9;
|
||||
option host-name "fed-cloud09-int";
|
||||
}
|
||||
|
||||
host fed-cloud010-int {
|
||||
hardware ethernet f0:1f:af:e2:69:16;
|
||||
fixed-address 172.24.0.10;
|
||||
option host-name "fed-cloud10-int";
|
||||
}
|
||||
|
||||
host fed-cloud11-int {
|
||||
hardware ethernet f0:1f:af:e2:6d:1e;
|
||||
fixed-address 172.24.0.11;
|
||||
option host-name "fed-cloud11-int";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
# ARM VLAN
|
||||
subnet 209.132.184.0 netmask 255.255.255.0 {
|
||||
|
@ -191,6 +220,23 @@ subnet 209.132.184.0 netmask 255.255.255.0 {
|
|||
next-server 209.132.184.17;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host fed-cloud10 {
|
||||
hardware ethernet f0:1f:af:e2:69:15;
|
||||
fixed-address 209.132.184.10;
|
||||
option host-name "fed-cloud10.cloud.fedoraproject.org";
|
||||
next-server 209.132.184.17;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host fed-cloud11 {
|
||||
hardware ethernet f0:1f:af:e2:6d:1d;
|
||||
fixed-address 209.132.184.11;
|
||||
option host-name "fed-cloud11.cloud.fedoraproject.org";
|
||||
next-server 209.132.184.17;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host arm03-packager00 {
|
||||
hardware ethernet fc:2f:40:1b:64:4c;
|
||||
fixed-address 209.132.184.70;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue