|
|
After my whinges about the Netgear DGN1000 firmware I was contected by a member of staff at Orange with an offer to send me a BrightBox.
I took up the offer and here are my notes on the experience.
I am very happy with the BrightBox.
Positive - Very well put together piece of kit.
- My wife's vista laptop had no trouble connecting to it.
- Signal is better my HTC Desire connects over the whole house with no NOT spots.
Negative - Power brick could have done with wires coming out of the bottom, my multi way extension lead sits against the wall under the desk, it now has to be spaced away from the wall. (Minor)
- MTU maximum is 1492, I thought that we should all be using 1500 as this is the BT standard, whom Orange use for their network AFAIK. Using ping to determine the largest packet size which did not fragment (search for "MTU Ping Test") I set it to 1488.
- Can't set up a static IP Address for a device unless it is connected. Not very green or good for equipment to be fired up just to set it's IP Address. Also you can't change the device name ok for PCs but my PS3 shows up as "unknown".
- Maximum number of static addresses is 8. In our house we have 6 PCs, 3 games consoles and 3 smart phones. I like to give each a fixed IP Address so that I can get better network performance by editing the hosts file. (Static IP Address is more or less compulsary for some brands of Wireless printer, becuase of poorly written drivers).
- Can't send the logs via email (nightly).
- Can't set up remote access to the router (maybe for the best as this opens up a security risk if admin password not changed)
To Do - Try out the USB sharing.
- Try to set up MAC Address filtering. Does it apply to all connections or just wireless. If all connections then this can be a real pain in the preverbial as it is very easy to "lock your self out" requiring a restore to defaults.
- Try to setup Multiple SSIDs This feature looks very interesting, need to investigate further. I currently have an old linksys cable router running dd-wrt to generate my "Guest" WiFi network, hopefully I should be able to retire this.
- Investigate effects of Traffic Shaping by Orange.
Well done Orange for taking note of what your customers are saying.
|
|
|
|
Is there any benefit using the Orange Bright box over the DG834G?
|
|
|
|
Most definately.
From a wired (Ethernet) PC
With the DG834G V2 my download speed was limited to 8mbps, even though it synced at nearly 20mbps.
With the BrightBox my download speed is 20mbps.
|
|
Register (or login) on our website and you will not see this ad.
|
|
|
Yes, it looks mostly good, but ...
Find that wireless strength is very variable over time. From upstairs it varies from 1 to 4 bars within secs. Never experienced this with DG834GT which was steady 3 to 4 bars.
It is bad that they hardcoded MTU max to 1492. It clashes with my XP setting of 1500 which was tuned to my DG834GT in conjunction with the BT WBC connection.
Further Negative: Can't tweak NM unlike DG834Gv4 & DG834GT.
Fancy continuing to use the DG834G V2 all this time! It is an ADSL1 only router. No wonder your download speed was limited to 8 Meg. Of course that is no competition for the BrightBox, but the DG834Gv4 & DG834GT most certainly are.
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
|
Ok. Was just considering if it was worth trying to get Orange to replace the DGN1000. Don't think its worth the hassle in my case as my line is adsl max and the DGN834G v3 works very well.
|
|
|
You & OP ought to swap your DGN834G's  . Yours does have an ADSL2+ modem!
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
haha
|
|
|
Fancy continuing to use the DG834G V2 all this time! It is an ADSL1 only router. No wonder your download speed was limited to 8 Meg. Of course that is no competition for the BrightBox, but the DG834Gv4 & DG834GT most certainly are.
Only migrated from Demon at the end of January, with them I was still on ADSLMax so no need for and ADSL2+ modem.
|
|
|
But invalid to compare a V2 with a BrightBox, viz: Most definately.
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
But invalid to compare a V2 with a BrightBox, viz:Most definately. Agreed it is not a fair comparison from the speed perspective.
But all the other factors are relevant.
|
|
|
Yes, it looks mostly good, but ...
Find that wireless strength is very variable over time. From upstairs it varies from 1 to 4 bars within secs. Never experienced this with DG834GT which was steady 3 to 4 bars.
It is bad that they hardcoded MTU max to 1492. It clashes with my XP setting of 1500 which was tuned to my DG834GT in conjunction with the BT WBC connection.
Further Negative: Can't tweak NM unlike DG834Gv4 & DG834GT.
Fancy continuing to use the DG834G V2 all this time! It is an ADSL1 only router. No wonder your download speed was limited to 8 Meg. Of course that is no competition for the BrightBox, but the DG834Gv4 & DG834GT most certainly are.
Hi there. I am working on hacking the Bright Box, slowly but surely. Having backed up ALL the /www/ folder, using serial console, I can tell you that a search for the string "1492" returned this, if it's any help to a javascript expert:
| Text | 1
23
45
67
89
1011
1213
1415
1617
1819
2021
2223
| matt@matt-Aspire-X3950:~/Desktop/Bright Box/www$ strings -f * | grep "1492"
atmint1.htm: if (f.ATM_Protocol.value==4 && parseInt(f.pppoe_mtu.value,10)>1492) // adjust MTU to maximum valid valueatmint1.htm: f.pppoe_mtu.value=1492;
atmint1.htm: if (f.ATM_Protocol.value==4 && parseInt(f.pppoe_mtu.value,10)>1492) // adjust MTU to maximum valid valueatmint1.htm: f.pppoe_mtu.value=1492;
atmint1.htm: if(isNValidNum(f.pppoe_mtu.value)||(parseInt(f.pppoe_mtu.value,10)>1492)||(parseInt(f.pppoe_mtu.value,10)<576)){atmint1.htm: if(isNValidNum(f.pppoe_mtu.value)||(parseInt(f.pppoe_mtu.value,10)>1492)||(parseInt(f.pppoe_mtu.value,10)<576)){
atmint1.htm: f.pppoe_mtu.value="1492";atmint1.htm: <td class="tdText"><input NAME="pppoe_mtu" TYPE="text" VALUE="1492" maxlength=4 size=4 class=txt1></td>
atmint.htm: if (document.BRNTForm.ATM_Protocol.value==4 && document.BRNTForm.pppoe_mtu.value>1492) // adjust MTU to maximum valid valueatmint.htm: document.BRNTForm.pppoe_mtu.value=1492;
atmint.htm: if(isNValidNum(f.pppoe_mtu.value)||(f.pppoe_mtu.value>1492)||(f.pppoe_mtu.value<576)){atmint.htm: if(isNValidNum(f.pppoe_mtu.value)||(f.pppoe_mtu.value>1492)||(f.pppoe_mtu.value<576)){
atmint.htm: f.pppoe_mtu.value="1492";atmint.htm: <td class="tdText"><input NAME="pppoe_mtu" TYPE="text" VALUE="1492" maxlength=4 size=4 class=txt1></td>
atmpvc.htm: if (f.ATM_Protocol.value==4 && parseInt(f.pppoe_mtu.value,10)>1492) // adjust MTU to maximum valid valueatmpvc.htm: f.pppoe_mtu.value="1492";
atmpvc.htm: if (f.ATM_Protocol.value==4 && parseInt(f.pppoe_mtu.value,10)>1492) // adjust MTU to maximum valid valueatmpvc.htm: f.pppoe_mtu.value=1492;
atmpvc.htm: if(isNValidNum(f.pppoe_mtu.value)||(parseInt(f.pppoe_mtu.value,10)>1492)||(parseInt(f.pppoe_mtu.value,10)<576)){atmpvc.htm: if(isNValidNum(f.pppoe_mtu.value)||(parseInt(f.pppoe_mtu.value,10)>1492)||(parseInt(f.pppoe_mtu.value,10)<576)){
atmpvc.htm: f.pppoe_mtu.value="1492";atmpvc.htm: <td class="tdText"><input NAME="pppoe_mtu" TYPE="text" VALUE="1492" maxlength=4 size=4 class=txt1></td> |
|
|
|
Interesting!
Such code (looks much like C to me) is to be expected.
Good luck! Would be interested to know how I can get into it.
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
Interesting!
Such code (looks much like C to me) is to be expected.
Good luck! Would be interested to know how I can get into it.
I've cracked it! You can now set the MTU to a value of 1500 (or more? Not sure how high MTU is supposed to go). I am currently uploading my screencast to YouTube; you'll need Firefox installed, and the Firefox plugin "Live HTTP headers".
Here is how you do it... EASY:
Orange "Bright Box" router: How to increase your ADSL MTU *beyond* the fixed 1492 value
Edited by glossywhite (Tue 07-Feb-12 22:24:20)
|
|
|
Very clever!
I was after a more general way of getting into it. Do you have any standard way of accessing it like TELNET?
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
Very clever!
I was after a more general way of getting into it. Do you have any standard way of accessing it like TELNET?
"More general"? You can only telnet into it, once you have launched "telnetd", using the serial pin header, on the board. Telnet does not launch on boot. I am sure I will find a way round, though.
What I have shown you is far easier...
|
|
|
You can only telnet into it, once you have launched "telnetd", using the serial pin header, on the board Let me understand this? You are saying that you would need to 1st launch a TELNET listener/daemon within the BrightBox and you do this by making some physical/electrical connection to some hardware on its PCB?
Forgive me, but we are not all familiar with the innards of electronic contraptions. It's out of my scope; I would prefer to handle it by software.
Yes, what you showed us is good and easy, but it only fulfils 1 specific purpose.
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
You can only telnet into it, once you have launched "telnetd", using the serial pin header, on the board Let me understand this? You are saying that you would need to 1st launch a TELNET listener/daemon within the BrightBox and you do this by making some physical/electrical connection to some hardware on its PCB?
Forgive me, but we are not all familiar with the innards of electronic contraptions. It's out of my scope; I would prefer to handle it by software.
Yes, what you showed us is good and easy, but it only fulfils 1 specific purpose.
I made the video to address the specific complaint of someone not being allowed to change the MTU higher than 1492. I didn't specify or intend to address anything else tonight. I don't expect everyone to know how to serial into a router.
If there are any complaints regarding the functions of the hardware, maybe they'd be better addressed by Orange themselves. I take my own free time out to do this, and nothing can be expected of me, as much as I love doing it, and helping in the process. When I know, you'll know. You could always try and learn, if you want faster results (and yes, I know it's a steep learning curve).
If there is anything else you need help with, please write a list, and I'll see what I can work out.
Edited by glossywhite (Tue 07-Feb-12 23:08:03)
|
|
|
It seems I asked too much, but I did not intend to place any expectations upon you.
All I am interested in is whether the BrightBox is capable of something like Netgear DG834GT's TELNET/BusyBox CLI so I can just play around with it.
1999: Freeserve 48K Dial-Up => 2005: Wanadoo 1 Meg BB => 2007: Orange 2 Meg BB => 2008: Orange 8 Meg LLU => 2010: Orange 16 Meg LLU => 2011: Orange 19 Meg WBC
|
|
|
It seems I asked too much, but I did not intend to place any expectations upon you.
All I am interested in is whether the BrightBox is capable of something like Netgear DG834GT's TELNET/BusyBox CLI so I can just play around with it.
It has busybox & telnet, yes. You just cannot use them from the outside world (yet) until you activate telnetd via serial. You'll find most Linux-based routers have busybox.
Edited by glossywhite (Wed 08-Feb-12 00:16:58)
|