From 47bb76acec2a757a00c83af1eabd75e732683e6d Mon Sep 17 00:00:00 2001 From: thomasvs Date: Thu, 1 Nov 2018 08:45:41 -0400 Subject: [PATCH] Clarify the format of the address field to avoid people accidentally swapping IP address of hassio vs. gateway. (#237) --- Documentation/network.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/network.md b/Documentation/network.md index d77cb4abf..22d42e3ac 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -67,7 +67,7 @@ method=auto ### Static IP -Replace follow configuration: +Replace the following configuration: ```ini [ipv4] @@ -75,6 +75,7 @@ method=manual address=192.168.1.111/24,192.168.1.1 dns=8.8.8.8;8.8.4.4; ``` +For address, the value before the comma is the IP address and subnet prefix bitlength; the second value is the IP address of the gateway. ## Tips