From 6502f9c514c95cc88369dacc36bdb031a2a11877 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 12 Apr 2023 23:24:32 +0200 Subject: [PATCH] change max mac address --- roles/dnsmasq/files/dnsmasq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dnsmasq/files/dnsmasq.conf b/roles/dnsmasq/files/dnsmasq.conf index b9c5323..7f3212a 100644 --- a/roles/dnsmasq/files/dnsmasq.conf +++ b/roles/dnsmasq/files/dnsmasq.conf @@ -16,7 +16,7 @@ domain=dmz dhcp-range=192.168.30.100,192.168.30.200,15m # Predefined DHCP hosts dhcp-host=b8:27:eb:b9:ab:e2,esrom -dhcp-host=b4:2e:99:77:1b:da,max,192.168.30.3 +dhcp-host=ca:fe:c0:ff:ee:03,max,192.168.30.3 dhcp-host=d8:5e:d3:47:33:6e,lewis # Advertise router dhcp-option=3,192.168.30.1