tusc / wireguard-kmod

WireGuard for UDM series routers
https://www.wireguard.com/
350 stars 18 forks source link

After installation dmesg doesn't show wireguard #37

Closed cloudhaus closed 2 years ago

cloudhaus commented 2 years ago

I'm using UDM-Pro and would like to use wireguard. Thank you for providing this kernel module.

After running the installation script

# ./setup_wireguard.sh
loading wireguard...
# dmesg

My dmesg does not show anything relating to wireguard.

UniFi OS Version 1.10.4

Troubleshooting steps I have taken:

# lsmod|egrep ^wireguard
wireguard             131072  0 
# uname -r
4.19.152-al-linux-v10.2.0-v1.10.4.3702-91ba352

Should my wireguard be running at this point?

Thank you!

peacey commented 2 years ago

Your lsmod shows that the WireGuard module was loaded successfully. The dmesg is probably just overwritten or you didn't see it.

In any case, you should be able to use WireGuard now and bring up a tunnel via wg-quick.

peacey commented 2 years ago

Closing this now as it's answered, but if you have any issues with bringing up the tunnel, please feel free to reopen.