<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Openvpn_und_iptables</id>
	<title>Openvpn und iptables - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Openvpn_und_iptables"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Openvpn_und_iptables&amp;action=history"/>
	<updated>2026-06-29T13:39:51Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Openvpn_und_iptables&amp;diff=34719&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=Variablen= *WANDEV=eth0 *LANDEV=ens19 *VPNDEV=tun0 *OVPNPORT=5000 *LAN=10.82.228.0/24 *VPN=172.31.2.0/24 =Vorausgesetztes Connection Tracking= ;Verschlüsselt…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Openvpn_und_iptables&amp;diff=34719&amp;oldid=prev"/>
		<updated>2022-09-07T09:47:13Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Variablen= *WANDEV=eth0 *LANDEV=ens19 *VPNDEV=tun0 *OVPNPORT=5000 *LAN=10.82.228.0/24 *VPN=172.31.2.0/24 =Vorausgesetztes Connection Tracking= ;Verschlüsselt…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Variablen=&lt;br /&gt;
*WANDEV=eth0&lt;br /&gt;
*LANDEV=ens19&lt;br /&gt;
*VPNDEV=tun0&lt;br /&gt;
*OVPNPORT=5000&lt;br /&gt;
*LAN=10.82.228.0/24&lt;br /&gt;
*VPN=172.31.2.0/24&lt;br /&gt;
=Vorausgesetztes Connection Tracking=&lt;br /&gt;
;Verschlüsselter Verkehr&lt;br /&gt;
*iptables -A INPUT -p udp --dport $OVPNPORT -m state --state NEW -j ACCEPT&lt;br /&gt;
;VPN Pakete ins LAN&lt;br /&gt;
*iptables -A FORWARD -i $VPNDEV -o $LANDEV -s $VPN -d $LAN -m state --state NEW -j ACCEPT&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>