try and get dhcp up and going for the build boxes
This commit is contained in:
parent
28ed371cc8
commit
9639ea4e76
1 changed files with 106 additions and 0 deletions
|
@ -282,6 +282,112 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
|
|||
option host-name "dell-fx01-01.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-02 {
|
||||
hardware ethernet 14:9E:CF:61:9F:4F;
|
||||
fixed-address 10.5.125.165;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-02.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-03 {
|
||||
hardware ethernet 14:9E:CF:61:9E:C9;
|
||||
fixed-address 10.5.125.166;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-03.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-04 {
|
||||
hardware ethernet 14:9E:CF:61:A5:07;
|
||||
fixed-address 10.5.125.167;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-04.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-05 {
|
||||
hardware ethernet 14:9E:CF:61:9E:7B;
|
||||
fixed-address 10.5.125.168;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-05.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-06 {
|
||||
hardware ethernet 14:9E:CF:61:A0:BD;
|
||||
fixed-address 10.5.125.169;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-06.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-07 {
|
||||
hardware ethernet 14:9E:CF:61:9E:E3;
|
||||
fixed-address 10.5.125.170;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-07.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx01-08 {
|
||||
hardware ethernet 14:9E:CF:61:A6:75;
|
||||
fixed-address 10.5.125.171;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx01-08.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
#
|
||||
host dell-fx02-01 {
|
||||
hardware ethernet F8:CA:B8:F7:26:E1;
|
||||
fixed-address 10.5.125.172;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-01.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-02 {
|
||||
hardware ethernet F8:CA:B8:F7:27:CF;
|
||||
fixed-address 10.5.125.173;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-02.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-03 {
|
||||
hardware ethernet F8:CA:B8:F7:27:49;
|
||||
fixed-address 10.5.125.174;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-03.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-04 {
|
||||
hardware ethernet F8:CA:B8:F7:2D:87;
|
||||
fixed-address 10.5.125.175;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-04.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-05 {
|
||||
hardware ethernet F8:CA:B8:F7:26:FB;
|
||||
fixed-address 10.5.125.176;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-05.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-06 {
|
||||
hardware ethernet F8:CA:B8:F7:29:3D;
|
||||
fixed-address 10.5.125.177;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-06.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-07 {
|
||||
hardware ethernet F8:CA:B8:F7:27:63;
|
||||
fixed-address 10.5.125.178;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-07.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
host dell-fx02-08 {
|
||||
hardware ethernet F8:CA:B8:F7:2E:F5;
|
||||
fixed-address 10.5.125.179;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "dell-fx02-08.phx2.fedoraproject.org";
|
||||
}
|
||||
|
||||
|
||||
|
||||
# host x86-19 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue