<?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=Tmp</id>
	<title>Tmp - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Tmp"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Tmp&amp;action=history"/>
	<updated>2026-06-29T01:05:15Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Tmp&amp;diff=27116&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „&lt;pre&gt; # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).  source /etc/n…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Tmp&amp;diff=27116&amp;oldid=prev"/>
		<updated>2021-08-09T07:38:01Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&amp;lt;pre&amp;gt; # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).  source /etc/n…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# This file describes the network interfaces available on your system&lt;br /&gt;
# and how to activate them. For more information, see interfaces(5).&lt;br /&gt;
&lt;br /&gt;
source /etc/network/interfaces.d/*&lt;br /&gt;
&lt;br /&gt;
# The loopback network interface&lt;br /&gt;
auto lo&lt;br /&gt;
iface lo inet loopback&lt;br /&gt;
# The primary network interface&lt;br /&gt;
auto enp24s0&lt;br /&gt;
&lt;br /&gt;
#make sure we don't get addresses on our raw device&lt;br /&gt;
iface enp24s0 inet manual&lt;br /&gt;
iface enp24s0 inet6 manual&lt;br /&gt;
&lt;br /&gt;
#set up bridge and give it a static ip&lt;br /&gt;
auto br0&lt;br /&gt;
iface br0 inet static&lt;br /&gt;
        address 192.168.5.200&lt;br /&gt;
        netmask 255.255.255.0&lt;br /&gt;
        gateway 192.168.5.254&lt;br /&gt;
        bridge_ports enp24s0&lt;br /&gt;
        bridge_stp off&lt;br /&gt;
        bridge_fd 0&lt;br /&gt;
        bridge_maxwait 0&lt;br /&gt;
        dns-nameservers 152.3.32.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
auto vmbr0&lt;br /&gt;
iface vmbr0 inet static&lt;br /&gt;
    address 10.0.10.1&lt;br /&gt;
    netmask 255.255.255.0&lt;br /&gt;
    bridge_ports none&lt;br /&gt;
    post-up iptables -t nat -A POSTROUTING -j MASQUERADE -s 10.0.10.10/24&lt;br /&gt;
    post-up sysctl -w net.ipv4.ip_forward=1&lt;br /&gt;
    bridge_fd 5&lt;br /&gt;
    bridge_stp no&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>