<?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=Ovpn-lan-to-lan-server-script</id>
	<title>Ovpn-lan-to-lan-server-script - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Ovpn-lan-to-lan-server-script"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Ovpn-lan-to-lan-server-script&amp;action=history"/>
	<updated>2026-06-29T05:06:09Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Ovpn-lan-to-lan-server-script&amp;diff=26128&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „ &lt;syntaxhighlight lang=&quot;bash&quot;&gt; #!/bin/bash BR=vmbr0 INT=ens30 TAP=tap1 IP=&quot;10.86.0.1 netmask 255.255.0.0&quot; case $1 in start) openvpn --mktun --dev $TAP brctl ad…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Ovpn-lan-to-lan-server-script&amp;diff=26128&amp;oldid=prev"/>
		<updated>2021-07-23T14:45:02Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; #!/bin/bash BR=vmbr0 INT=ens30 TAP=tap1 IP=&amp;quot;10.86.0.1 netmask 255.255.0.0&amp;quot; case $1 in start) openvpn --mktun --dev $TAP brctl ad…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
BR=vmbr0&lt;br /&gt;
INT=ens30&lt;br /&gt;
TAP=tap1&lt;br /&gt;
IP=&amp;quot;10.86.0.1 netmask 255.255.0.0&amp;quot;&lt;br /&gt;
case $1 in&lt;br /&gt;
start)&lt;br /&gt;
openvpn --mktun --dev $TAP&lt;br /&gt;
brctl addbr $BR&lt;br /&gt;
brctl addif $BR $INT&lt;br /&gt;
brctl addif $BR $TAP&lt;br /&gt;
ifconfig $INT 0.0.0.0 promisc up&lt;br /&gt;
ifconfig $TAP 0.0.0.0 promisc up&lt;br /&gt;
ifconfig $BR $IP up&lt;br /&gt;
;;&lt;br /&gt;
stop)&lt;br /&gt;
ifconfig $BR $IP down&lt;br /&gt;
ifconfig $TAP 0.0.0.0 promisc down&lt;br /&gt;
ifconfig $INT 0.0.0.0 promisc down&lt;br /&gt;
brctl delif $BR $TAP&lt;br /&gt;
brctl delif $BR $INT&lt;br /&gt;
brctl delbr $BR&lt;br /&gt;
openvpn --rmtun --dev $TAP&lt;br /&gt;
;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>