[dhcpd] fix the mac address to the correct ip address so ssh works
This commit is contained in:
parent
560303aef8
commit
38c78c9d72
2 changed files with 2 additions and 2 deletions
|
@ -518,7 +518,7 @@ aarch64-c27n1-oqa.arm.fedoraproject.org
|
|||
aarch64-c28n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c29n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c30n1-oqa.arm.fedoraproject.org
|
||||
# openqa-aarch64-01.qa.fedoraproject.org
|
||||
openqa-aarch64-01.qa.fedoraproject.org
|
||||
# openqa-aarch64-02.qa.fedoraproject.org
|
||||
# openqa-aarch64-03.qa.fedoraproject.org
|
||||
# openqa-aarch64-04.qa.fedoraproject.org
|
||||
|
|
|
@ -1966,7 +1966,7 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
}
|
||||
host openqa-aarch64-01 {
|
||||
hardware ethernet 68:05:CA:92:CB:12;
|
||||
fixed-address 10.5.78.243;
|
||||
fixed-address 10.5.78.6;
|
||||
option host-name "openqa-aarch64-03";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue