Koozali.org: home of the SME Server

Sme (Squid) + Satellite Link

volipind

Sme (Squid) + Satellite Link
« on: September 29, 2004, 07:41:33 PM »
I m using a bi-satellite link with a gilat satellite router and few pc's of my lan; i want increse the surf speed then installed sme+squid,but the user navigation is slow than the past;
without sme,in the browser option i specify use proxy aaa.bbb.ccc.ddd port 9877 (the ip adress of gilat router).
whith sme running if i specify in the browser tab the adress xxx.yyy.jjj.kkk 3128 (the ip of my sme) the speed navigation is very slow,i can correct this only specyfing aaa.bbb.ccc.ddd port 9877,but in this way the cache won't be used/updated;here's my squid conf:

ache_peer aaa.bbb.ccc.ddd parent 9877 7 no-query default
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localsrc src 127.0.0.1 192.168.0.0/255.255.255.0 192.168.0.0/255.255.255.0
acl localdst dst 127.0.0.1 192.168.0.0/255.255.255.0 192.168.0.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 21 70 80 81 119 210 443 563 980 1024-65535
acl CONNECT method CONNECT
acl webdav method PROPFIND TRACE PURGE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
append_domain .sme.local
cache_mgr admin@sme.local
ftp_user nobody@sme.local
http_access allow manager localsrc
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localsrc
http_access deny all

httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
icp_access allow all
miss_access allow all

store_avg_object_size 3 KB
always_direct allow webdav
always_direct allow localdst
always_direct deny all
never_direct deny localdst
never_direct allow all


Any Clues??Thanks to ALL