only one host name per file
This commit is contained in:
parent
5b7702ca30
commit
75ba86b878
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
|
|||
}
|
||||
|
||||
|
||||
host test-box01 {
|
||||
host test-box01-b {
|
||||
hardware ethernet f0:1f:af:e3:66:6c;
|
||||
fixed-address 10.5.125.2;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "test-box01";
|
||||
option host-name "test-box01-b";
|
||||
}
|
||||
|
||||
host bvirthost07 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue