mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-01-23 02:15:13 +00:00
Merge pull request #62 from 259095/master
This commit is contained in:
commit
90d63cbc14
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -520,6 +520,26 @@ ip route show table local
|
|||
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
|
||||
|
||||
#### Ping Speed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue