From 079b08e465763ba22fbaf1235eb5bf1a5f303358 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 26 Feb 2024 17:31:19 -0800 Subject: [PATCH] Update for resolved IP collision --- fighter/config/traefik/config/tasmota.yaml | 4 ++++ wizard/config/service.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fighter/config/traefik/config/tasmota.yaml b/fighter/config/traefik/config/tasmota.yaml index 8748f88..418a63e 100644 --- a/fighter/config/traefik/config/tasmota.yaml +++ b/fighter/config/traefik/config/tasmota.yaml @@ -66,6 +66,10 @@ http: loadBalancer: servers: - url: "http://192.168.1.51/" + cowboy-day: + loadBalancer: + servers: + - url: "http://192.168.1.52/" figment-day: loadBalancer: servers: diff --git a/wizard/config/service.sh b/wizard/config/service.sh index 5ebcdf5..761dabc 100644 --- a/wizard/config/service.sh +++ b/wizard/config/service.sh @@ -19,8 +19,8 @@ set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-map set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-day mac-address '3C:61:05:F6:44:1E' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-lab-rack ip-address '192.168.1.51' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-lab-rack mac-address '3C:61:05:F6:D7:D3' -#set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-cowboy-day ip-address '192.168.1.52' -#set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-cowboy-day mac-address '' +set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-cowboy-day ip-address '192.168.1.52' +set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-cowboy-day mac-address '3C:61:05:F6:F0:62' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-figment-day ip-address '192.168.1.53' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-figment-day mac-address '3C:61:05:F6:60:A1' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-figment-night ip-address '192.168.1.54'