<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%3ANetwork_config</id>
	<title>Ubuntu:Network config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%3ANetwork_config"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Ubuntu:Network_config&amp;action=history"/>
	<updated>2026-05-04T20:37:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Ubuntu:Network_config&amp;diff=3967&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Network Config ==  Interface configuration is done in the /etc/netowrk/interfaces file.  The file below configures the loopback interface and sets eth0 to use DHCP.  &lt;syntaxhighlight&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Ubuntu:Network_config&amp;diff=3967&amp;oldid=prev"/>
		<updated>2014-02-10T12:43:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Network Config ==  Interface configuration is done in the /etc/netowrk/interfaces file.  The file below configures the loopback interface and sets eth0 to use DHCP.  &amp;lt;syntaxhighlight&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Network Config ==&lt;br /&gt;
&lt;br /&gt;
Interface configuration is done in the /etc/netowrk/interfaces file.  The file below configures the loopback interface and sets eth0 to use DHCP.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# The loopback network interface&lt;br /&gt;
auto lo&lt;br /&gt;
iface lo inet loopback&lt;br /&gt;
&lt;br /&gt;
# The primary network interface&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>