Ask a Question related to Ubuntu, Design and Development.
-
lost_wanderer #1
Help, cable modem speeds are slooooow
I am at my wits end. I have kept ipv6 module from loading, tweaked
firefox, run sysctl -p and I have no Idea what to do. My windoze side
runs at 600 kps but my Ubuntu side would be lucky to hit 100 kbs. I have
run with firewalls up and down.
I am running a Motorola surfboard modem, Ethernet connected. Any hints or
direction
Thanks
lost_wanderer Guest
-
ubuntu 5.10 slowing down cable speeds...
Help on this one, PLEASE!! My cable caps at 6600 kb/sec. I get speeds at 1200 to 1500 kb/sec. I have modified my sysctl.conf to read: ... -
CABLE MODEM
Hello, I have just install Red Hat Linux 7.2, but cannot connect to the internet. I have a cable modem but don't know how to configure it. Can... -
switching cable modem from PC to Mac
I have a cable modem hooked up to my Windows PC and am thinking of switching to back to a Mac. What is involved in doing this? Can I use the same... -
OT - New Cable Modem
Sorry for such an off topic question, but am hoping someone can help. We just got high speed connection through our cable company and I can not get... -
Cable modem and XP problem
I work for a Cable Company Installing Internet, the number one problem is NewDotNet, or Commonname Toolbar being installed, both are LSP's and... -
Conor #2
Re: Help, cable modem speeds are slooooow
In article <pan.2006.04.29.18.39.06.944376@primus.ca>, lost_wanderer
says...Play around with the MTU settings for the ethernet connection.> I am at my wits end. I have kept ipv6 module from loading, tweaked
> firefox, run sysctl -p and I have no Idea what to do. My windoze side
> runs at 600 kps but my Ubuntu side would be lucky to hit 100 kbs. I have
> run with firewalls up and down.
> I am running a Motorola surfboard modem, Ethernet connected. Any hints or
> direction
>
--
Conor,
Same shit, different day.
Conor Guest
-
lost_wanderer #3
Re: Help, cable modem speeds are slooooow
On Sat, 29 Apr 2006 11:39:06 -0700, lost_wanderer wrote:
Well, It turns out comcast had a few "issues". After I use the command> I am at my wits end. I have kept ipv6 module from loading, tweaked
> firefox, run sysctl -p and I have no Idea what to do. My windoze side
> runs at 600 kps but my Ubuntu side would be lucky to hit 100 kbs. I have
> run with firewalls up and down.
> I am running a Motorola surfboard modem, Ethernet connected. Any hints or
> direction
>
> Thanks
"sysctl -p" I am hitting 8000 kps on a consistent basis (And comcast
wanted me to pay extra for anything over 6000 kps. Thats sticking it to
the man!). If I don't use "sysctl -p" I will only hit 1200 kps. What
gives? Should I write a script to run "sysctl -p" at startup? I should be
able to tweak config file somewhere to preclude that. I am new to Ubuntu,
use to be a Mandrake fan (or Mandrivia now). Any direction would be
appreciated
lost_wanderer Guest
-
Michael B. Trausch #4
Re: Help, cable modem speeds are slooooow
lost_wanderer wrote in <pan.2006.04.30.15.21.02.62416@primus.ca> on Sun
April 30 2006 11:21:
Depends. What is it in /etc/sysctl.conf that made the drastic change in> On Sat, 29 Apr 2006 11:39:06 -0700, lost_wanderer wrote:
>>>> I am at my wits end. I have kept ipv6 module from loading, tweaked
>> firefox, run sysctl -p and I have no Idea what to do. My windoze side
>> runs at 600 kps but my Ubuntu side would be lucky to hit 100 kbs. I have
>> run with firewalls up and down.
>> I am running a Motorola surfboard modem, Ethernet connected. Any hints
>> or direction
>>
>> Thanks
> Well, It turns out comcast had a few "issues". After I use the command
> "sysctl -p" I am hitting 8000 kps on a consistent basis (And comcast
> wanted me to pay extra for anything over 6000 kps. Thats sticking it to
> the man!). If I don't use "sysctl -p" I will only hit 1200 kps. What
> gives? Should I write a script to run "sysctl -p" at startup? I should be
> able to tweak config file somewhere to preclude that. I am new to Ubuntu,
> use to be a Mandrake fan (or Mandrivia now). Any direction would be
> appreciated
your behavior? (running 'sysctl -p' with no parameters, by default loads
the file /etc/sysctl.conf and configures the kernel appropriately.)
- Mike
Michael B. Trausch Guest
-
lost_wanderer #5
Re: Help, cable modem speeds are slooooow
On Sun, 30 Apr 2006 16:06:03 -0400, Michael B. Trausch wrote:
Now I am really stumped, this is my sysctl.conf:> lost_wanderer wrote in <pan.2006.04.30.15.21.02.62416@primus.ca> on Sun
> April 30 2006 11:21:
>>>> On Sat, 29 Apr 2006 11:39:06 -0700, lost_wanderer wrote:
>>>>>>> I am at my wits end. I have kept ipv6 module from loading, tweaked
>>> firefox, run sysctl -p and I have no Idea what to do. My windoze side
>>> runs at 600 kps but my Ubuntu side would be lucky to hit 100 kbs. I have
>>> run with firewalls up and down.
>>> I am running a Motorola surfboard modem, Ethernet connected. Any hints
>>> or direction
>>>
>>> Thanks
>> Well, It turns out comcast had a few "issues". After I use the command
>> "sysctl -p" I am hitting 8000 kps on a consistent basis (And comcast
>> wanted me to pay extra for anything over 6000 kps. Thats sticking it to
>> the man!). If I don't use "sysctl -p" I will only hit 1200 kps. What
>> gives? Should I write a script to run "sysctl -p" at startup? I should be
>> able to tweak config file somewhere to preclude that. I am new to Ubuntu,
>> use to be a Mandrake fan (or Mandrivia now). Any direction would be
>> appreciated
> Depends. What is it in /etc/sysctl.conf that made the drastic change in
> your behavior? (running 'sysctl -p' with no parameters, by default loads
> the file /etc/sysctl.conf and configures the kernel appropriately.)
>
> - Mike
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# increase linux autotuning TCP buffer limits
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# don't cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
# recommended to increase this for 1000 BT or higher
net.core.netdev_max_backlog = 2500
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_sack =1
net.ipv4.tcp_window_scaling = 1
nothing unusual here. Anywhere else I can look? Your right. Something
is setting my speeds to a default speed. But what config file is it?
Should sysctrl.conf be loading on startup?
Mike (yes, there's a lot of us)
lost_wanderer Guest



Reply With Quote

