vmhost-x86-08: use correct mac address

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-15 16:11:22 -07:00
parent ca11cec799
commit 40361731f1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;