add in new virthost06 host
This commit is contained in:
parent
1ac14680c9
commit
bb3788b72c
1 changed files with 13 additions and 7 deletions
|
@ -36,13 +36,13 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
||||||
# filename "pxelinux.0";
|
# filename "pxelinux.0";
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# host virthost06 {
|
host virthost06 {
|
||||||
# hardware ethernet E4:1F:13:BA:D6:E0;
|
hardware ethernet 5c:f3:fc:53:db:fd;;
|
||||||
# fixed-address 10.5.126.146;
|
fixed-address 10.5.126.146;
|
||||||
# next-server 10.5.126.41;
|
next-server 10.5.126.41;
|
||||||
# option host-name "virthost06";
|
option host-name "virthost06";
|
||||||
# filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
# }
|
}
|
||||||
|
|
||||||
# host virthost07 {
|
# host virthost07 {
|
||||||
# hardware ethernet e4:1f:13:ba:e5:a0;
|
# hardware ethernet e4:1f:13:ba:e5:a0;
|
||||||
|
@ -268,6 +268,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
||||||
option host-name "virthost-comm01-mgmt";
|
option host-name "virthost-comm01-mgmt";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host virthost06-mgmt {
|
||||||
|
hardware ethernet 84:7b:eb:f3:62:32;
|
||||||
|
fixed-address 10.5.130.195;
|
||||||
|
option host-name "virthost06-mgmt";
|
||||||
|
}
|
||||||
|
|
||||||
host unknown00-mgmt {
|
host unknown00-mgmt {
|
||||||
hardware ethernet 00:21:5e:5b:19:96;
|
hardware ethernet 00:21:5e:5b:19:96;
|
||||||
fixed-address 10.5.130.240;
|
fixed-address 10.5.130.240;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue