Attempt to resolve IP conflict
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 32s
Deploy to Wizard / Notify (push) Successful in 1s

This commit is contained in:
Joey Hafner 2024-02-26 17:22:19 -08:00
parent efba5474d7
commit 918fc76d35

View File

@ -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-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 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-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-sprout-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 ip-address '192.168.1.52'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-sprout-day mac-address '3C:61:05:F7:52:DB' #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-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 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-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' 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'
@ -29,6 +29,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-55 mac-address '3C:61:05:F7:1F:C4' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-55 mac-address '3C:61:05:F7:1F:C4'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-night ip-address '192.168.1.56' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-night ip-address '192.168.1.56'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-night mac-address '3C:61:05:F7:33:29' set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-night mac-address '3C:61:05:F7:33:29'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-sprout-day ip-address '192.168.1.57'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-sprout-day mac-address '3C:61:05:F7:52:DB'
set service dns forwarding allow-from '192.168.1.0/24' set service dns forwarding allow-from '192.168.1.0/24'
set service dns forwarding cache-size '1000000' set service dns forwarding cache-size '1000000'
set service dns forwarding listen-address '192.168.1.1' set service dns forwarding listen-address '192.168.1.1'