<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ivanovic.nz/index.php?action=history&amp;feed=atom&amp;title=Debian%2F%2Fetc%2Fnetwork%2Finterfaces</id>
		<title>Debian//etc/network/interfaces - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ivanovic.nz/index.php?action=history&amp;feed=atom&amp;title=Debian%2F%2Fetc%2Fnetwork%2Finterfaces"/>
		<link rel="alternate" type="text/html" href="https://wiki.ivanovic.nz/index.php?title=Debian//etc/network/interfaces&amp;action=history"/>
		<updated>2026-04-17T14:04:29Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.ivanovic.nz/index.php?title=Debian//etc/network/interfaces&amp;diff=58&amp;oldid=prev</id>
		<title>Milosivanovic: Created page with &quot;= DHCP setup = &lt;pre&gt; auto eth0 iface eth0 inet dhcp &lt;/pre&gt;  = Static IP setup = &lt;pre&gt; auto eth0 iface eth0 inet static 	address 192.168.100.2 	netmask 255.255.255.248 	gateway...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ivanovic.nz/index.php?title=Debian//etc/network/interfaces&amp;diff=58&amp;oldid=prev"/>
				<updated>2015-01-07T07:59:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= DHCP setup = &amp;lt;pre&amp;gt; auto eth0 iface eth0 inet dhcp &amp;lt;/pre&amp;gt;  = Static IP setup = &amp;lt;pre&amp;gt; auto eth0 iface eth0 inet static 	address 192.168.100.2 	netmask 255.255.255.248 	gateway...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= DHCP setup =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Static IP setup =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
	address 192.168.100.2&lt;br /&gt;
	netmask 255.255.255.248&lt;br /&gt;
	gateway 192.168.100.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Secondary IP / alias interface setup =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto eth0:0&lt;br /&gt;
iface eth0:0 inet static&lt;br /&gt;
	address 123.123.123.123&lt;br /&gt;
	netmask 255.255.255.255&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Extra startup commands =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto eth0:0&lt;br /&gt;
iface eth0:0 inet static&lt;br /&gt;
	address 123.123.123.123&lt;br /&gt;
	netmask 255.255.255.255&lt;br /&gt;
	up ip route change default via 192.168.100.1 dev eth0 src 123.123.123.123&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Milosivanovic</name></author>	</entry>

	</feed>