LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-15-2004, 01:29 AM   #1
onnyloh
Member
 
Registered: Nov 2002
Posts: 57

Rep: Reputation: 15
slow internet for certain website.


for Linux(masquerade gateway):

telnet proxy 8080
GET http://www.comicer.com HTTP/1.0


give slow speed(it is measure in a few BYTE/s).
while
telnet proxy 8080
CONNECT www.comicer.com HTTP/1.0
<some reply>
GET / HTTP/1.0


give full speed


but for windows(masquerade client)
telnet proxy 8080
GET http://www.comicer.com HTTP/1.0
and
CONNECT www.comicer.com HTTP/1.0
<some reply>
GET / HTTP/1.0

give fast speed.

wat happen?

using firefox or mozilla will result slow speed. Usually the page will only loaded partially. But so far www.comicer.com is only 1 I found. The rest website is ok.
 
Old 10-15-2004, 03:34 AM   #2
pin_bk
Member
 
Registered: Jan 2004
Posts: 45

Rep: Reputation: 15
Don't really know what's the problem, but I use a little script which gives a priority for certain sites, that's ip addresses:

#!/bin/bash

for i in "216.239.39.99" "80.65.162.90" "80.65.78.228" "195.222.50.78" "63.247.69.155" "67.19.58.194" \ "217.26.67.165" "207.68.172.246" "207.44.250.33" "80.65.78.230" "213.166.5.212"

do
iptables -t mangle -A OUTPUT -p tcp -d "$i/255.255.255.255" -j MARK --set-mark 3
iptables -t mangle -A OUTPUT -p tcp -d "$i/255.255.255.255" -j TOS --set-tos Minimize-Delay
done

so try to put instead of these ip addresses sites that load really slow. MAybe it will help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
Problems viewing a secure website (Internet banking) matux Linux - Security 16 10-29-2004 10:14 AM
slow internet access. too slow!!! iamstinke Linux - Networking 2 01-01-2004 09:46 PM
Internet Telephony Website bongski55 Linux - General 1 09-11-2003 01:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration