<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_12.04_static_ip_configuration</id>
		<title>Ubuntu 12.04 static ip configuration - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_12.04_static_ip_configuration"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_12.04_static_ip_configuration&amp;action=history"/>
		<updated>2026-04-30T04:03:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_12.04_static_ip_configuration&amp;diff=7637&amp;oldid=prev</id>
		<title>Jzhang88: Created page with &quot;&lt;pre&gt; http://www.progtutor.com/blog/7-tips-tuts/751-static-ip-configuration-in-ubuntu-1204-lts   Static IP configuration in Ubuntu 12.04 LTS Friday, 27 April 2012 11:05 David ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_12.04_static_ip_configuration&amp;diff=7637&amp;oldid=prev"/>
				<updated>2012-05-09T19:05:57Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; http://www.progtutor.com/blog/7-tips-tuts/751-static-ip-configuration-in-ubuntu-1204-lts   Static IP configuration in Ubuntu 12.04 LTS Friday, 27 April 2012 11:05 David ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.progtutor.com/blog/7-tips-tuts/751-static-ip-configuration-in-ubuntu-1204-lts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Static IP configuration in Ubuntu 12.04 LTS&lt;br /&gt;
Friday, 27 April 2012 11:05 David Tran&lt;br /&gt;
&lt;br /&gt;
There are tons of changes in Ubuntu 12.04 LTS and The most notable difference for the user is that any change manually done to /etc/resolv.conf will be lost as it gets overwritten each time something triggers resolvconf. Instead,Networking38resolvconf uses DHCP client hooks, and /etc/network/interfaces to generate a list of nameservers and domains to put in /etc/resolv.conf, which is now a symlink: /etc/resolv.conf -&amp;gt; ../run/resolvconf/resolv.conf&lt;br /&gt;
&lt;br /&gt;
To configure the resolver, add the IP addresses of the nameservers that are appropriate for your&lt;br /&gt;
network in the file /etc/network/interfaces. You can also add an optional DNS suffix search-lists&lt;br /&gt;
to match your network domain names. For each other valid resolv.conf configuration option, you can&lt;br /&gt;
include, in the stanza, one line beginning with that option name with a dns- prefix. The resulting file&lt;br /&gt;
might look like the following:&lt;br /&gt;
&lt;br /&gt;
# The primary network interface&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
address 192.168.9.100&lt;br /&gt;
netmask 255.255.255.0&lt;br /&gt;
network 192.168.9.0&lt;br /&gt;
broadcast 192.168.9.255&lt;br /&gt;
gateway 192.168.9.254&lt;br /&gt;
dns-search example.com&lt;br /&gt;
dns-nameservers 8.8.8.8&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jzhang88</name></author>	</entry>

	</feed>