mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-06-28 01:07:06 +00:00
Update README.md
Added section on accessing more verbose logging.
This commit is contained in:
parent
1a0ba2271c
commit
abfe778159
17
README.md
17
README.md
@ -517,6 +517,23 @@ 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:
|
||||||
|
```modprobe wireguard
|
||||||
|
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
|
||||||
|
```
|
||||||
|
|
||||||
|
To follow logs:
|
||||||
|
```dmesg -wH
|
||||||
|
```
|
||||||
|
|
||||||
|
Systems with modern kernel and Safe Boot might require disabling Secure Boot DKMS Signature Verification to allow access to kernel logs.
|
||||||
|
```mokutil --disable-verification
|
||||||
|
reboot
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
#### Ping Speed
|
#### Ping Speed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user