This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dizzy Surf Protection

Thanks to God that I am not the only one who suffer from Surf Protection. I can see that the forum is filled with complains about it.

I post many questions here but still not solved.

I have 10 PCs that is connected to Internet via Satellite,
Their IP range is   10.0.0.x           INTERNAL
Satelitte side is     10.254.101.x   EXTERNAL

Mode: Transparent
Log: Access Log
Anonymity: None

Allowed network   INTERNAL
Skip empty

Caching: Enable
Block CONNECT: Enable
Allowed Targets: .... SQUID

When I enable the cobion filter: "Categories, Virus Protection, SpyWares"

The pages takes about 2 min to come.

Please, help me to solve this dizzy issue.


This thread was automatically locked due to age.
  • Do you know how to make a tcpdump on console?
    Type in 'dev-install.sh' to install tcpdump and some other tools.
    The command is: 
    'tcpdump -i  -nn -s 0 -w /tmp/port6000.cap port 6000'

    Now you can download the file /tmp/port6000.cap using SCP. Open it with "Ethereal" for example.
    The request is not clear text but you should see something like that, when you click "Follow TCP Stream" with right mouse button:

     Code:
     
    
    GET /?cid=80 HTTP/1.0
    Content-length: 48
    hz..h.
    ..R............7.K..q.tE..'...~.`G)....h.HTTP/1.0 200 OK
    Server: FilterServer
    Content-Length: 64
    ...Qw.{..K
    .b..@..L5.H..;.q;'>H.@*...O.3.....?..J...-.
    ...



    Xeno
  • Xeno, please look at thread below re Cobion I posted, this is regarding Ali's problem.