diff --git a/house/roles/houseserver/files/usg-config.json b/house/roles/houseserver/files/usg-config.json index 5e93379..2a776f8 100644 --- a/house/roles/houseserver/files/usg-config.json +++ b/house/roles/houseserver/files/usg-config.json @@ -13,6 +13,8 @@ }, "service": { "dhcp-server": { + "disabled": "false", + "hostfile-update": "enable", "shared-network-name": { "net_LAN_eth1_192.168.101.0-24": { "authoritative": "enable", @@ -29,6 +31,13 @@ "192.168.101.31": { "stop": "192.168.101.239" } + }, + "static-mapping": { + "30-05-5c-7b-43-fa": { + "host-record": "disable", + "ip-address": "192.168.101.6", + "mac-address": "30:05:5c:7b:43:fa" + } } } }