Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: ozioma on May 31, 2004, 07:42:52 AM

Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: ozioma on May 31, 2004, 07:42:52 AM
PLEASE DO NOT BE OFFENDED HOW DO I CONFIGURE SQUID AS A PROXY SERVER LET ME HAVE ALL THE STEPS I USE REDHAT 8.0 MY SERVER IP IS 192.168.11.253 I WANT TO USE PORT 8080




THANKS
OZIOMA
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: Ricky on May 31, 2004, 10:08:34 AM
You follow this Squid Proxy How to (http://www.linuxsolved.com/forums/ftopic116.html)
There change
Code: [Select]
http_port 3128  to
Code: [Select]
http_port 8080and if you chose to have simple proxy mode then configure your client's browser to use proxy.
set your proxy server's URL and port that is 8080  now..

BTW. I kno u r getting confused that is y u have asked this twice.. i mean this is second time.. same question but with other words. ;)
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: ozioma on June 01, 2004, 11:13:12 AM
THANK YOU I HAVE SUCCEDED IN USEING NAT/IPTABLES TO SHARE INTERNET ACCESS. I HAVE ALSO CONFIGURED SQUID AS PROXY AND IT IS WORKING

THANKS

OZIOMA
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: emmy on July 22, 2004, 08:09:23 AM
hello

can u help me out with squid configuration . i hopeto hear from u

thanks
emmy
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: Ricky on July 22, 2004, 02:09:46 PM
Quote from: "emmy"
hello

can u help me out with squid configuration . i hopeto hear from u

thanks
emmy

Kindly See that How to .. I have mentioned above... and if you get stucked then ask here.
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: hp on July 28, 2004, 01:45:56 AM
Hi, Ricky

Please help and guide me, how to define access control in squid.conf for particular setting as follow:
1. Client (user)  to cannot  access proxy server (by range ip or by individual)
2. Client can access proxy server by time schedule
3. Client can only access some site (restriction only to some site)

when i install safe squid some message coming :
proxysvr:/home/proxy/safesquid # ./install
Checking System Configuration ............
Linux System Dectected.
Checking...for root
Identity : root

Checking... for necessary shared library:
safesquid requires
        libdl.so.2 => /lib/libdl.so.2 (0x40024000)
        libz.so.1 => /lib/libz.so.1 (0x40027000)
        libclamav.so.1 => not found
        libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x40036000)
        libm.so.6 => /lib/libm.so.6 (0x40083000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x400a7000)
        libc.so.6 => /lib/libc.so.6 (0x400bc000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
The required system file for this installation is not installed
Therefore exiting.........

What i have to do for this.

Thanks,
HP
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: Ricky on July 28, 2004, 04:50:22 AM
@hp

Well all of your above questions has been replied so many times.. Kindly use either Google search for Searching the previous posts given at bottom of every page or forum search to find those post.
(google search is easy and accurate)

about safe squid..

Kindly give me the link from where u downloaded that package..

:)
Title: HOW TO COFIGURE SQUID AS A PROXY SERVER
Post by: hp on July 29, 2004, 10:01:20 AM
Hi Ricky,

My problem is solved, i have define all my requerment for user access restriction in squid conf only

Thanks
HP