Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Fiber Optic

 
   FreeBSD Hosting (Home) -> FreeBSD Handbook RSS
Next:  Ports and packages  
Author Message
donnie

External


Since: Mar 03, 2006
Posts: 4



(Msg. 1) Posted: Fri Mar 03, 2006 1:40 am
Post subject: Fiber Optic
Archived from groups: comp>unix>bsd>freebsd>misc (more info?)

I have Verizon fiber optic. When it was installed, I was only getting
half of the advertized speed. I ran TCPOpitmizer on 3 w2k boxes to
get the top speed. Of course, that won't work on FreeBSD. I looked
at the FreeBSD Handbook and the closest thing I could find was the
chapter on PPPoE but it only mentions dialup and some 3com modem.
What do I have to do to get the same speed on BSD? There is no modem
on Fiber, just a router. It's a DLink if that matters.

 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
Withinavoid

External


Since: Mar 03, 2006
Posts: 1



(Msg. 2) Posted: Fri Mar 03, 2006 5:43 am
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2006-03-02 18:40:46 -0700, donnie said:

> I have Verizon fiber optic. When it was installed, I was only getting
> half of the advertized speed. I ran TCPOpitmizer on 3 w2k boxes to
> get the top speed. Of course, that won't work on FreeBSD. I looked
> at the FreeBSD Handbook and the closest thing I could find was the
> chapter on PPPoE but it only mentions dialup and some 3com modem.
> What do I have to do to get the same speed on BSD? There is no modem
> on Fiber, just a router. It's a DLink if that matters.

I believe this may be somewhat the same as Mac OSX. Perhaps try some
of the following:

$ sudo sysctl net.inet.tcp.sendspace
net.inet.tcp.sendspace: 32768
$ sudo sysctl net.inet.tcp.recvspace
net.inet.tcp.recvspace: 32768
$ sudo sysctl kern.ipc.maxsockbuf
kern.ipc.maxsockbuf: 262144
$ sudo sysctl net.inet.tcp.delayed_ack
net.inet.tcp.delayed_ack: 1

Not sure how best to tweak those values but you can try using the same
as your windows boxes or some trial and error. Add them to
/etc/sysctl.conf to make permanent.

 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
jpd

External


Since: Jan 17, 2005
Posts: 60



(Msg. 3) Posted: Fri Mar 03, 2006 1:16 pm
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Begin
On 2006-03-03, donnie wrote:
> I have Verizon fiber optic. When it was installed, I was only getting
> half of the advertized speed. I ran TCPOpitmizer on 3 w2k boxes to
> get the top speed. Of course, that won't work on FreeBSD.

I don't know what tcpoptimizer is or does, but I find its necessity...
interesting. I'd like to know why you need it in the first place.

On a more practical note, have you tried to run the verizon link with
FreeBSD and did you find you could only get half its advertised speed?


> There is no modem on Fiber, just a router. It's a DLink if that
> matters.

I don't know if that matters, but you could try and eliminate it from
the chain, if possible, and see if that improves matters.

Usually you tinker with this on the machines closest to the link, not
with the entire lan behind it. This is why you've only found references
for tuning PPPoE and the like -- for the usual setup FreeBSD is already
tuned fairly well. In fact, it sounds to me like your tcpoptimizer
isn't working around limitations in the link, but in the ``router''.
Confirming this, or not, is up to you.


--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.
 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
Michael Sierchio

External


Since: Nov 05, 2005
Posts: 5



(Msg. 4) Posted: Fri Mar 03, 2006 1:16 pm
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You may find this interesting:

http://nitro.ucsc.edu/

There are several other such servers out there. It can provide
some good guidance on whether your connection is buffer-limited
(on the end host) or congestion constrained, etc.

You can also put together an instrumented Linux kernel on a box
somewhere and test this more locally.

--
Do not send me email replies -- this is a honeypot
address for spam.
 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
donnie

External


Since: Mar 03, 2006
Posts: 4



(Msg. 5) Posted: Fri Mar 03, 2006 10:09 pm
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

>I don't know what tcpoptimizer is or does, but I find its necessity...
>interesting. I'd like to know why you need it in the first place.
>
>On a more practical note, have you tried to run the verizon link with
>FreeBSD and did you find you could only get half its advertised speed?
>
>
>> There is no modem on Fiber, just a router. It's a DLink if that
>> matters.
>
>I don't know if that matters, but you could try and eliminate it from
>the chain, if possible, and see if that improves matters.
>
>Usually you tinker with this on the machines closest to the link, not
>with the entire lan behind it. This is why you've only found references
>for tuning PPPoE and the like -- for the usual setup FreeBSD is already
>tuned fairly well. In fact, it sounds to me like your tcpoptimizer
>isn't working around limitations in the link, but in the ``router''.
>Confirming this, or not, is up to you.
#########################################
TCPOptimizer changed a lot of registry values in variious folders,
Tcpip. ICSharing, InternetSettings, NdisWAN and LanMan along w/ some
other settings. I'm not sure why it was needed but my guess is that
every machine can't automatically be configured to have the best
performance possible. It could be that it was working around the
router limitations but after all, it's verizon's router. They
supplied it so I'm not going to bother bypassing it even as a test. I
happened to see one of the installers in a pizzeria and told him what
I had to do. He made a note of the program and was going to use it on
his own connection. I even told Verizon, themselves.
I used bandwidthplace.com for the test. I'll install sudo and try
that and I'll look at that other site that was mentionend in one of
the responses.
 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
jpd

External


Since: Jan 17, 2005
Posts: 60



(Msg. 6) Posted: Sat Mar 04, 2006 10:51 am
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Begin
On 2006-03-03, donnie wrote:
[complete quote, attribution missing]
> #########################################

Don't do that.


[snip]
> It could be that it was working around the router limitations but
> after all, it's verizon's router. They supplied it so I'm not going to
> bother bypassing it even as a test.

Refusing to gather data in glaring absence of same means all you end
up doing is waving chickens and easter egging. That is not helpful
towards getting a handle on the the real nature of the problem. It is
inefficient enough to count as wasting time.


--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.
 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
donnie

External


Since: Mar 03, 2006
Posts: 4



(Msg. 7) Posted: Sat Mar 04, 2006 11:46 pm
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 4 Mar 2006 10:51:08 GMT, jpd
wrote:

>Don't do that.
#################################
Don't do what? There were a few things listed. Which one?
 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
donnie

External


Since: Mar 03, 2006
Posts: 4



(Msg. 8) Posted: Sat Mar 11, 2006 12:47 am
Post subject: Re: Fiber Optic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ok, I found something on enabling polling which is supposed to tune
the nic in some way. One thing was compiling polling in the kernel
and the other was enabling it after the PC is booted. I tried that by
running ifconfig fxp0 polling and ifconfig fxp0 ether. I seem to
lose the DHCP address after I run that.
I also tried to enable it in the kernel permantely by using sysctl
kern.polling.enable=1 However, that gave me an error.
Any ideas?
 >> Stay informed about: Fiber Optic 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Installation & fdisk partitioning (slices) - I picked up a copy of the "FreeBSD Handbook 2nd Ed" the other day, it came with a installation disk for version 5.1 Current and that is what I am trying to install. This is my first attempt to do anything with FreeBSD. First let me describe my...

CVSup vs. portupgrade - Reading from the FreeBSD handbook on "Using the Ports Collection" leaves me a bit confused wrt CVSup and portupgrade... do these utilities accomplish the same thing? Thanks, Jay _______________________________________________..

configuring freebsd dhcp server/router to listen on device - Hello, Im trying to move away from my linksys wireless router and move onto an old Pentium 200 Mhz I have. It will be the gateway between my modem and my network. I installed isc-dhcp3 on the box and took the sample dhcp.conf file in the freebsd..

PPP - Hi! I'm french and don't understand the chapter 18.2.1.2 (Creating PPP device Nodes) in the freeBSD handbook. Precicely I don't understand what is N in the first paragraph. Is it necessary to change the tun0? I have an other question.(I'm sorry if it..

PPP - Hi!! In the FreeBSD handbook, the chapter 18.3.3 talk about the file /etc/ppp/options. I think I must create it and copy that it's written in the handbook concerning this file but I'm not sure. Xavier --------------------------------- Yahoo! Mail...
   FreeBSD Hosting (Home) -> FreeBSD Handbook All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]