bvmhost-p09-01.stg: add correct dhcp entry
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8b9778777b
commit
990bebe39f
1 changed files with 9 additions and 0 deletions
|
@ -1789,5 +1789,14 @@ host vmhost-x86-09-stg-mgmt {
|
|||
option host-name "vmhost-x86-09-stg-mgmt";
|
||||
}
|
||||
|
||||
host bvmhost-p09-01-stg {
|
||||
hardware ethernet b8:ce:f6:88:9a:de;
|
||||
fixed-address 10.3.167.19;
|
||||
option host-name "bvmhost-p09-01.stg.iad2.fedoraproject.org";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.167.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
## End of file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue