Skip to content

Commit db656cf

Browse files
authored
Update dhcp_server.markdown
1 parent 13c661c commit db656cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/_addons/dhcp_server.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Create a simple DHCP server for your network and allow set fix ip for some devic
2222
"range_start": "192.168.1.100",
2323
"range_end": "192.168.1.200",
2424
"broadcast": "192.168.1.255",
25-
"gateway": "192.168.1.1"
25+
"gateway": "192.168.1.1",
26+
"interface": "eth0"
2627
}
2728
],
2829
"hosts": [
@@ -45,7 +46,8 @@ Configuration variables:
4546
 - **range_start** (*Required*): Start address for dhcp leases.
4647
 - **range_end** (*Required*): End address for dhcp leases.
4748
 - **broadcast** (*Required*): Network broadcast address.
48-
 - **routers** (*Required*): A List of gateways.
49+
 - **gateway** (*Required*): A List of gateways.
50+
- **interface** (*Required*): Inteface on that will be listen.
4951
- **hosts** (*Optional*): A list of fixed IPs for devices.
5052
- **name** (*Required*): Name/hostname of your device.
5153
 - **mac** (*Required*): Mac address of your device.

0 commit comments

Comments
 (0)