Case Study Networking+Linux
Case Study Networking+Linux
RESEARCH STUDY
ON
CONFIGURING
NETWORKING
&
SERVERS
IN
UBUNTU
LINUX
CONTENTS
4. Executive Summary
5. References
1. INTRODUCTION TO LINUX
I. Introduction to Ubuntu and Linux
open source operating system, that has been developed from Unix
project. Later it became a part of the GNU open source project. Since the
Linux operating system has been developed from Unix operating it posses
2. TASK – 1
1. Client computer with 4GB RAM, 250GB Hard disk drive, 15’ HD
2. Server computer with 8GB RAM, 500GB Hard disk drive, 15’ HD
computer.
Server computer
Switches are plugged to the power outlets and the four Ethernet Straight
(ethc3,ethc4).
client computer:
1. Click the Start menu or click on network menu on the task bar. The
method to Manual.
static IP address.
client computer:
keys ‘shift’+’alt’+’t’.
3. In the terminal window at the Ubuntu ‘$’ prompt enter the ‘ping’
4. In the terminal window at the Ubuntu ‘$’ prompt enter the ‘ifconfig’
5. In the terminal window at the Ubuntu ‘$’ prompt enter the ‘traceroute’
number and all the rote rip numbers till the ‘Google.com’ server IP
1. Connect the client computer to the Cisco SF110D 110 Series 5-Port
1. Connect the Client computer serial port to the console port of the Cisco
1. Connect the Client computer Ethernet port to the Ethernet port of the
Ethernet straight cable. In turn connect the Ethernet port of the Cisco
straight cable. From the client computer use the network diagnostic
configuration.
Server computer:
1. Connect the Server computer to the Cisco SF110D 110 Series 5-Port
1. Connect the Sever computer Ethernet port to the Ethernet port of the
Ethernet straight cable. In turn connect the Ethernet port of the Cisco
straight cable. From the client computer use the network diagnostic
configuration.
Connect both the client Cisco 1841 Integrated Services Router to the
Server Cisco 1841 Integrated Services Router using the Serial cable from
the serial port0/0/0 to serial port0/1/0 and configure the router based
Serial port with IP numbers and ‘RIP’ based dynamic routing protocol.
The routers serial ports are configured using class C – 192.168.100.1 &
and the client router Ethernet port with 10.0.0.1. The server computer is
configured using class A- 10.0.10.10 and the client router Ethernet port
with 10.0.10.1
3. TASK - 2
The four major objectives of Task-2 assignments are mentioned below:
1. Configure the DHCP on the server, such that the client PC can
www.YOURNAME.csu.edu.au.
forward and reverse DNS are working from the client PC; test DNS Server
between one of the client PC and WEB Servers, and provide evidence of
1. Client computer with 4GB RAM, 250GB Hard disk drive, 15’ HD
2. Server computer with 8GB RAM, 500GB Hard disk drive, 15’ HD
2. Open a terminal(press the three keys ‘shift+alt+t’ and enter the below
command
sudo -i gnome-terminal
3. A root shell opens. Enter the below command and press the ‘Enter key’
7. Enter the below command at the ‘$’ prompt and press the ‘Enter key’
8. Enter the below mentioned lines into the named.conf file and save it.
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
9. Enter the below command at the ‘$’ prompt and press the ‘Enter key’
10. Enter the below lines into the named.conf.local file and save it.
$TTL 86400
@ IN SOA pri. YOURNAME.csu.edu.au. root.
YOURNAME.csu.edu.au. (
2011071001 ;Serial
3600 ;Refresh
1800 ;Retry
604800 ;Expire
86400 ;Minimum TTL
)
@ IN NS pri.ostechnix.lan.
@ IN NS sec.ostechnix.lan.
@ IN A 192.168.1.100
@ IN A 192.168.2.2
pri IN A 192.168.2.2
client IN A 192.168.1.100
13. Enter the below command at the ‘$’ prompt and press the ‘Enter key’
$TTL 86400
@ IN SOA rev. YOURNAME.csu.edu.au. root.
YOURNAME.csu.edu.au. (
2011071002 ;Serial
3600 ;Refresh
1800 ;Retry
604800 ;Expire
86400 ;Minimum TTL
)
@ IN NS pri.YOURNAME.csu.edu.au.
@ IN PTR YOURNAME.csu.edu.au.
pri IN A 192.168.2.2
client IN A 192.168.1.100
200 IN PTR pri.YOURNAME.csu.edu.au.
202 IN PTR client. YOURNAME.csu.edu.au.
15. sudo named-checkconf /etc/bind/named.conf
2. Open a terminal (press the three keys ‘shift+alt+t’ and enter the below
command
sudo -i gnome-terminal
3. A root shell opens. Enter the below command and press the ‘Enter key’
$ sudo vi /etc/dhcp/dhcpd.conf
to clients.
9. Enter the below command and press the ‘Enter key’ to restart the
DHDP daemon
10. Enter the below command and press the ‘Enter key’ to check whether
2. Open a terminal (press the three keys ‘shift+alt+t’ and enter the below
command
sudo -i gnome-terminal
3. A root shell opens. Enter the below command and press the ‘Enter key’
7.
Enter the below command and press the ‘Enter key’ to allow the bypass of
8. Enter the below command and press the ‘Enter Key’ to check the
9. Enter the below command and press the ‘Enter Key’ to check the verify
of Apache Server
$ hostname –i
page opens.
Firewall configuration
2. Open a terminal (press the three keys ‘shift+alt+t’ and enter the below
command
sudo -i gnome-terminal
3. A root shell opens. Enter the below command and press the ‘Enter key’
7. Enter the below command and press the ‘Enter key’ to allow the bypass
of firewall
8. Enter the below command and press the ‘Enter key’ to deny the bypass
of firewall
9. Enter the below command and press the ‘Enter Key’ to allow the client
10. Enter the below commands and press the ‘Enter Key’ to enable and
4. EXECUTIVE SUMMARY
4.1- Objective
Task 1: a) Configure the network interfaces of the PC, Server and Router
‘RIP’.
Task 2: a) Install and c configure the four servers DNS, DHCP, Apache
Web Server and Firewall with appropriate network addressing and enable
Client <> Switch <>Router <------> Router<> Switch <> DNS Server <>
After the collection of required data and my own view point, I installed
and configured the Task-1 and Task-2 and implemented them. This
4.3 – Results
Routers, installed and configured the DNS, DHCP, Apache Web Server
5. References
https://help.ubuntu.com/stable/ubuntu-help/net-fixed-ip-address.html