+ All Categories
Home > Documents > PROXY SERVER

PROXY SERVER

Date post: 01-Jan-2016
Category:
Upload: raphael-powell
View: 24 times
Download: 2 times
Share this document with a friend
Description:
PROXY SERVER. By : Windi Widiastuti XII TKJ -3 31. DEFINITION. - PowerPoint PPT Presentation
22
PROXY SERVER By : Windi Widiastuti XII TKJ -3 31
Transcript
Page 1: PROXY SERVER

PROXY SERVER

By : Windi WidiastutiXII TKJ -3

31

Page 2: PROXY SERVER

Debian is a free operating system developed openly by many volunteer programmers (Debian developers) who are members of the Debian Project. Debian operating system is a combination of software developed by the GNU license, and its main using the Linux kernel, so popular with the name of the Debian GNU / Linux. Debian operating system using the Linux kernel is one of the most popular Linux distributions with stability. Taking into account the Debian-based distributions, such as Ubuntu, Xubuntu, Knoppix, Mint, and so on, then Debian is a Linux distribution that is most widely used in the world.

DEFINITION

Page 3: PROXY SERVER

Proxy server is a server computer or a computer program that can act as the other computers to make requests to the content from the internet or intranet . Proxy Server acts as a gateway to the internet world for each client computer .

The three main functions of the proxy server are :

Page 4: PROXY SERVER

Connection Sharing     Acting as a gateway into the boundary

between the local network and the outside network .

    FilteringWork on the application screen that serves as a packet filtering firewall is used to protect the local network against interference or attacks from external networks. Can be configured to

reject certain websites at certain times.

    Caching     Proxy Server has a storage mechanism

objects that have been requested from servers on the Internet . Caching mechanism to store objects that are user requests obtained from

iternet .

Page 5: PROXY SERVER

First we need to install a proxy server. Package that will be used is squid# apt-get install squid

KONFIGURATION

Page 6: PROXY SERVER

Get into the squid directory. # cd /etc/squid

Page 7: PROXY SERVER

Perform configuration to a file located didirektori squid.conf / etc / squid by entering the command

Page 8: PROXY SERVER
Page 9: PROXY SERVER
Page 10: PROXY SERVER

Then search for the word http_port 3128 by means of CTRL+W and thentype the command http_port 3128, press Enter.

Page 11: PROXY SERVER

Add the word "transparent" after "3128" and uncheck "#" in front.

Page 12: PROXY SERVER

Search more words cache_mgr webmasters in the same way in the previous step, press Enter

Page 13: PROXY SERVER

Then remove a fence (#) in front of the sentence, and add domain name server, example : cache_mgr [email protected]

Page 14: PROXY SERVER

Then find visible_hostname by pressing Ctrl+W, then type visible_hostname, press Enter

Page 15: PROXY SERVER

Then under # none, visible_hostname type, and add in front of sentence with (domain name server)

Page 16: PROXY SERVER

Then find the word CONNECT acl write down the sentence by pressing Ctrl+W, press Enter.

Page 17: PROXY SERVER

acl bloksitus dstdomain windi.com http_access deny bloksitus acl local src 192.168.31.0/24 http_access allow local http_access allow all On the blue line, fill in the site you want to block or blogger friends can not be accessed. And the green line input IP subnet prefix followed. If it fails, also can not use the prefix and only include IP only.Type the script as below Save the configuration by ctrl+x => y, Enter.

Page 18: PROXY SERVER

Restart squid by way of / etc / init.d / squid restart

Page 19: PROXY SERVER
Page 20: PROXY SERVER

After that, type in the domain name server that is not on the block in web search,for example : www.windi.comthis will bring up the web content that is not on the block.

Page 21: PROXY SERVER

Then check domain name server (dns) is on the block.For example : type in the web search windi.com .Then the results will appear as below.

Page 22: PROXY SERVER

Thank You


Recommended