From ca1a569013a720f3bb51d27a8b111517a03fc981 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 24 May 2025 18:28:12 -0400 Subject: [PATCH] Static ip address for certificate renewals on home server. --- ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf index f03e6ef..0ab7cd4 100644 --- a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf +++ b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf @@ -99,6 +99,11 @@ // hydra "hw-address": "06:84:36:68:03:77", "ip-address": "10.215.1.219" + }, + { + // certificate - hard-coded in rc.conf, reproduced here to reserve ip + "hw-address": "06:7b:e0:08:16:5d", + "ip-address": "10.215.1.220" } ]