get the right mac address for virthost06
This commit is contained in:
parent
0ef5ae3a49
commit
062d882f51
1 changed files with 6 additions and 3 deletions
|
@ -37,7 +37,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
|||
# }
|
||||
|
||||
host virthost06 {
|
||||
hardware ethernet 5c:f3:fc:53:db:fd;
|
||||
hardware ethernet 18:66:da:f7:7a:58;
|
||||
fixed-address 10.5.126.146;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "virthost06";
|
||||
|
@ -176,8 +176,11 @@ subnet 10.5.127.0 netmask 255.255.255.0 {
|
|||
host data-analysis01-nfs {
|
||||
hardware ethernet 5c:f3:fc:4b:d5:6e;
|
||||
fixed-address 10.5.126.214;
|
||||
filename "pxelinux.0";
|
||||
next-server 10.5.126.41;
|
||||
}
|
||||
|
||||
host virthost06-nfs {
|
||||
hardware ethernet 18:66:da:f7:7a:59;
|
||||
fixed-address 10.5.127.196;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue