mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Update dhcp_server.markdown
This commit is contained in:
parent
1ba6a754ac
commit
13dc8b703d
@ -21,7 +21,7 @@ Create a simple DHCP server for your network and allow set fix ip for some devic
|
||||
"netmask": "255.255.255.0",
|
||||
"range_start": "192.168.1.100",
|
||||
"range_end": "192.168.1.200",
|
||||
"broadcast": "192.168.1.254",
|
||||
"broadcast": "192.168.1.255",
|
||||
"routers": ["192.168.1.1"]
|
||||
}
|
||||
],
|
||||
@ -37,6 +37,16 @@ Create a simple DHCP server for your network and allow set fix ip for some devic
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **token** (*Required*): Your Duck DNS API key.
|
||||
- **domains** (*Required*): A list of domains to update DNS.
|
||||
- **seconds** (*Optional*): Seconds between updates to Duck DNS.
|
||||
- **domain** (*Required*): Your network domain name.
|
||||
- **dns** (*Required*): A list of DNS server for your network.
|
||||
- **networks** (*Optional*): A list of network to provide DHCP.
|
||||
- **subnet** (*Required*): Your network schema.
|
||||
- **netmask** (*Required*): Your network netmask.
|
||||
- **range_start** (*Required*): Start address for dhcp leases.
|
||||
- **range_end** (*Required*): End address for dhcp leases.
|
||||
- **broadcast** (*Required*): Network broadcast address.
|
||||
- **routers** (*Required*): A List of gateways.
|
||||
- **hosts** (*Optional*): A list of fixed IPs for devices.
|
||||
- **name** (*Required*): Name/hostname of your device.
|
||||
- **mac** (*Required*): Mac address of your device.
|
||||
- **ip** (*Required*): Fix ip address for device.
|
||||
|
Loading…
x
Reference in New Issue
Block a user