<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=Template%3AMTU%2FDebian</id>
	<title>Template:MTU/Debian - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=Template%3AMTU%2FDebian"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=Template:MTU/Debian&amp;action=history"/>
	<updated>2026-05-13T22:54:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.bwt.com.de/index.php?title=Template:MTU/Debian&amp;diff=43&amp;oldid=prev</id>
		<title>BrainwreckedTech: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=Template:MTU/Debian&amp;diff=43&amp;oldid=prev"/>
		<updated>2014-01-06T01:52:17Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;While the &amp;lt;tt&amp;gt;/etc/rc.local&amp;lt;/tt&amp;gt; way is &amp;#039;&amp;#039;almost&amp;#039;&amp;#039; always guaranteed work in Debian, Debian won&amp;#039;t &amp;#039;&amp;#039;absolutely&amp;#039;&amp;#039; guarantee the network is up before &amp;lt;tt&amp;gt;init&amp;lt;/tt&amp;gt; reaches &amp;lt;tt&amp;gt;rc.local&amp;lt;/tt&amp;gt;, so it&amp;#039;s best to use &amp;lt;tt&amp;gt;/etc/network/interfaces&amp;lt;/tt&amp;gt; instead.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re using DHCP:&lt;br /&gt;
&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet dhcp&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;post-up /sbin/ip link set eth0 mtu [nnnn]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re using static addressing:&lt;br /&gt;
&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
   address 192.168.1.nnn&lt;br /&gt;
   network 192.168.1.0&lt;br /&gt;
   netmask 255.255.255.0&lt;br /&gt;
   gateway 192.168.1.1&lt;br /&gt;
   broadcast 192.168.1.255&lt;br /&gt;
   &amp;#039;&amp;#039;&amp;#039;mtu nnnn&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>BrainwreckedTech</name></author>
	</entry>
</feed>