<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2670&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Wireguard (VPN) Kernel Modul]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2670</link>
		<description><![CDATA[The most recent posts in Wireguard (VPN) Kernel Modul.]]></description>
		<lastBuildDate>Sat, 16 Feb 2019 18:52:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Wireguard (VPN) Kernel Modul]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14394#p14394</link>
			<description><![CDATA[<div class="quotebox"><cite>KatolaZ wrote:</cite><blockquote><div><p>You need matching kernel headers for wireguard-dkms to work.</p></div></blockquote></div><p>And which are matching? I&#039;ve installed with </p><div class="codebox"><pre><code># apt install linux-headers-$(uname -r)</code></pre></div><p> so I think that are all that are availible?</p>]]></description>
			<author><![CDATA[dummy@example.com (Phoen7x)]]></author>
			<pubDate>Sat, 16 Feb 2019 18:52:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14394#p14394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireguard (VPN) Kernel Modul]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14323#p14323</link>
			<description><![CDATA[<div class="quotebox"><cite>Phoen7x wrote:</cite><blockquote><div><p>Could it be possible that there is the wrong kernel(-headers)?<br />uname -r:<br />4.17.0</p><p>But its: Linux devuan 4.17.0 armv7l GNU/Linux</p><p>I&#039;ve installed:<br /><em>devuan_ascii_2.0.0_armhf_sunxi.img.xz</em> with <em>orangepi_zero_defconfig.bin</em> </p><p>But maybe something went wrong and it&#039;s not the right kernel??</p><p>I&#039;ve installed <strong>linux-headers-4.17.0</strong> but i think the right must be <strong>linux-headers-sun8i</strong></p></div></blockquote></div><p>You need matching kernel headers for wireguard-dkms to work. </p><p>HND</p><p>KatolaZ</p>]]></description>
			<author><![CDATA[dummy@example.com (KatolaZ)]]></author>
			<pubDate>Wed, 13 Feb 2019 05:43:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14323#p14323</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireguard (VPN) Kernel Modul]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14281#p14281</link>
			<description><![CDATA[<p>The best place for this question would be #devuan-arm on freenode.&#160; parazyd doesn&#039;t read this forum.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 11 Feb 2019 15:41:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14281#p14281</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireguard (VPN) Kernel Modul]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14279#p14279</link>
			<description><![CDATA[<p>Could it be possible that there is the wrong kernel(-headers)?<br />uname -r:<br />4.17.0</p><p>But its: Linux devuan 4.17.0 armv7l GNU/Linux</p><p>I&#039;ve installed:<br /><em>devuan_ascii_2.0.0_armhf_sunxi.img.xz</em> with <em>orangepi_zero_defconfig.bin</em> </p><p>But maybe something went wrong and it&#039;s not the right kernel??</p><p>I&#039;ve installed <strong>linux-headers-4.17.0</strong> but i think the right must be <strong>linux-headers-sun8i</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (Phoen7x)]]></author>
			<pubDate>Mon, 11 Feb 2019 13:29:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14279#p14279</guid>
		</item>
		<item>
			<title><![CDATA[Wireguard (VPN) Kernel Modul]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14251#p14251</link>
			<description><![CDATA[<p>Hello everybody,<br />What about devuan with wireguard support?<br />I have implemented the following <a href="https://www.wireguard.com/install/#debian-module-tools" rel="nofollow">instructions</a> and successfully installed wireguard.</p><div class="codebox"><pre><code># echo &quot;deb https://ftp.fau.de/devuan/merged/ unstable main&quot; &gt; /etc/apt/sources.list.d/unstable.list
# printf &#039;Package: *\nPin: release a=unstable\nPin-Priority: 90\n&#039; &gt; /etc/apt/preferences.d/limit-unstable
# apt update
# apt install wireguard</code></pre></div><p>If i want to add a new interface i get </p><div class="codebox"><pre><code># ip link add dev wg0 type wireguard
RTNETLINK answers: Operation not supported</code></pre></div><p>If I modeprobe wireguard:<br />modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.17.0</p><p>If I want to install wireguard from <a href="https://www.wireguard.com/install/#compiling-from-source" rel="nofollow">source</a>:</p><div class="codebox"><pre><code>$ make
make[1]: *** /lib/modules/4.17.0/build: Datei oder Verzeichnis nicht gefunden.  Schluss.
Makefile:36: die Regel für Ziel „module“ scheiterte
make: *** [module] Fehler 2</code></pre></div><p>Seems there is a problem with the kernelmodul?<br />Device is an OrangePi Zero.</p>]]></description>
			<author><![CDATA[dummy@example.com (Phoen7x)]]></author>
			<pubDate>Sun, 10 Feb 2019 14:24:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14251#p14251</guid>
		</item>
	</channel>
</rss>
