Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Squid configuration
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
whitenoise
Tux's lil' helper
Tux's lil' helper


Joined: 24 May 2002
Posts: 88
Location: Genoa , Italy

PostPosted: Thu Jun 06, 2002 10:17 am    Post subject: Squid configuration Reply with quote

I have configured my linux server to become a proxy server for my small network. My server must use another proxy to exit to internet.
How can I configurte SQUID to use the external proxy to go out?

Now, if I use konqueror on a client he told me that he can't resolve address for (example!) www.gentoo.org
_________________
Gentoo Linux running on TyanMPX, 2* 1600+ AthlonMP, 4*256 Mb Crucial Registered DDR, Adaptec 29160, 2*18GB Fujitsu SCSI 10krpm, Nvidia geforce, SB Live!, 3com905TX, Zyxel 645R.
Back to top
View user's profile Send private message
leej
Apprentice
Apprentice


Joined: 18 May 2002
Posts: 280

PostPosted: Thu Jun 06, 2002 10:49 am    Post subject: Reply with quote

I haven't used Squid for a long time but the docs reveal you have to do something like this in your squid.conf:

Quote:

cache_peer hostname parent http_port icp_port login=user:password


Where:
hostname: name of your ISPs proxy
http_port: the http port number the proxy uses to receive proxy requests
icp_port: the icp port number your ISP proxy uses to receive proxy request
(if your ISP proxy doesn't support icp queries then set this to '7')

If your ISP proxy requires a login then put this info in
Quote:

'login=user:password'


Example:

Code:

cache_peer http://proxy.myprovider.com parent 3128 3130
login=mylogin:mypassword


A page I have bookmarked from a while ago might be useful:

http://squid.visolve.com/squid24s1/neighbour.htm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum