0% found this document useful (0 votes)
24 views2 pages

Network Setup for Netcamp Project

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Network Setup for Netcamp Project

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PROJECT OVERVIEW

Devices

Server 1 – Ip - [Link]/24 (dns)


Server 2 – Ip - [Link]/24 (webserver, mail-server, dhcp-server, file-server)
windows Xp – (client)

Server1 (DNS)

dns setup:–
i) domain([Link]) & subdomain(www, sales, research, accounts, mail).
ii) Mail server

Server2 (Web-server, Mail-server, dhcp-server, File-server)

1) Web-server setup
i) creating files and folder in linux ‘/’ directory
File structure for web-server
|─- website /
| |
| | ── webnetcamp/
| | └── [Link] # Main welcome page ([Link], [Link])
| | ── websales/
| | └── [Link] # sales page ([Link])
| |── webresearch/
| | └── [Link] # research page ([Link])
| |── webaccount/
| └── [Link] # accounts page ([Link])
|
|─- usr/share/squrrealmail # mail page ‘default’ ([Link])

ii) Apache webserver configure


2) File-server setup

in Linux
i) create users:-
Chairman, researcher1, researcher2, salesman1, salesman2, accountant1, accountant2
ii) create groups and folder and set permissions
File structure for files server
netcamp/

|── accounts/ group – account (accountant1, accountant2, chairman), permission – 750
│ |── data/ (Read/Write for accountants), group – root, permission – 757
│ └── driver/ (Read-Only for accountants), group – chairman, permission – 775

|── sales/ group – sales (salesman1, salesman2, chairman), permission – 750
│ |── data/ (Read/Write for sales team), group – root, permission – 757
│ └── driver/ (Read-Only for sales team), group – chairman, permission – 775

└── research/ group – research (researcher1, researcher2, chairman), permission – 750
|── data/ (Read/Write for R&D team), group – root, permission – 757
└── driver/ (Read-Only for R&D team), group – chairman, permission – 775

3) Dhcp-server setup
Range = [Link]-[Link]
Gateway = [Link]
4) Mail-server setup
i) network configuration
ii) Apache webserver configuration (already done)
iii) Sendmail configuration (SMTP)
iv) IMAP / POP3 server
V) creating email ids in client machine

Windows XP (client)
i) Using Telnet to access users
ii) Using mail and creating email with (username@[Link])

You might also like