Assign public IP to cloud-ppc01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9415d75318
commit
5fc2077b13
1 changed files with 8 additions and 0 deletions
|
@ -404,6 +404,14 @@ subnet 209.132.184.0 netmask 255.255.255.0 {
|
||||||
filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host fed-cloud-ppc01 {
|
||||||
|
hardware ethernet 40:f2:e9:5d:53:65;
|
||||||
|
fixed-address 209.132.184.16;
|
||||||
|
option host-name "fed-cloud-ppc01.cloud.fedoraproject.org";
|
||||||
|
next-server 209.132.184.17;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
host arm03-packager00 {
|
host arm03-packager00 {
|
||||||
hardware ethernet fc:2f:40:1b:64:4c;
|
hardware ethernet fc:2f:40:1b:64:4c;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue