LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-03-2009, 08:01 AM   #1
megalogs
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Rep: Reputation: 0
Proxy Server!


hi, i need some help installing a proxy server on my cent OS box!

what i need is so a user puts my ip and port into the proxy config (say firefox) and it can bypass a blocking system!

PLEASE HELP ME, I NEED THIS FAST!
 
Old 04-03-2009, 08:34 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by megalogs View Post
hi, i need some help installing a proxy server on my cent OS box!

what i need is so a user puts my ip and port into the proxy config (say firefox) and it can bypass a blocking system!

PLEASE HELP ME, I NEED THIS FAST!
We all volunteer our time here...don't tell us to hurry, because YOU need something.

And no matter what kind of proxy server you put in place, it's not going to bypass anything further upstream, unless you have a network route AROUND it...in which case, you wouldn't need the proxy server. Feel free to set up Squid on whatever linux system you have, but if your network admins have blocking systems in place, a proxy server won't get you around it.
 
Old 04-03-2009, 09:17 AM   #3
megalogs
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
i have a prxy ip and port number that i fund on the net used it and it gets through, its just the fact it is waayy tooo slow,

sorry for sounding soo rude in my last post

i have tried to install squid but all i get is:

Code:
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * base: mirror.sov.uk.goscomb.net
 * updates: mirror.sov.uk.goscomb.net
 * addons: mirror.sov.uk.goscomb.net
 * extras: mirror.sov.uk.goscomb.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package squid.i386 7:2.6.STABLE21-3.el5 set to be updated
--> Processing Dependency: perl(URI::URL) for package: squid
--> Finished Dependency Resolution
Error: Missing Dependency: perl(URI::URL) is needed by package squid
root@server [~]#
 
Old 04-03-2009, 09:24 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by megalogs View Post
i have a prxy ip and port number that i fund on the net used it and it gets through, its just the fact it is waayy tooo slow,

sorry for sounding soo rude in my last post

i have tried to install squid but all i get is:

Code:
Error: Missing Dependency: perl(URI::URL) is needed by package squid
Ok...so install the missing dependency..the error message is fairly clear. And you say you "fund" it on the net, and it gets through...if you're already OUT to the internet, you're out...what's the point of a proxy server on your internal network? That's just one more step to go through.
 
Old 04-03-2009, 09:26 AM   #5
megalogs
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
sorry, i meant found,
we use it al college to get onto youtube, i have found the packege at:

http://rpm.pbone.net/index.php3/stat...1.35-3.src.rpm

i am just trying to find out how to install it!
 
Old 04-03-2009, 09:34 AM   #6
megalogs
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
ah, followed the instructions found here:

http://www.uhgbug.com/index.php/2009...all-squid.html

and have it installed, i am now doing squid!
 
Old 04-03-2009, 06:53 PM   #7
megalogs
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
didn't go too well, could someone do this for me, i will supply the login info!
 
Old 04-04-2009, 11:11 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by megalogs View Post
didn't go too well, could someone do this for me, i will supply the login info!
Those people are called "Consultants", and they get PAID to do work for people. Why do you think someone is going to work for you for free, because you don't want to figure it out yourself?

And as I've said a few times, your own proxy server ISN'T going to get you past whatever blocking solutions your network admins have put in place. If you are getting to the Internet already, you're out....from there, you're probably getting another site, which lets you open pages from there...which is why its slow.
 
Old 04-04-2009, 03:46 PM   #9
officecase
Member
 
Registered: Jan 2007
Distribution: Centos, ArchLinux
Posts: 40

Rep: Reputation: 18
Try putty

You can use putty to make socks 5 connection. Then the user can browse using your computer.

Check out this page

http://thinkhole.org/wp/2006/05/10/h...im-with-putty/
 
Old 04-04-2009, 06:30 PM   #10
megalogs
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
i think i have managed to do it on my home windows computer.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
squid proxy server configuration & distribution of internet without proxy gaurav_gupta082 Linux From Scratch 2 07-31-2010 11:25 AM
Using ISA Server as Parent Proxy and want to setup Squid as dwonstream proxy tauseef1 Red Hat 1 04-09-2008 01:03 AM
howto join IRC server using proxy server in irssi? kaplis Linux - Software 2 08-01-2006 04:00 PM
configure redhat enterprise server 4 as Router and Proxy server amdattani Linux - Networking 0 06-15-2006 05:50 AM
Best info to setup a ftp server behind the proxy server. bruse Linux - Networking 1 12-14-2005 04:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration