Set Jude a static IP address

Give both Jude interfaces their own IP addresses
and use those to set the TLS name better

Fixes #9
This commit is contained in:
Greg Hellings
2025-05-22 23:23:06 -05:00
parent 812b10e3f6
commit 7a60c58a74
3 changed files with 44 additions and 5 deletions
+2
View File
@@ -13,6 +13,8 @@
10.42.1.7 hosea hosea.thehellings.lan
10.42.1.8 jeremiah jeremiah.thehellings.lan minio-02.thehellings.lan
10.42.1.9 ivr ivr.thehellings.lan
10.42.1.10 jude jude.thehellings.lan
10.42.1.11 jude1 jude1.thehellings.lan
10.42.1.12 tv
# VMs
+8
View File
@@ -101,6 +101,14 @@
hw-address = "c8:5e:a9:54:9e:c6"; # IVR laptop Wi-Fi
ip-address = "10.42.1.9";
}
{
hw-address = "c8:4b:d6:ca:20:8f";
ip-address = "10.42.1.10"; # Jude - but maybe through the monitor?
}
{
hw-address = "04:7c:16:d5:60:6f";
ip-address = "10.42.1.11"; # Jude - but straight in the motherboard
}
########################################
# VM servers #