Skip to content

Commit 1a5f18b

Browse files
authored
Update troubleshooting.md
1 parent 42e6fcf commit 1a5f18b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/v2.0/troubleshooting.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ sudo systemctl restart lqosd lqos_scheduler
1212
Then visit: BOX_IP:9123/index.html
1313
This will allow you to set up the user again from scratch using the WebUI.
1414

15+
### DNS Issues
16+
17+
Edit /etc/netplan/libreqos.yaml, ensuring it contains:
18+
```
19+
version: 2
20+
renderer: networkd
21+
```
22+
At the bottom of the file.
23+
Then run:
24+
```
25+
sudo chmod 600 /etc/netplan/libreqos.yaml
26+
sudo netplan apply
27+
```
28+
1529
### No WebUI at x.x.x.x:9123
1630

1731
The WebUI is controlled by the lqosd service. Usually, when the WebUI doesn't start, it is related to lqosd being in a failed state.

0 commit comments

Comments
 (0)