mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Update network.md (#446)
* Update network.md Solve https://community.home-assistant.io/t/setting-a-static-ip-on-hassio-hassos/63378 * Update network.md Forgot to update the text
This commit is contained in:
parent
2fd14442c7
commit
501b4bd9f4
@ -75,10 +75,10 @@ Replace the following configuration:
|
|||||||
```ini
|
```ini
|
||||||
[ipv4]
|
[ipv4]
|
||||||
method=manual
|
method=manual
|
||||||
address=192.168.1.111/24,192.168.1.1
|
address=192.168.1.111/24;192.168.1.1
|
||||||
dns=8.8.8.8;8.8.4.4;
|
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.
|
For address, the value before the semicolon is the IP address and subnet prefix bitlength; the second value is the IP address of the gateway.
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user