Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 25, 2024, 07:34:24 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
proxy server
« previous
next »
Print
Pages: [
1
]
Author
Topic: proxy server (Read 5679 times)
jerry
New Member
Posts: 3
proxy server
«
on:
August 16, 2010, 04:04:55 PM »
how to configure proxy server
Logged
kaushalpatel1982
LST CareTaker
Linux Learner
Posts: 87
Re: proxy server
«
Reply #1 on:
August 18, 2010, 08:51:33 AM »
We have my post on this topic. you just need to search about your topic.
Below link provided example about it
http://wiki.squid-cache.org/ConfigExamples/
Logged
aktiwari4u
LST CareTaker
Crescent
Posts: 161
Re: proxy server
«
Reply #2 on:
September 16, 2010, 04:06:30 AM »
just search how to section number of post are there for this topic
Logged
ksrao
New Member
Posts: 1
installation of proxy server
«
Reply #3 on:
September 20, 2010, 12:57:50 AM »
What is Proxy Server ?
1. Proxy Server controls client computers
access to the Internet.
2.It blocks the users from accessing undesirable websites
and hides the internal identity of the network.
3.It improves performance by storing webpages locally.
4.It is generally used to share internet from one machine
to several clients.
5. Squid Proxy is widely used as Proxy because it provides
many features & is an open source.
Squid Proxy Server
Squid proxy can be configured as :-
(i) A Simple Proxy (ie to share server)
(ii) A Caching Web Server
(ii) A Firewall
Requirements
(i) Packages
squid-2.5.STABLE6-3.i386.rpm
(ii) Port Numbers
3128 (default)
(iii)Configuration File
/etc/squid/squid.conf
(iv) Service
squid
(v) Daemon
squid
Configuring Proxy Server
1.Install the package by using one of the installation methods
[root@comp1~]# mount 192.168.0.250:/var/ftp/pub/RedHat/RPMS/ /mnt
[root@comp1 ~]# cd /mnt
[root@comp1 ~]# rpm -ivh squid* --force --aid
2.Open configuration for editing
[root@comp1~]# vi /etc/squid/squid.conf
3.To restart the Proxy services
[root@comp1 ~]# service squid restart
Thanks
Kolla Sanjeeva Rao
http://www.wiziq.com/online-tests/3685-user-creation-adminstration-in-linux.
«
Last Edit: September 20, 2010, 01:01:06 AM by ksrao
»
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
proxy server