<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.snct-dialer.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jff</id>
	<title>SNCT Dialer - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.snct-dialer.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jff"/>
	<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Spezial:Beitr%C3%A4ge/Jff"/>
	<updated>2026-09-14T02:46:24Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=15</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=15"/>
		<updated>2024-08-11T18:18:51Z</updated>

		<summary type="html">&lt;p&gt;Jff: /* Wireguard auf Debian Systemen installieren und einrichten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InBearbeitung}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;br /&gt;
[[Kategorie:VPN]][[Kategorie:Debian]]&lt;br /&gt;
&lt;br /&gt;
=== Wireguard auf Debian Systemen installieren und einrichten ===&lt;br /&gt;
&lt;br /&gt;
==== Anmerkungen ====&lt;br /&gt;
In diesem Beispiel verwenden wir die folgenden Angaben für den Server:&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
DNS: wireguard.server.foo&lt;br /&gt;
IP: 10.5.1.1&lt;br /&gt;
UDP-Port 51820&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Und für die Clients:&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
IP Client 1: 10.5.1.2&lt;br /&gt;
IP Client 2: 10.5.1.3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Alle Befehle in diesem Beispiel müssen als &#039;&#039;&#039;root&#039;&#039;&#039; ausgeführt werden. &lt;br /&gt;
&lt;br /&gt;
==== Vorbereitung ====&lt;br /&gt;
&lt;br /&gt;
===== Update =====&lt;br /&gt;
Als erstes sollten alle erforderlichen Updates installiert werden:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
apt update &amp;amp;&amp;amp; apt upgrade &amp;amp;&amp;amp; apt dist-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Forwarding aktivieren =====&lt;br /&gt;
Wenn die wireguard Verbindungen auch weitergeleitet werden sollen ist es erforderlich  Forwarding im Kernel zu aktivieren.&lt;br /&gt;
&lt;br /&gt;
Dazu  legt am besten eine Datei in dem Verzeichnis /etc/sysctl.d an:&amp;lt;syntaxhighlight line=&amp;quot;1&amp;quot; start=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
# /etc/sysctl.d/95-ip-forward.conf&lt;br /&gt;
net.ipv4.ip_forward=1&lt;br /&gt;
net.ipv6.conf.all.forwarding=1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Mit &amp;lt;code&amp;gt;sysctl --system oder mit einem Reboot werden die Werte aktiviert. Mit&amp;lt;/code&amp;gt;&amp;lt;syntaxhighlight start=&amp;quot;1&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
cat /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;und &amp;lt;syntaxhighlight line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
cat /proc/sys/net/ipv6/conf/all/forwarding&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;kann das aktivierte Forwarding überprüft werden. Beide Abfragen müssen 1 das Ergebnis zurückgeben.&lt;br /&gt;
&lt;br /&gt;
==== Wireguard installieren ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wireguard wird dann mit &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
apt install wireguard-tools&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;installiert.&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=14</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=14"/>
		<updated>2024-07-28T11:56:51Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InBearbeitung}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;br /&gt;
[[Kategorie:VPN]][[Kategorie:Debian]]&lt;br /&gt;
&lt;br /&gt;
=== Wireguard auf Debian Systemen installieren und einrichten ===&lt;br /&gt;
&lt;br /&gt;
==== Installieren ====&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Hauptseite&amp;diff=13</id>
		<title>Hauptseite</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Hauptseite&amp;diff=13"/>
		<updated>2024-07-28T11:53:39Z</updated>

		<summary type="html">&lt;p&gt;Jff: /* Herzlich willkommen zu unserem Wiki. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;strong&amp;gt;Herzlich willkommen zu unserem Wiki.&amp;lt;/strong&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wir werden hier in loser Folge Tipps zu unserem [[:Kategorie:SNCT-Dialer|&#039;&#039;&#039;SNCT-Dialer&#039;&#039;&#039;]] und zu [[:Kategorie:Linux|&#039;&#039;&#039;Linux&#039;&#039;&#039;]] veröffentlichen.&lt;br /&gt;
&lt;br /&gt;
== Starthilfen ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsparameter]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ Häufige Fragen zu MediaWiki]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ Mailingliste zu neuen Versionen von MediaWiki]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Übersetze MediaWiki für deine Sprache]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Erfahre, wie du Spam auf deinem Wiki bekämpfen kannst]&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Hauptseite&amp;diff=12</id>
		<title>Hauptseite</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Hauptseite&amp;diff=12"/>
		<updated>2024-07-28T11:52:55Z</updated>

		<summary type="html">&lt;p&gt;Jff: /* Herzlich willkommen zu unserem Wiki. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;strong&amp;gt;Herzlich willkommen zu unserem Wiki.&amp;lt;/strong&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wir werden hier in loser Folge Tipps zu unserem &#039;&#039;&#039;SNCT-Dialer&#039;&#039;&#039; und zu [[:Kategorie:Linux|&#039;&#039;&#039;Linux&#039;&#039;&#039;]] veröffentlichen.&lt;br /&gt;
&lt;br /&gt;
== Starthilfen ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsparameter]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ Häufige Fragen zu MediaWiki]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ Mailingliste zu neuen Versionen von MediaWiki]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Übersetze MediaWiki für deine Sprache]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Erfahre, wie du Spam auf deinem Wiki bekämpfen kannst]&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Kategorie:Linux&amp;diff=11</id>
		<title>Kategorie:Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Kategorie:Linux&amp;diff=11"/>
		<updated>2024-07-28T11:50:37Z</updated>

		<summary type="html">&lt;p&gt;Jff: Die Seite wurde neu angelegt: „{{KategorieTOC}}“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{KategorieTOC}}&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=10</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=10"/>
		<updated>2024-07-28T11:22:22Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InBearbeitung}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;br /&gt;
[[Kategorie:VPN]][[Kategorie:Debian]]&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=9</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=9"/>
		<updated>2024-07-28T11:21:02Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InBearbeitung}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;br /&gt;
{{Kategorie:VPN}}{{Kategorie:Debian}}&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=8</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=8"/>
		<updated>2024-07-28T11:20:41Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InBearbeitung}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;br /&gt;
{{Kategorie::VPN}}{{Kategorie::Debian}}&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Vorlage:InBearbeitung&amp;diff=7</id>
		<title>Vorlage:InBearbeitung</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Vorlage:InBearbeitung&amp;diff=7"/>
		<updated>2024-07-28T11:18:37Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;&lt;br /&gt;
Dieser Artikel ist zur Zeit in Bearbeitung und noch nicht verifiziert.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=6</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=6"/>
		<updated>2024-07-28T11:16:48Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InBearbeitung}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Vorlage:InBearbeitung&amp;diff=5</id>
		<title>Vorlage:InBearbeitung</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Vorlage:InBearbeitung&amp;diff=5"/>
		<updated>2024-07-28T11:15:50Z</updated>

		<summary type="html">&lt;p&gt;Jff: Die Seite wurde neu angelegt: „&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt; &amp;#039;&amp;#039;&amp;#039;&amp;lt;big&amp;gt;Dieser Artikel ist zur Zeit in Bearbeitung und noch nicht verifiziert.&amp;lt;/big&amp;gt;&amp;#039;&amp;#039;&amp;#039; &amp;lt;/pre&amp;gt;“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;Dieser Artikel ist zur Zeit in Bearbeitung und noch nicht verifiziert.&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=4</id>
		<title>Wireguard</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Wireguard&amp;diff=4"/>
		<updated>2024-07-28T11:10:16Z</updated>

		<summary type="html">&lt;p&gt;Jff: Die Seite wurde neu angelegt: „   {{Linux}}“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Vorlage:Linux&amp;diff=3</id>
		<title>Vorlage:Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Vorlage:Linux&amp;diff=3"/>
		<updated>2024-07-28T11:07:33Z</updated>

		<summary type="html">&lt;p&gt;Jff: Die Seite wurde neu angelegt: „Kategorie:Linux“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Kategorie:Linux]]&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
	<entry>
		<id>https://wiki.snct-dialer.de/index.php?title=Hauptseite&amp;diff=2</id>
		<title>Hauptseite</title>
		<link rel="alternate" type="text/html" href="https://wiki.snct-dialer.de/index.php?title=Hauptseite&amp;diff=2"/>
		<updated>2024-07-28T10:43:20Z</updated>

		<summary type="html">&lt;p&gt;Jff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;strong&amp;gt;Herzlich willkommen zu unserem Wiki.&amp;lt;/strong&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wir werden hier in loser Folge Tipps zu unserem &#039;&#039;&#039;SNCT-Dialer&#039;&#039;&#039; und zu &#039;&#039;&#039;Linux&#039;&#039;&#039; veröffentlichen.&lt;br /&gt;
&lt;br /&gt;
== Starthilfen ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsparameter]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ Häufige Fragen zu MediaWiki]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ Mailingliste zu neuen Versionen von MediaWiki]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Übersetze MediaWiki für deine Sprache]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Erfahre, wie du Spam auf deinem Wiki bekämpfen kannst]&lt;/div&gt;</summary>
		<author><name>Jff</name></author>
	</entry>
</feed>