Plusnet Hub 2 bridge mode - possible to get line stats?
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- My Router
- :
- Re: Plusnet Hub 2 bridge mode - possible to get li...
10-05-2022 1:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm about to setup my hub 2 in bridge mode (connected to an openwrt box) but I'm wondering if its possible to still connect to it to pull stats about sync speed? Most routers will still respond on a pre-configured IP address when in bridge mode. Is this the case on the hub 2? Documentation on bridge mode seems almost non-existent
Fixed! Go to the fix.
10-05-2022 1:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I believe it will respond ( probably on its default IP address 192.168.1.254 ) to a client connected to one of its LAN ports. However its DHCP server is disabled so you will need to set a static IP ( in the 192.168.1.x subnet ) on the client
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 3:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yep, it does respond on whichever IP it had before bridge mode was enabled, its managed to keep an IP on a different subnet which is perfect for me. I added a static IP on my wan interface and can reach it from my openwrt box. Thanks @MisterW
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 3:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yep, it does respond on whichever IP it had before bridge mode was enabled
Thanks, that's useful info. I had assumed it would revert to its default but it seems not.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 4:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I used a different approach.
For bridge mode you connect any LAN port of the Hub two to the WAN port of your router.
I then connected another LAN port of the Hub Two to a LAN port of the router.
I gave a PC a second IP address in the Hub Two network range.
For this to work the Hub Two and Routers network ranges must not be the same, in my case 192.168.1.0/24 and 192.168.10.0/24
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 4:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yep, that would work too, in my case I just added a secondary IP to the wan interface (so theres one pppoe and one static IP) and saves myself and ethernet cable
Annoyingly the stats from the hub 2 no longer include the DSL sync speed in the output, which kinda defeats the object for me
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 4:44 PM - edited 10-05-2022 4:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I am unable to add a static IP address to my router.
Yes, the viewable data is a bit restricted, also the date/time will be wrong in the event of power cut, restarts at 01 Oct 00:00.
One positive you can turn off the led if you want 🙂
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 5:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
After a bit more digging I can see the "Maximum data rate" on the "technical log" page (/helpdesk.htm) but the actual "data rate" fields are empty. Checking the javascript being returned when the browser views the page (globals.js) I can see the actual values..
var current_linestatus=[{state:'UP',mode:'VDSL2',mod_type:'Profile%2017a',snr_margin_down:'60',snr_margin_up:'78',latn_down:'175',latn_up:'87',satn_down:'227',satn_up:'87',output_power_down:'133',output_power_up:'75',rate_down:'69827',rate_up:'19999',attainable_rate_down:'70628000',attainable_rate_up:'22394000',chantype:'fast'},
null];
they must be hiding the values elsewhere in the js. I'll knock a script up to monitor it
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
10-05-2022 7:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@jeffers can you do me a favour and post screenshots of both the Advanced Settings > Broadband and Advanced Settings > Technical Log (and any other areas of the GUI where you'd expect to see the DSL data rate)?
I'm of the opinion that this information should still be exposed and it shouldn't be too tricky to achieve if like you say - the detail is being returned in the javascript.
I can think of any reason it would have been intentionally obscured to be honest so will look into getting that behaviour 'corrected'.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
11-05-2022 8:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
11-05-2022 8:42 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
My guess would be that since there's no PPPoE connection ( which there wouldn't be in bridge mode ) then the gui isnt bothering to show the connection data. As Bob say's, it looks like a firmware bug.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
11-05-2022 1:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@jeffers - thanks. Now raised for investigation/consideration.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
07-08-2022 1:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi @jeffers did you ever write those scripts to monitor the line stats? I have the same setup as you (OpenWRT router running the Hub2 in bridge mode, with an extra static IP on the WAN device) and would be love to be able to avoid reinventing the wheel if you got it all working.
Thanks
RIchard
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
08-08-2022 11:05 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
In response to my own post, @jeffers has posted details of his script here: https://community.plus.net/t5/My-Router/Monitoring-Hub-two-line-stats/m-p/1871416
Re: Plusnet Hub 2 bridge mode - possible to get line stats?
09-08-2022 11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Sorry, it seems forum notifications have stopped working. Glad you found it, let me know if I can help with anything
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- My Router
- :
- Re: Plusnet Hub 2 bridge mode - possible to get li...