No. That bandwidth value is used only for multilink load balancing and in any way for traffic limitation. And at rates to 10Mbit/s precise balancing becomes somewhat complicated any way.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
although it's in Russian, I hope you can read it :)
There the author was definitely hitting the kernel limit of 10mbit/s imposed by ng_ppp when using PPPoE.
So you're saying that if I'm not going to use traffic limiting on the MPD box, then I'm fine? I can use DSLAMs & other FreeBSD servers (not using ng_ppp) for that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Should I repeat again? Fine! ng_ppp node does not limit traffic bandwidth. Period. Unless you are using multilink this option and this maximal value are simply not existing for you. You may limit bandwidth even at higher levels using FreeBSD, but by using other means: ng_car, dummynet, ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It says in FreeBSD kernel source file /usr/src/sys/netgraph/ng_ppp.h
Does this mean that ADSL2+ max bandwidth would be artificially limited to 10 mbit/s? :(
Last edit: rihad 2013-11-12
No. That bandwidth value is used only for multilink load balancing and in any way for traffic limitation. And at rates to 10Mbit/s precise balancing becomes somewhat complicated any way.
Hi, Alexander, the problem was described here in 2008: http://www.opennet.ru/openforum/vsluhforumID1/78907.html
although it's in Russian, I hope you can read it :)
There the author was definitely hitting the kernel limit of 10mbit/s imposed by ng_ppp when using PPPoE.
So you're saying that if I'm not going to use traffic limiting on the MPD box, then I'm fine? I can use DSLAMs & other FreeBSD servers (not using ng_ppp) for that.
Should I repeat again? Fine! ng_ppp node does not limit traffic bandwidth. Period. Unless you are using multilink this option and this maximal value are simply not existing for you. You may limit bandwidth even at higher levels using FreeBSD, but by using other means: ng_car, dummynet, ...
Thanks. But what about these bandwidth settings that I never configured?
Are they in effect?
They are used for multilink balancing. Nothing else.
Ok, thanks, Alexander.