Difference between revisions of "Installation (Ubuntu)"

Jump to navigation Jump to search
m
(Moved VM Tools install to VM Tools_Install_(Ubuntu))
Line 143: Line 143:
         address 192.168.1.150
         address 192.168.1.150
         netmask 255.255.255.0
         netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
         gateway 192.168.1.1
         gateway 192.168.1.1
        dns-search domain.com
 
        dns-search anotherdomain.com
dns-nameservers 192.168.1.20 8.8.8.8
         dns-nameservers 192.168.1.20 127.0.0.1
dns-domain localdomain.com
dns-search localdomain.com anotherdomain.com
          
</pre>
</pre>
* Then check the local hosts file <code>/etc/hosts</code>, so that the IP v4 part looks like this (so the host can resolve itself)...
* Then check the local hosts file <code>/etc/hosts</code>, so that the IP v4 part looks like this (so the host can resolve itself)...
Line 159: Line 159:
** <code> service networking restart </code>
** <code> service networking restart </code>


* Confirm network config is as expected with
* Confirm network interface config is as expected with
** <code>ifconfig</code>
** <code>ifconfig</code>
* Confirm DNS config is as expected with
** <code>less /etc/resolv.conf</code>


== Update the OS ==  
== Update the OS ==  

Navigation menu