secure network

16
A Seminar Report ON Secure Network

Upload: shelusharma

Post on 13-Jul-2015

183 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Secure network

A

Seminar ReportON

Secure Network

Page 2: Secure network

Project “SECURE NETWORK” provides configuration for LAN in an institution or in an organization through LINUX Shell Scripting.

The DHCP server provides automatic IP Addresses when the user connects to the internet

PROXY server is used to block and allow specific websites

Page 3: Secure network

To automate the whole process of internet configuration

Whole process is secured and user friendly and this is done with the help of dialog boxes.

Logs for daily monitoring of web sites accessed by users are maintained

Manage user feature is done by Mac Address binding.

Page 4: Secure network

Officially introduced only in 1991 by its famed creator Linux Torvalds

Linux is a kernel.

Open Source:

source code of the software is made freely available

Page 5: Secure network

Security

Scalability

Not Single Source Software

Rate of Advancement

Support

Reliability

Cost

Page 6: Secure network

Server can be used as a base from which attacks on other systems can be launched.

E-mail server could be used as a by spammers.

DoS (Denial of Service) attacks which renders servers

Credit card numbers or account numbers and passwords can be targets

Page 7: Secure network

Shell Script is series of command written in plain text file.

Page 8: Secure network

Shell script can take input from user, file and output them on screen.

Useful to create our own commands.

Save lots of time.

To automate some task of day today life.

System Administration part can be also automated

Page 9: Secure network
Page 10: Secure network

Package: dhcp

Daemon: /usr/sbin/dhcpd

Script: /etc/init.d/dhcpd

Ports: 67 & 68

Configuration file: /etc/dhcpd.conf

Page 11: Secure network

IP addresses can be reserved for clients based on MAC addresses and host names

For security, the lease of IP addresses can be restricted to clients with known MAC addresses

Page 12: Secure network

In most cases, the IP address is automatically renewed when a clients logs into a network

The IP address assigned is taken from a pool of IP addresses defined as the scope of IP addresses available for assignment

A user can manually release and renew an IP address by typing the commands "ipconfig /release", followed by"ipconfig /renew" in the command prompt

Page 13: Secure network

Package: squid

Daemon: /usr/sbin/squid

Script: /etc/init.d/squid

Ports: 3128

Configuration file: /etc/squid/squid.conf

Page 14: Secure network

To provide indirect Internet access.

Firewall Machine.

Allow to see who is accessing.

Page 15: Secure network

A network point that acts as an entrance to another network

Also a proxy server and a firewall server

Work on all seven OSI layers

Implement in Hardware & Software

Page 16: Secure network