Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
166 bytes added ,  09:28, 23 February 2010
→‎Change IP Address: Added /etc/resolv.conf
(→‎Post OS Install Config: Minor addition to RAID setup)
(→‎Change IP Address: Added /etc/resolv.conf)
Line 69: Line 69:
         gateway 192.168.1.1
         gateway 192.168.1.1
</pre>
</pre>
* Then check the DNS config file <code> /etc/hosts </code>, so that the IP v4 part looks like...
* Then check the local hosts file <code> /etc/hosts </code>, so that the IP v4 part looks like...
<pre>
<pre>
127.0.0.1      localhost
127.0.0.1      localhost
192.168.10.210  mail.home.int  mail
192.168.10.210  mail.home.int  mail
</pre>
</pre>
* Check that DNS resolution is setup correctly (add DNS nameservers as required, as found in <code>/etc/resolv.conf</code> in order of pref...
nameserver 127.0.0.1


* Then restart networking
* Then restart networking

Navigation menu