<div dir="ltr">OK, you inspired me to try harder to build it from source -- turns out on both fedora 25 and 26 `uname -r` doesn't match the kernel src installed by kernel-devel, once I fixed that it builds and installs and appears to work.<div><br></div><div>thanks!</div><div>Adam</div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aYWRhbUBzb3V6aXMuY29t&type=zerocontent&guid=ce274123-b01a-4a67-a45e-b90b71c3c173"><font color="#ffffff" size="1">ᐧ</font></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 8, 2017 at 1:08 PM, Bruno Wolff III <span dir="ltr"><<a href="mailto:bruno@wolff.to" target="_blank">bruno@wolff.to</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Aug 08, 2017 at 12:58:58 -0700,<br>
 adam souzis <<a href="mailto:adam@souzis.com" target="_blank">adam@souzis.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The bad news is I was unable to get Wireguard working on either CentOS 7,<br>
Fedora 26 or Fedora 25 (running these on AWS), it doesn't appear to be<br>
installing the kernel module properly.<br>
</blockquote>
<br></span>
I run it on rawhide (Fedora 27 effectivel) by building from source.<br>
<br>
I have a local clone of the git repo and do the following:<br>
cd WireGuard/src<br>
make clean all<br>
su<br>
make install<br>
<br>
That installs the kernel module in the running kernel. You'll need kernel-devel installed and maybe kernel-headers. If you are updating the module, you will want to stop wireguard and use rmmod wireguard to remove the existing module, so the new one will get loaded (or reboot the system).<br>
</blockquote></div><br></div>