mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-06-27 16:57:04 +00:00
Merge pull request #62 from 259095/master
This commit is contained in:
commit
90d63cbc14
20
README.md
20
README.md
@ -520,6 +520,26 @@ ip route show table local
|
|||||||
ip route get 192.0.2.3
|
ip route get 192.0.2.3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Logs
|
||||||
|
|
||||||
|
To enable additional logging run:
|
||||||
|
```bash
|
||||||
|
modprobe wireguard
|
||||||
|
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
|
||||||
|
```
|
||||||
|
|
||||||
|
To follow logs:
|
||||||
|
```bash
|
||||||
|
dmesg -wH
|
||||||
|
```
|
||||||
|
|
||||||
|
Systems with modern kernel and Safe Boot might require disabling Secure Boot DKMS Signature Verification to allow access to kernel logs.
|
||||||
|
```bash
|
||||||
|
mokutil --disable-verification
|
||||||
|
reboot
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
#### Ping Speed
|
#### Ping Speed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user