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