<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-AT">
		<id>http://old.ethersex.de/index.php?action=history&amp;feed=atom&amp;title=TCP-Gateway</id>
		<title>TCP-Gateway - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="http://old.ethersex.de/index.php?action=history&amp;feed=atom&amp;title=TCP-Gateway"/>
		<link rel="alternate" type="text/html" href="http://old.ethersex.de/index.php?title=TCP-Gateway&amp;action=history"/>
		<updated>2026-04-12T03:23:17Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Ethersex_Wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://old.ethersex.de/index.php?title=TCP-Gateway&amp;diff=1180&amp;oldid=prev</id>
		<title>Stesie: hat „TCPGateway“ nach „TCP-Gateway“ verschoben</title>
		<link rel="alternate" type="text/html" href="http://old.ethersex.de/index.php?title=TCP-Gateway&amp;diff=1180&amp;oldid=prev"/>
				<updated>2009-05-10T18:10:09Z</updated>
		
		<summary type="html">&lt;p&gt;hat „&lt;a href=&quot;/index.php/TCPGateway&quot; class=&quot;mw-redirect&quot; title=&quot;TCPGateway&quot;&gt;TCPGateway&lt;/a&gt;“ nach „&lt;a href=&quot;/index.php/TCP-Gateway&quot; title=&quot;TCP-Gateway&quot;&gt;TCP-Gateway&lt;/a&gt;“ verschoben&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;de-AT&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 10. Mai 2009, 18:10 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;de-AT&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>Stesie</name></author>	</entry>

	<entry>
		<id>http://old.ethersex.de/index.php?title=TCP-Gateway&amp;diff=1179&amp;oldid=prev</id>
		<title>Stesie: Die Seite wurde neu angelegt: Es gibt ein TCP Gateway in's ZAN, dieses lauscht auf spielplatz.metafnord.de am Port 5080 bzw. auf tcpvpn.metafnord.de am Port 80 (wird per DNAT an die andere Adres...</title>
		<link rel="alternate" type="text/html" href="http://old.ethersex.de/index.php?title=TCP-Gateway&amp;diff=1179&amp;oldid=prev"/>
				<updated>2009-05-10T18:09:17Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: Es gibt ein TCP Gateway in&amp;#039;s &lt;a href=&quot;/index.php/ZAN&quot; class=&quot;mw-redirect&quot; title=&quot;ZAN&quot;&gt;ZAN&lt;/a&gt;, dieses lauscht auf spielplatz.metafnord.de am Port 5080 bzw. auf tcpvpn.metafnord.de am Port 80 (wird per DNAT an die andere Adres...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Es gibt ein TCP Gateway in's [[ZAN]], dieses lauscht auf spielplatz.metafnord.de am Port 5080 bzw. auf tcpvpn.metafnord.de am Port 80 (wird per DNAT an die andere Adresse weitergeleitet).&lt;br /&gt;
&lt;br /&gt;
Generell sollte dem normalen UDP-Gateway der Vorzug gegeben werden.  Aber manchmal darf man einfach kein UDP machen, dafür gibt's dann dies hier als Ausweichlösung.  Das TCP-ZAN verwendet Adressen aus dem Raum 10.0.0.0/16.  Im Moment läuft noch kein DHCP-Client, also schön händisch unter [[Vergebene IP-Adressen]] reservieren (:mrgreen:)&lt;br /&gt;
&lt;br /&gt;
Selbstverständlich werden die Pakete ins &amp;quot;normale&amp;quot; ZAN geroutet (und zurück)  :-)&lt;br /&gt;
&lt;br /&gt;
Hier eine Roadwarrior-Konfiguration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;proto tcp-client&lt;br /&gt;
remote 78.47.210.244&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
nobind&lt;br /&gt;
dev tap&lt;br /&gt;
ca /etc/openvpn/keys/ca.crt&lt;br /&gt;
cert /etc/openvpn/keys/vpn-stesie.crt&lt;br /&gt;
key /etc/openvpn/keys/vpn-stesie.nopass.key&lt;br /&gt;
port 80&lt;br /&gt;
comp-lzo&lt;br /&gt;
persist-tun&lt;br /&gt;
persist-key&lt;br /&gt;
verb 3&lt;br /&gt;
float&lt;br /&gt;
tun-mtu 1500&lt;br /&gt;
mssfix&lt;br /&gt;
keepalive 10 120&lt;br /&gt;
redirect-gateway&lt;br /&gt;
&lt;br /&gt;
# statische ip konfiguration:&lt;br /&gt;
ifconfig 10.0.0.2 255.255.0.0&lt;br /&gt;
route-gateway 10.0.0.1&lt;br /&gt;
&lt;br /&gt;
#automatisches resolv.conf update&lt;br /&gt;
script-security 2&lt;br /&gt;
dhcp-option DNS 10.0.0.1&lt;br /&gt;
dhcp-option DOMAIN zo&lt;br /&gt;
up /etc/openvpn/update-resolv-conf&lt;br /&gt;
down /etc/openvpn/update-resolv-conf&lt;br /&gt;
&lt;br /&gt;
# das fuer openvpn 2.1 aktivieren:&lt;br /&gt;
tls-client&lt;br /&gt;
&lt;br /&gt;
# das fuer openvpn 2.0 verwenden:&lt;br /&gt;
#tls-remote spielplatz.metafnord.de &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Zerties Area Network]]&lt;/div&gt;</summary>
		<author><name>Stesie</name></author>	</entry>

	</feed>