Network Troublshooting > General Networking Support in Linux

How to speed up my internet connetion of 64kbps with 50 syst

(1/2) > >>

segun1ng:
AM USING A VSAT LINK 64KBPS DOWNLINK AND 128KBPS UPLINK WITH A LINUX PROXY SERVER AND 50 WINDOWS WORKSTATIONS, HOW DO I SPEED UP MY BROWSING USING THIS LINK.

Ricky:
Just use squid with cache enabled..

Also if you are using squid.. then you can do some tweaks to improve its performance.

segun1ng:
How do I twick my squid... ? I need to know .. Thanks.

Ricky:
Here i am giving some tweak techniques .. Hope will help you!!!

1. Give your cache a separate partition. Make that partition reiserfs.. As reiserfs is best to deal with the small file (b'coz squid has to use several thousands of small files).
2. Increase RAM of your Server to 512 MB or more.. Now.. now in your squid.conf file  change
(Change the following lines only if you have 512 MB Ram)

--- Code: ---cache_mem 384
--- End code ---
 
If you have 256 RAM then u can give 128 instead of 384.
3. Add the following lines in your squid.conf
--- Code: ---half_closed_clients off
maximum_object_size 8192

--- End code ---
You can use greater value in maximum_object_size if you are having a good amount of memory for cache.
4. Also in your squid.conf add the following line..
--- Code: ---cache_store_log none
--- End code ---

The above are few changes which will surely affect your browsing experience..

Ricky:
Also use about 20 gb or more disk parttion to be used as cache..

I am assuming that u have a processor with the speed more than 1 Ghz.

Navigation

[0] Message Index

[#] Next page

Go to full version