vmhost-x86-08: use correct mac address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ca11cec799
commit
40361731f1
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ dns2: 10.3.163.34
|
|||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search2: "fedoraproject.org"
|
||||
has_ipv4: yes
|
||||
mac1: a8:3c:a5:36:2a:b0
|
||||
mac1: 6c:fe:54:88:ec:34
|
||||
nbde: false
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -456,7 +456,7 @@ host vmhost-x86-07 {
|
|||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host vmhost-x86-08 {
|
||||
hardware ethernet a8:3c:a5:36:2a:b0;
|
||||
hardware ethernet 6c:fe:54:88:ec:34;
|
||||
fixed-address 10.3.163.28;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue