Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
8290 Posts | 2261 Topics | 6262 Members
The LinuxSolved.com GNU/Linux User Communit - Forum
You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
Show Posts
|
|
Pages: [1]
|
|
1
|
Network Troublshooting / Linux Proxy Server Support / squid proxy server not function
|
on: March 02, 2007, 05:29:35 AM
|
|
The Squid server is OK now and clients PC can go to Internet through this Gateway...
I just want to share with you all, squid will fail to start if we don't give our server a hostname. We can set this with the visible_hostname parameter.
# I just add in the /etc/squid/squid.conf File with this line:
visible_hostname xyz
and it solved my problem.
However, thank you for both of you and "Linux Home Networking"...
|
|
|
|
|
2
|
Network Troublshooting / Linux Proxy Server Support / squid proxy server not function
|
on: February 28, 2007, 06:36:30 PM
|
|
Squid is running : SUSESRV:~ # rcsquid status Checking for WWW-proxy squid running
Also, I'm using port 8080 for both Squid and client browser.
OR.... Is that the problem because of this WARNING message ? "Warning: /var/run/squid.pid exists !"
SUSESRV:~ # rcsquid restart Shutting down WWW-proxy squid - wait a minute or two... ................... ......................................... done Starting WWW-proxy squid - Warning: /var/run/squid.pid exists ! done SUSESRV:~ #
Thanks.
|
|
|
|
|
3
|
Network Troublshooting / Linux Proxy Server Support / squid proxy server not function
|
on: February 27, 2007, 08:48:40 PM
|
|
Thank you to both of you...
For your information, it response when I ping to both DNS IP server and already given the proxy server ip and port to clients Internet Browser.
Also, it work when I give the entries of DNS servers in Windows and browse without squid.
By the way, how to configured our browser to use squid properly other than to add proxy server ip and port to clients Internet Browser?
Thank you.
|
|
|
|
|
5
|
Network Troublshooting / Linux Proxy Server Support / squid proxy server not function
|
on: February 26, 2007, 06:36:08 PM
|
|
Hi,
I'm trying to configure squid proxy using SuSE 10.2 and follow step-by-step tutorial in this forum with a small cahnges in squid.conf as below:
http_port 8080 #Default: # cache_mem 8 MB #Default: # cache_dir ufs /var/cache/squid 100 16 256 acl S4 src 192.168.3.4/32 # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS http_access allow S4
Everything look ok when run from terminal program....
SUSESRV:~ # rcsquid restart Shutting down WWW-proxy squid - Warning: squid not running ! done Starting WWW-proxy squid done SUSESRV:~ # rcsquid status Checking for WWW-proxy squid running SUSESRV:~ # rcsquid restart Shutting down WWW-proxy squid - wait a minute or two... ................... ......................................... done Starting WWW-proxy squid - Warning: /var/run/squid.pid exists ! done SUSESRV:~ #
The problem is, when I try to connect from client PC through this server, the squid proxy does not function properly. What I means is, client cannot go through the internet with the error "Cannot display the webpage"
Pls anyone to help me. Thanks
|
|
|
|
|
7
|
Network Troublshooting / Linux Proxy Server Support / failed while creating cache_dir !
|
on: February 20, 2007, 07:12:02 AM
|
|
Hi,
I'm using SuSE 10.2 and trying to run Proxy server with squid.
Unfortunately, I found this error when trying to start squid service.
SUSEsrv:~ # /sbin/service squid start Starting WWW-proxy squid (/cache) - failed while creating cache_dir ! failed
Kindly advise asap.
Thank you and regards
|
|
|
|
|
|
|
Loading...