User comments on ISPs
  >> EE (Everything Everywhere) and Orange


Register (or login) on our website and you will not see this ad.


Pages in this thread: 1 | 2 | 3 | 4 | 5 | (show all)   Print Thread
Standard User glossywhite
(newbie) Tue 07-Feb-12 22:29:22
Print Post

Orange Bright Box: Set the MTU value to anything you like!


[link to this post]
 
Here is how you bypass the restriction to disallow MTU values higher than 1492, that Orange placed on the "Bright Box":

http://www.youtube.com/watch?v=yKmbDiyh4_8
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 08-Feb-12 01:43:18
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
As a matter of interest, in the BB Settings section I presume you manually blanked out the BB Password?

Cuz one of my quibbles with the BrightBox is that it shows all passwords in clear, thereby making it awkward to demonstrate my other settings to someone else without giving the game away.

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
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 08-Feb-12 08:30:38
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
But can you be sure that you have allowed the router to operate with MTU > 1492 everywhere? All you have shown is that the user can input such values and that they are stored, but how do you know that the router does not restrict the MTU elsewhere in its operation, like packaging packets?

You showed earlier that the code contains 11 tests for MTU > 1492 spread over 3 files. I would expect that the field input and storage of the MTU value, which you address here, would require no more than 2 tests. So what are the other 9 tests restricting?

The only way to prove that you have successfully allowed that you can have MTU > 1492 is:
  1. With MTU at its default "max" of 1492, run ping -f -l 1472 bbc.co.uk. It should fail with "Packet needs to be fragmented but DF set."
  2. With MTU = 1500 (which is the max it can be, in case you don't know) by your method, again run ping -f -l 1472 bbc.co.uk. It should no longer fail.
FYI: The number in the ping is required MTU-28.

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


Register (or login) on our website and you will not see this ad.

Standard User glossywhite
(newbie) Wed 08-Feb-12 13:57:39
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
But can you be sure that you have allowed the router to operate with MTU > 1492 everywhere? All you have shown is that the user can input such values and that they are stored, but how do you know that the router does not restrict the MTU elsewhere in its operation, like packaging packets?

You showed earlier that the code contains 11 tests for MTU > 1492 spread over 3 files. I would expect that the field input and storage of the MTU value, which you address here, would require no more than 2 tests. So what are the other 9 tests restricting?

The only way to prove that you have successfully allowed that you can have MTU > 1492 is:
  1. With MTU at its default "max" of 1492, run ping -f -l 1472 bbc.co.uk. It should fail with "Packet needs to be fragmented but DF set."
  2. With MTU = 1500 (which is the max it can be, in case you don't know) by your method, again run ping -f -l 1472 bbc.co.uk. It should no longer fail.
FYI: The number in the ping is required MTU-28.


Hey, I only showed you how to hack the values. Here's a question: why don't you try it? I've done so, and after changing to "1500", all pings timed out (using Windows CMD... I'm an Ubuntu guy).

However, I went to http://www.speedguide.net:8080 and it correctly reports my MTU as 1500 when I set it to 1500, and 1492 when I set it to 1492.

Edited by glossywhite (Wed 08-Feb-12 14:09:47)

Standard User XRaySpeX
(eat-sleep-adslguide) Wed 08-Feb-12 14:31:56
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
I've no interest in switching browsers just for a minor experiment; easier for me to switch routers!
In reply to a post by glossywhite:
after changing to "1500", all pings timed out
They shouldn't! Then I guess you've proved your mod doesn't work. I trust you were able to translate my Windows pings to your OS.

wink I thought this was a collaboration. I provided the Theory of the MTU, which you didn't appear to know, and you provided your hardware hacking expertise.

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
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 08-Feb-12 14:42:11
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
In reply to a post by glossywhite:
after changing to "1500", all pings timed out (using Windows CMD... I'm an Ubuntu guy).
Ah, I see! On Linux ping -D -s 1472 bbc.co.uk should run OK!

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
Standard User glossywhite
(newbie) Wed 08-Feb-12 15:06:35
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
In reply to a post by glossywhite:
after changing to "1500", all pings timed out (using Windows CMD... I'm an Ubuntu guy).
Ah, I see! On Linux ping -D -s 1472 bbc.co.uk should run OK!


You guys want to change the MTU, not me. I simply showed you how to alter the HTTP post info, to change the setting. If you want something modifying in the free software/open-source world, the source is there, and you are free to do it yourself. Am I to sit here all day, working out why an MTU setting is incorrect? *I* don't care, nor do I want to change mine. You guys do, and I provided as much as I know how, thus far, to get you started.

How about I let you try it yourself, and test it at: http://www.speedguide.net:8080/



SG TCP/IP Analyzer

IP Address: 95.148.XXXXXXX (95.148.XXXXXXX)
Client OS: Linux
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0
Please Read the Analyzer FAQ if the above is not your IP address.
TCP options string = 020405b40402080a0019424f0000000001030307
MTU = 1500
MTU is fully optimized for broadband.
MSS = 1460
Maximum useful data in each packet = 1448, which is less than MSS because of Timestamps, or other TCP/IP options used.
Default TCP Receive Window (RWIN) = 14720
RWIN Scaling (RFC1323) = 7 bits (scale factor: 2^7=128)
Unscaled TCP Receive Window = 115

Under many Linux distributions, the Analyzer only shows the Current TCP Window. FAQ
RWIN seems to be set to a very small number. If you're on a broadband connection, consider using a larger value.
For optimum performance, consider changing RWIN to a multiple of MSS.
Other RWIN values that might work well with your current MTU/MSS:
64240 (up to 2 Mbit lines, depending on latency. MSS * 44)
128480 (1-5 Mbit lines, depending on latency. MSS * 44 * 2)
256960 (2-14 Mbit lines, depending on latency. MSS * 44 * 2^2)
513920 (8-30 Mbit lines, depending on latency. MSS * 44 * 2^3)
1027840 (25-60 Mbit lines depending on latency. MSS * 44 * 2^4)
bandwidth * delay product (Note this is not a speed test):

Your TCP Window limits you to: 589 kbps (74 KBytes/s) @ 200ms
Your TCP Window limits you to: 236 kbps (29 KBytes/s) @ 500ms
Consider increasing your RWIN value to optimize TCP/IP for broadband.
MTU Discovery (RFC1191) = ON
Time to live left = 47 hops
TTL value is ok.
Timestamps (RFC1323) = ON
Note: Timestamps add 12 bytes to the TCP header of each packet, reducing the space available for useful data.
Selective Acknowledgements (RFC2018) = ON
IP type of service field (RFC1349) = 00000000 (0)


Let me ask this: Why would Orange lock the Bright Box MTU to 1492, were it meant to go higher?

Edited by glossywhite (Wed 08-Feb-12 15:14:45)

Standard User XRaySpeX
(eat-sleep-adslguide) Wed 08-Feb-12 16:21:47
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
It was you who claimed that you had cracked the restriction that MTU cannot be > 1492, both in OP of this thread and in other thread. No one asked you to; you did it out of your interest in such matters and more power to your elbow.

It is not sufficient to just be able to input and store such values, they need to take effect in all subsequent operations, particularly in view of the numerous IF MTU > 1492 tests in the code. It is also not sufficient to code something without testing it thoroughly.

All I was asking you for is to show the results of that simple ping in the 2 circumstances I outlined. This is the accepted way of measuring MTUs; see http://www.kitz.co.uk/adsl/MTU2.htm

There is no need to rely on an involved webpage. For all we know it is just making some TCP/IP request for the target system to return its MTU setting rather than measuring it explicitly.

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
Standard User glossywhite
(newbie) Wed 08-Feb-12 16:59:31
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
I seek to remove this post, as it turns out that the method used is not working... yet.


I shall update the thread, once the proper method has been tested and confirmed. How does this thread become removed? There is no report option... a weird forum layout.

Edited by glossywhite (Wed 08-Feb-12 17:12:57)

Standard User XRaySpeX
(eat-sleep-adslguide) Wed 08-Feb-12 18:14:41
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
In reply to a post by glossywhite:
How does this thread become removed?
It can't! Just because it may be technically incorrect, it does not break any forum rules. Posts may be edited and deleted by the author for up to 12 hours but that has elapsed. Sufficient that you posted a retraction here.

NP. I'm glad we are now able to agree and hope we can work together in future to get on top of this smile

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
Standard User XRaySpeX
(eat-sleep-adslguide) Fri 10-Feb-12 02:30:31
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
In reply to a post by glossywhite:
Default TCP Receive Window (RWIN) = 14720
BTW: You RWIN is extremely low! As that report says it limits you to very low effective speeds.

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
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 27-Jun-12 09:52:17
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
This hack was fallacious and was withdrawn by OP.

However, we recently discovered that later Brightboxes issued allowed MTUs up to 1500.

The Brightbox without the MTU <= 1492 restriction has these versions:
SYSTEM
Runtime Code Version: v0.09.82.0001-OT (Mon Nov 28 17:30:50 2011)
Boot Code Version: v1.00.10.0001-OT (Wed Dec 14 09:30:42 2011)
ADSL Modem Code Version: A2pD035b.d23i
Hardware Version: 01
The one that has the restriction is almost the same except for:
Boot Code Version: v1.00.09.0002-OT (Wed Nov 9 10:21:21 2011)
It looks like 1 month after releasing it, Orange realised that MTU = 1492 was not sufficient for WBC where MTU = 1500 and so started to push out ones with updated firmware. Tho' their version control looks wanting as the relevant code restricting MTU is in the Runtime.

Orange have not yet issued a firmware update for the older Brightboxes, but they tell me that they may issue an update in the future and I should await an email annoucing it. Oh, the joys of being an early adopter grin!

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
Standard User deleted
(deleted) Wed 27-Jun-12 12:43:51
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
This hack was fallacious and was withdrawn by OP.

However, we recently discovered that later Brightboxes issued allowed MTUs up to 1500.

The Brightbox without the MTU <= 1492 restriction has these versions:
SYSTEM
Runtime Code Version: v0.09.82.0001-OT (Mon Nov 28 17:30:50 2011)
Boot Code Version: v1.00.10.0001-OT (Wed Dec 14 09:30:42 2011)
ADSL Modem Code Version: A2pD035b.d23i
Hardware Version: 01
The one that has the restriction is almost the same except for:
Boot Code Version: v1.00.09.0002-OT (Wed Nov 9 10:21:21 2011)
It looks like 1 month after releasing it, Orange realised that MTU = 1492 was not sufficient for WBC where MTU = 1500 and so started to push out ones with updated firmware. Tho' their version control looks wanting as the relevant code restricting MTU is in the Runtime.

Orange have not yet issued a firmware update for the older Brightboxes, but they tell me that they may issue an update in the future and I should await an email annoucing it. Oh, the joys of being an early adopter grin!
I find update instructions for the new Orange Bright Box wireless router interesting; under Update Software page it gives the option to Update Bootloader. I think my router has the latest bootloader version: v1.00.10.0001-OT (Wed Dec 14 09:30:42 2011) will your router update to this version? smile

http://help.orange.co.uk/orangeuk/support/personal/6...
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 27-Jun-12 13:11:44
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
Sorry, I don't understand you. What Update Software page? I only have Tools -> Firmware Upgrade, which wants a local file and simply looks like this:
Firmware Upgrade
Browse to the location of the upgrade file. Then press the begin upgrade button.

File ___________________________ Browse

In reply to a post by E7er:
will your router update to this version? smile
http://help.orange.co.uk/orangeuk/support/personal/6...
What version? Where do I find it? There is no download any firmware on that Orange page.

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

Edited by XRaySpeX (Wed 27-Jun-12 13:16:22)

Standard User deleted
(deleted) Wed 27-Jun-12 14:04:33
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
Sorry, I don't understand you. What Update Software page? I only have Tools -> Firmware Upgrade, which wants a local file and simply looks like this:
Firmware Upgrade
Browse to the location of the upgrade file. Then press the begin upgrade button.

File ___________________________ Browse

In reply to a post by E7er:
will your router update to this version? smile
http://help.orange.co.uk/orangeuk/support/personal/6...
What version? Where do I find it? There is no download any firmware on that Orange page.
Yes, I found the same no firmware! But you can see from that page there is a facility to update the bootloader firmware. You will just have to wait for Orange to provide it. frown
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 27-Jun-12 14:46:25
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
In reply to a post by E7er:
you can see from that page there is a facility to update the bootloader firmware. You will just have to wait for Orange to provide it. frown
Yes, but obviously, I don't have that page, which must be in your firmware but not mine; just that simple page I sketched out.

So I'm going to have to wait for an update to the whole firmware which will contain the Bootloader firmware that you have + an amended Runtime firmware with the naughty unchanged version control. Then I should be able to see that Update Software page that you can see, but I shouldn't need to call upon it as the complete updated firmware will have already contained it grin

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
Standard User XRaySpeX
(eat-sleep-adslguide) Thu 28-Jun-12 03:42:43
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
What happens if you try set MTU to 1501?

Do you get same unsupported msg as me but with 1492 replaced by 1500?

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
Standard User deleted
(deleted) Sun 01-Jul-12 01:29:05
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
Yes, but obviously, I don't have that page, which must be in your firmware but not mine; just that simple page I sketched out.

He doesn't have "that page" in his firmware either... Just the same "simple page (you) sketched out" - I have the same newer firmware in my Brightbox - which allows me to set MTU=1500.

What 47ER is referring to is the Software Update "page" that is referenced in the link he posted... Which, to my understanding of it, is a page that is "most commonly seen after trying to return the router to factory settings using the reset button"

Just my 2p - trying to clarify!

Cheers, Moz.
Standard User deleted
(deleted) Sun 01-Jul-12 01:35:33
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
What happens if you try set MTU to 1501?

Do you get same unsupported msg as me but with 1492 replaced by 1500?

Nope, it accepts 1501... Also 1521.. Didn't try any other settings, and didn't do any testing of actuals either!

Edited by deleted (Sun 01-Jul-12 01:53:40)

Standard User XRaySpeX
(eat-sleep-adslguide) Sun 01-Jul-12 05:33:39
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
1) OIC, I thought E7er was simply using that Orange help page as an illustration on what he can see on his BrightBox.

I shan't bother trying to get to it as a) I don't want to lose my own settings and anyway b) I don't have the necessary files to feed it and that help page doesn't offer them.

2) Thanks, that's interesting! Looks like they have completely removed all restrictions on MTU in later routers. In which case you won't have the bracketed limits on Set-Up page for MTU:
MTU (576~1492) ____


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
Standard User deleted
(deleted) Sun 01-Jul-12 07:59:10
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
In which case you won't have the bracketed limits on Set-Up page for MTU:
MTU (576~1492) ____

Ha.. as if! Nope, it still has those same bracketed limits on the setup page!

Don't you just hate that... when the guy who was asked to frig (erm, I mean patch!) the firmware couldn't even be bothered to edit the GUI to reflect the change they just completed!

When Orange have finished messing with my line and the 10 day re-training period is over I will be swapping my Brightbox out for a Billion router that allows me to set the NM and the BB can commence it's life as a shelved backup in case of emergencies. smile
Standard User XRaySpeX
(eat-sleep-adslguide) Sun 01-Jul-12 13:29:30
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
LOL!

Nevertheless, aside from this MTU restriction which does not seem to cause errors, I am quite happy with the BrightBox, Thinking of writing to Orange demanding a newer one grin

I could swap in my Netgear DG834GT to tweak down to 3dB NM but BT DLM already giving me that. Are you still on 6dB?

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
Standard User deleted
(deleted) Sun 01-Jul-12 15:43:49
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
Are you still on 6dB?

6.6db now! Not wishing to hijack this thread I will post my figures in the other one.
Standard User XRaySpeX
(eat-sleep-adslguide) Sun 01-Jul-12 18:43:04
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
6.6db now almost certainly means 6dB Target NM set at sync time.

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
Standard User deleted
(deleted) Wed 04-Jul-12 21:29:47
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
6.6db now almost certainly means 6dB Target NM set at sync time.

Well.... now it's this:-

Line Status --- SHOWTIME
Link Type --- Fast Path
Operation Mode Automatic G992.5(ADSL2+)
Upstream 443 (Kbps.)
Downstream 23780 (Kbps.)
operation data...upstream...downstream
Noise Margin......33.8 dB......5.7 dB
Line Attenuation..6.7 dB......15.5 dB

Apart from the upstream capping, pretty darn good eh? smile
Standard User XRaySpeX
(eat-sleep-adslguide) Wed 04-Jul-12 23:59:00
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
Yeah! 5.7 dB in the nighttime; 6.6 dB in daylight ... no surprises there then!

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
Standard User deleted
(deleted) Thu 05-Jul-12 14:30:06
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
Yeah! 5.7 dB in the nighttime; 6.6 dB in daylight ... no surprises there then!

Understand your point re: day/night.. although how does that fit with current stats (2:30pm)?:-

Line Status --- SHOWTIME
Link Type --- Fast Path
Operation Mode Automatic G992.5(ADSL2+)
Upstream 443 (Kbps.)
Downstream 24382 (Kbps.)
operation data...upstream...downstream
Noise Margin......34.5 dB.....4.4 dB
Line Attenuation..6.8 dB......16.0 dB

Downstream just keeps on improving! smile

EDIT: Typo!

Edited by deleted (Thu 05-Jul-12 14:46:27)

Standard User XRaySpeX
(eat-sleep-adslguide) Thu 05-Jul-12 14:53:39
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
Has it resynced since last night?

Maybe DLM is trying to put you on Target NM of 3 DB (which I'm on).

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
Standard User deleted
(deleted) Thu 12-Jul-12 08:02:27
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
Has it resynced since last night?

Maybe DLM is trying to put you on Target NM of 3 DB (which I'm on).

Sorry for the late reply, been away for a few days..

I have never seen the modem re-sync by itself - going by the connected uptime and the system log. Indeed, having just been away for 6 days, according to the uptime and log the modem has never re-synced once in that time!
The stats either change dynamically or the "Broadband state" stays at "Connected" but the "Internet state" goes to "Disconnected" - whereupon I have to manually reboot the modem in order to regain Internet connectivity. This might be a bug in the Brightbox firmware? (@Gavin/UKDoc for comment?)
Agreed, the DLM must now have set the target NM to 3db given this morning's figures:-
Operation Mode Automatic G992.5(ADSL2+)
Upstream 443 (Kbps.)
Downstream 24382 (Kbps.)
operation data...upstream...downstream
Noise Margin......33.1 dB.....3.2 dB
Line Attenuation..6.7 dB......16.0 dB

I'm also very aware that my upstream NM is still being capped... Especially given that the chap in the other thread has had his issue resolved. Again, Gavin are you reading this? smile
Standard User XRaySpeX
(eat-sleep-adslguide) Thu 12-Jul-12 14:28:32
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
In reply to a post by Mozzerr:
Agreed, the DLM must now have set the target NM to 3db given this morning's figures
Target NM can only be changed with a resync. (Not to be confused with actual NM varying over time)

My BrightBox does sometimes resync at which time "Time Connected" is reset.

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
Standard User glossywhite
(member) Tue 21-Aug-12 02:37:21
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
Later versions of the Bright Box have the 4-pin serial pin header MISSING on the pcb. If you have an early version, the 4 pin header is populated. smile
Standard User XRaySpeX
(eat-sleep-adslguide) Tue 21-Aug-12 14:15:32
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
And the consequences are what? How does this affect the user?

What does this have to do with the Subject?

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
Standard User glossywhite
(member) Mon 27-Aug-12 22:58:09
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
And the consequences are what? How does this affect the user?

What does this have to do with the Subject?


Everything, if you are a interested in the Bright Box. It's a way to distinguish between the early version which didn't allow custom MTU, and the later one which does.
Standard User XRaySpeX
(eat-sleep-adslguide) Mon 27-Aug-12 23:20:29
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
So you take it apart to find out rather than just feed 1500 into the MTU field? How quaint!

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
Standard User deleted
(deleted) Tue 28-Aug-12 07:30:10
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
As both of you are demonstrating in-depth knowledge of the Orange Bright Box, I wonder if either/both of you can explain the apparent DATES and TIMES error in my BB System Log, the following extract having been done about about 06:20 -

"
Wed Aug 29 01:20:16 2012 admin login success from 192.168.1.120
Wed Aug 29 01:10:50 2012 admin login success from 192.168.1.120
Tue Aug 28 07:50:50 2012 admin login success from 192.168.1.120
"

Why is it showing "tomorrow" - "Wed Aug 29 ...", rather than Tuesdat, 28th August.

I keep my PC at GMT through-out the year; but I think that this is not relevant.

Thanks.
Standard User XRaySpeX
(eat-sleep-adslguide) Tue 28-Aug-12 12:16:37
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: deleted] [link to this post]
 
I have noticed that every time the router re-syncs the logged time advances, possibly by an hour but I haven't really analysed it.

I've also just noticed that the log time, from last reboot, is anyway 1 hours ahead of current BST time. This is not GMT as that is 1 hour behind BST.

This is certainly a bug!

You can get the log time back to (almost) correct by rebooting (power off/on) router.

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
Standard User glossywhite
(member) Tue 28-Aug-12 22:25:01
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
So you take it apart to find out rather than just feed 1500 into the MTU field? How quaint!


I'm hacking this box a lot better than you're not hacking it. Why are you always complaining and behaving as if you're owed something? Please just stay silent if you have nothing kind to say.

Thank you.

Edited by glossywhite (Tue 28-Aug-12 22:49:14)

Standard User XRaySpeX
(eat-sleep-adslguide) Wed 29-Aug-12 04:22:56
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
It is a waste of time hacking the hardware when this thing is completely controlled by its software (firmware), which you have been singularly unsuccessful of cracking as evidenced by this your thread.

Show me 1 hardware hack you've achieved that has made this thing do something useful that it didn't do before.

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
Standard User glossywhite
(member) Wed 29-Aug-12 06:28:24
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
...

Show me 1 hardware hack you've achieved that has made this thing do something useful that it didn't do before.


I'm a gentleman, so you first.

Edited by glossywhite (Wed 29-Aug-12 07:02:49)

Standard User XRaySpeX
(eat-sleep-adslguide) Wed 29-Aug-12 18:07:24
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
As I said, I've no interest in the hardware, which is your speciality.

The idea of forums is to bring together many diff areas of expertise to bear on a common problem, not to try and indoctrinate others to your pet subject.

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
Standard User glossywhite
(member) Wed 29-Aug-12 20:58:34
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
As I said, I've no interest in the hardware, which is your speciality.

The idea of forums is to bring together many diff areas of expertise to bear on a common problem, not to try and indoctrinate others to your pet subject.


I mean no offence to you, but there really isn't a more polite way of telling you that you have a REALLY bad attitude, although I forgive your smart comments, I would kindly suggest that you refrain from interacting with me until you have addressed the way you speak to me - it's not the first time either, you don't know it all, nor do I, so let's just quit all the high-horsing and get along together, minus the uncalled for snyde comments - sound good?

Thank you smile
Standard User glossywhite
(member) Sun 09-Sep-12 03:02:00
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
This hack was fallacious and was withdrawn by OP.

However, we recently discovered that later Brightboxes issued allowed MTUs up to 1500.

The Brightbox without the MTU <= 1492 restriction has these versions:
SYSTEM
Runtime Code Version: v0.09.82.0001-OT (Mon Nov 28 17:30:50 2011)
Boot Code Version: v1.00.10.0001-OT (Wed Dec 14 09:30:42 2011)
ADSL Modem Code Version: A2pD035b.d23i
Hardware Version: 01
The one that has the restriction is almost the same except for:
Boot Code Version: v1.00.09.0002-OT (Wed Nov 9 10:21:21 2011)
It looks like 1 month after releasing it, Orange realised that MTU = 1492 was not sufficient for WBC where MTU = 1500 and so started to push out ones with updated firmware. Tho' their version control looks wanting as the relevant code restricting MTU is in the Runtime.

Orange have not yet issued a firmware update for the older Brightboxes, but they tell me that they may issue an update in the future and I should await an email annoucing it. Oh, the joys of being an early adopter grin!


I have both the old AND the new version boxes, and the means to rip all flash partitions from BOTH versions (/dev/mtdblockX etc) to file... so do you think it would be worth me ripping the NEWER version bootloader & software paritions to files, and trying to update the OLDER version, using this dual-upload firmware update page?

smile I'll try if you want...

I ran "strings" on the firmware dump from my first EVER Bright Box...

Text
1
23
45
6
youtube@i3:~/Desktop/backup_of_BrightBox_MTDs$ ls
bootloader  manuf  nvram  pricfg  priimg  rootfsyoutube@i3:~/Desktop/backup_of_BrightBox_MTDs$ strings -f * | grep "17:30:50"
priimg: ArcMagicSignature;date=Mon Nov 28 17:30:50 2011;ver=v0.09.82.0001;rootfs: ArcMagicSignature;date=Mon Nov 28 17:30:50 2011;ver=v0.09.82.0001;
youtube@i3:~/Desktop/backup_of_BrightBox_MTDs$


The strings for the "priimg" and "rootfs" VER numbers in my OLD images seem to be the same as for those in the new ones (as you listed) so I don't think they need flashing, only the newer bootloader smile

It looks like ONLY the bootloader is updated... but I haven't delved deep enough... yet

Edited by glossywhite (Sun 09-Sep-12 03:25:02)

Standard User XRaySpeX
(eat-sleep-adslguide) Sun 09-Sep-12 21:43:06
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: glossywhite] [link to this post]
 
In reply to a post by glossywhite:
It looks like ONLY the bootloader is updated... but I haven't delved deep enough... yet
I think you have fallen into a trap! Can you really believe their strings? Just cuz they they forgot to change the ver. no. doesn't mean they haven't changed the code.

Surely logic says that any processing of the MTU must occur in the runtime, not in bootloader. Where did you find those tests for 1492?

I'm happy to wait for Orange's imminent upgrade.

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

Edited by XRaySpeX (Sun 09-Sep-12 21:45:59)

Standard User XRaySpeX
(eat-sleep-adslguide) Tue 06-Nov-12 14:46:03
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
With the deployment of the new EE firmware, the MTU can now be set up to 1500.

The new versions are:
System
Runtime Code Version: v0.09.94.0006-OT (Fri Sep 21 03:00:26 2012)
Boot Code Version: v1.00.09.0002-OT (Wed Nov 9 10:21:21 2011)
ADSL Modem Code Version: A2pD035b.d23i
Hardware Version: 01
Note that it is the Runtime Code Version that has increased, as you would expect, not the Boot Code Version.

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
Standard User deleted
(deleted) Tue 06-Nov-12 15:35:37
Print Post

Re: Orange Bright Box: Set the MTU value to anything you lik


[re: XRaySpeX] [link to this post]
 
In reply to a post by XRaySpeX:
With the deployment of the new EE firmware, the MTU can now be set up to 1500.

The new versions are:
System
Runtime Code Version: v0.09.94.0006-OT (Fri Sep 21 03:00:26 2012)
Boot Code Version: v1.00.09.0002-OT (Wed Nov 9 10:21:21 2011)
ADSL Modem Code Version: A2pD035b.d23i
Hardware Version: 01
Note that it is the Runtime Code Version that has increased, as you would expect, not the Boot Code Version.
I like it! The new firmware now shows the router MTU as MTU (576~1500)
The EE Bright Box router is a nice piece of kit and very comprehensive now. smile

http://help.orange.co.uk/orangeuk/support/personal/6...
Pages in this thread: 1 | 2 | 3 | 4 | 5 | (show all)   Print Thread

Jump to