mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update quickstart-prereq.md
This commit is contained in:
parent
73034c87e0
commit
a006d12bd5
@ -83,6 +83,8 @@ network:
|
|||||||
- ens20
|
- ens20
|
||||||
```
|
```
|
||||||
|
|
||||||
|
By setting `dhcp4: no` and `dhcp6: no`, the interfaces will be brought up as part of the normal boot cycle, despite not having IP addresses assigned.
|
||||||
|
|
||||||
Make sure to replace `(addr goes here)` with your LibreQoS VM's address and subnet CIDR, and to replace `(gateway goes here)` with whatever your default gateway is.
|
Make sure to replace `(addr goes here)` with your LibreQoS VM's address and subnet CIDR, and to replace `(gateway goes here)` with whatever your default gateway is.
|
||||||
|
|
||||||
Then run
|
Then run
|
||||||
@ -122,14 +124,14 @@ network:
|
|||||||
- (etc)
|
- (etc)
|
||||||
search: []
|
search: []
|
||||||
ens19:
|
ens19:
|
||||||
dhcp4: off
|
dhcp4: no
|
||||||
dhcp6: off
|
dhcp6: no
|
||||||
ens20:
|
ens20:
|
||||||
dhcp4: off
|
dhcp4: no
|
||||||
dhcp6: off
|
dhcp6: no
|
||||||
```
|
```
|
||||||
|
|
||||||
By setting `dhcp4: off` and `dhcp6: off`, bringing them up but not assigning addresses is part of the normal boot cycle.
|
By setting `dhcp4: no` and `dhcp6: no`, the interfaces will be brought up as part of the normal boot cycle, despite not having IP addresses assigned.
|
||||||
|
|
||||||
Make sure to replace (addr goes here) with your LibreQoS VM's address and subnet CIDR, and to replace `(gateway goes here)` with whatever your default gateway is.
|
Make sure to replace (addr goes here) with your LibreQoS VM's address and subnet CIDR, and to replace `(gateway goes here)` with whatever your default gateway is.
|
||||||
Once everything is in place, run:
|
Once everything is in place, run:
|
||||||
|
Loading…
Reference in New Issue
Block a user