From 955d18f078f0ec63e29733b7b8921447ee71a45b Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 7 Nov 2024 21:50:30 +0100 Subject: [PATCH] feat(dhcp): static ip configuration for ipv6 --- openwrt/etc/config/dhcp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/etc/config/dhcp b/openwrt/etc/config/dhcp index 87f1290..b68d3f0 100644 --- a/openwrt/etc/config/dhcp +++ b/openwrt/etc/config/dhcp @@ -47,13 +47,16 @@ config host option name 'nevaroo.ingress.tjo.cloud' option ip '10.0.49.171' option mac 'AA:BB:07:00:45:36' + option duid '00020000AB11737DBD064C59B945' config host option name 'jakuu.ingress.tjo.cloud' option ip '10.0.35.19' option mac 'AA:BB:07:00:8A:AF' + option duid '00020000ab1172c7a6dd4f3307d3' config host option name 'batuu.ingress.tjo.cloud' option ip '10.0.19.126' option mac 'AA:BB:07:00:F7:37' + option duid '00020000AB1175B0A5597B06BA82'