====== Change_from_DHCP_to_Manual_IP ======
The Network options are chosen during the Base Install. If you wish to use DHCP or Manual IP follow the details below:
Edit the file -> /etc/network/interfaces
**For Manual IP Config:**
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 136.201.1.250
netmask 255.255.0.0
broadcast 136.201.255.255
gateway 136.201.10.99
dns-search ul.ie
dns-nameservers 10.220.1.10
**For DHCP:**
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp