You are on page 1of 1

By: Hgwambe/2014

Task 1: Perform the Installation of Ubuntu Server from CD


Configure the interfaces eth0 and eth1 (Assume that you are using eth0
for the Charter side and eth1 for the internal). Using the command
sudo nano /etc/network/interfaces configure the interfaces.
# The primary network interface
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 41.86.172.29
netmask 255.255.254.0
network 41.86.172.0
broadcast 41.86.173.255
gateway 41.86.172.1
dns-nameservers 196.44.161.111
dns-search lan
# Secondary network interface
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.172.1
dns-nameservers 196.44.161.111
dns-search lan
Task 2: Setup DHCP Server
Task 3: Configure the Ubuntu Server to act as a router

You might also like