<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://grubit.at/fg_mediawiki/index.php?action=history&amp;feed=atom&amp;title=VPN</id>
	<title>VPN - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://grubit.at/fg_mediawiki/index.php?action=history&amp;feed=atom&amp;title=VPN"/>
	<link rel="alternate" type="text/html" href="https://grubit.at/fg_mediawiki/index.php?title=VPN&amp;action=history"/>
	<updated>2026-05-06T15:31:47Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Mediawiki Ferdinand Gruber</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://grubit.at/fg_mediawiki/index.php?title=VPN&amp;diff=257&amp;oldid=prev</id>
		<title>WikiSysop: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://grubit.at/fg_mediawiki/index.php?title=VPN&amp;diff=257&amp;oldid=prev"/>
		<updated>2020-10-07T16:02:40Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 7. Oktober 2020, 16:02 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://grubit.at/fg_mediawiki/index.php?title=VPN&amp;diff=256&amp;oldid=prev</id>
		<title>fg&gt;Grfe: /* Voraussetzungen */</title>
		<link rel="alternate" type="text/html" href="https://grubit.at/fg_mediawiki/index.php?title=VPN&amp;diff=256&amp;oldid=prev"/>
		<updated>2010-07-11T14:02:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Voraussetzungen&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Voraussetzungen ==&lt;br /&gt;
&lt;br /&gt;
* OpenVPN mit Yast installieren&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Port 5000&amp;#039;&amp;#039;&amp;#039; öffnen&lt;br /&gt;
Damit OpenVPN funktioniert, muss der Port 5000 geöffnet sein - Firewall konfigurieren.&lt;br /&gt;
* Schlüsseldatei erzeugen&lt;br /&gt;
 cd /etc/openvpn&lt;br /&gt;
 openvpn --genkey --secret key.txt&lt;br /&gt;
* Schlüsseldatei zum Remote Computer kopieren&lt;br /&gt;
 cd /etc/openvpn&lt;br /&gt;
 # Beispiel&lt;br /&gt;
 scp ./key.txt 193.170.67.76:/etc/openvpn&lt;br /&gt;
&lt;br /&gt;
== Konfiguration ==&lt;br /&gt;
Auf beiden Computern eine Konfigurationsdatei erzeugen.&lt;br /&gt;
 touch /etc/openvpn/meine.conf&lt;br /&gt;
* Computer alpha &lt;br /&gt;
 remote 193.170.67.76      # (&amp;lt;- die Adresse von beta)&lt;br /&gt;
 dev tun&lt;br /&gt;
 ifconfig 10.0.0.1 10.0.0.2      # (&amp;lt;- die getunnelten IP-Adressen von alpha und beta)&lt;br /&gt;
 secret key.txt&lt;br /&gt;
 port 5000&lt;br /&gt;
* Computer beta&lt;br /&gt;
 remote grfe.dyndns.org      # (&amp;lt;- die Adresse von alpha)&lt;br /&gt;
 dev tun&lt;br /&gt;
 ifconfig 10.0.0.2 10.0.0.1      # (&amp;lt;- die getunnelten IP-Adressen von beta und alpha)&lt;br /&gt;
 secret meinname-key.txt&lt;br /&gt;
 port 5000 &lt;br /&gt;
* Openvpn auf beiden Computern starten&lt;br /&gt;
 rcopenvpn start&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
[http://wiki.freifunk.net/OpenVPN_Howto#Einen_statischen_Schl.C3.BCssel_.28preshared_key.29_generieren OpenVPN Howto]&lt;/div&gt;</summary>
		<author><name>fg&gt;Grfe</name></author>
	</entry>
</feed>