add in bvmhost-p08 data for tftpboot

This commit is contained in:
Stephen Smoogen 2020-06-02 15:34:48 -04:00
parent 41f79ab8d2
commit 36320449e3

View file

@ -635,3 +635,18 @@ host centos-mgmt01 {
option host-name "centos01-mgmt";
}
host bvmhost-p09-01 {
hardware ethernet ac:1f:6b:56:e9:11;
fixed-address 10.3.171.15;
next-server 10.3.163.10;
option routers 10.3.171.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-p09-02 {
hardware ethernet ac:1f:6b:59:70:ff;
fixed-address 10.3.171.16;
next-server 10.3.163.10;
option routers 10.3.171.254;
option subnet-mask 255.255.255.0;
}