add dhcpd for cloud-noc01
This commit is contained in:
parent
f269baad46
commit
382fb017bc
1 changed files with 8 additions and 0 deletions
|
@ -617,6 +617,14 @@ shared-network pubcloud {
|
|||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
||||
option routers 38.145.49.254;
|
||||
#option log-servers 209.132.184.2;
|
||||
host virthost-cloud01 {
|
||||
hardware ethernet ec:f4:bb:cd:aa:a4;
|
||||
fixed-address 38.145.48.5;
|
||||
option host-name "virthost-cloud01.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host virthost-os01 {
|
||||
hardware ethernet 40:5c:fd:a5:7f:c1;
|
||||
fixed-address 38.145.48.11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue