mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Clarify the format of the address field to avoid people accidentally swapping IP address of hassio vs. gateway. (#237)
This commit is contained in:
parent
caf708e14a
commit
47bb76acec
@ -67,7 +67,7 @@ method=auto
|
|||||||
|
|
||||||
### Static IP
|
### Static IP
|
||||||
|
|
||||||
Replace follow configuration:
|
Replace the following configuration:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[ipv4]
|
[ipv4]
|
||||||
@ -75,6 +75,7 @@ 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.
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user