<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>http://wiki.netsitech.com/index.php?action=history&amp;feed=atom&amp;title=SystemAdm%2FOpenVPN%2FBridged%2Fbridge-stop.sh</id>
	<title>SystemAdm/OpenVPN/Bridged/bridge-stop.sh - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.netsitech.com/index.php?action=history&amp;feed=atom&amp;title=SystemAdm%2FOpenVPN%2FBridged%2Fbridge-stop.sh"/>
	<link rel="alternate" type="text/html" href="http://wiki.netsitech.com/index.php?title=SystemAdm/OpenVPN/Bridged/bridge-stop.sh&amp;action=history"/>
	<updated>2026-05-08T07:08:38Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.34.4</generator>
	<entry>
		<id>http://wiki.netsitech.com/index.php?title=SystemAdm/OpenVPN/Bridged/bridge-stop.sh&amp;diff=4307&amp;oldid=prev</id>
		<title>Mazzotti: Creata pagina con '&lt;code&gt; #!/bin/bash  #################################### # Tear Down Ethernet bridge on Linux ####################################  # Define Bridge Interface br=&quot;br0&quot;  # Define l...'</title>
		<link rel="alternate" type="text/html" href="http://wiki.netsitech.com/index.php?title=SystemAdm/OpenVPN/Bridged/bridge-stop.sh&amp;diff=4307&amp;oldid=prev"/>
		<updated>2012-10-30T18:55:49Z</updated>

		<summary type="html">&lt;p&gt;Creata pagina con &amp;#039;&amp;lt;code&amp;gt; #!/bin/bash  #################################### # Tear Down Ethernet bridge on Linux ####################################  # Define Bridge Interface br=&amp;quot;br0&amp;quot;  # Define l...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
####################################&lt;br /&gt;
# Tear Down Ethernet bridge on Linux&lt;br /&gt;
####################################&lt;br /&gt;
&lt;br /&gt;
# Define Bridge Interface&lt;br /&gt;
br=&amp;quot;br0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Define list of TAP interfaces to be bridged together&lt;br /&gt;
tap=&amp;quot;tap0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
ifconfig $br down&lt;br /&gt;
brctl delbr $br&lt;br /&gt;
&lt;br /&gt;
for t in $tap; do&lt;br /&gt;
    openvpn --rmtun --dev $t&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
# After breaking-down bridge interface, shutdown and restart phisical interface&lt;br /&gt;
ifdown lan03&lt;br /&gt;
ifup lan03&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mazzotti</name></author>
		
	</entry>
</feed>