Discussion topic: Now Broadband giving me an unroutable IPv4 address
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Message posted on 07 Nov 2024 02:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Now Broadband giving me an unroutable IPv4 address
I've been happily sitting for years on a Now Broadband connection with my own router running Openwrt, but then I was suddenly given a 100.126.X.X IP address, which is a 'shared address space' IP so it won't route on the public internet. The IPv6 still seems to work, but that obviously is not the same as having IPv4 access. Same happens when I put the Now hub back on.
I phoned Now Broadband tech support, but they could only run through their script and decide to call out an Openreach engineer. I tried to explain that this was unlikely to help, but that was their only option.
Rummaging around, it looks like Sky have been rolling out Map-t, which might explain it, but I can't see anyone having the symptoms I've been getting. Anyone got any ideas? Is there a way to contact someone at Now who you can actually have a conversation about this with?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
All Replies
Message posted on 07 Nov 2024 02:37 PM - last edited: 07 Nov 2024 02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
@David_Evans wrote:
I've been happily sitting for years on a Now Broadband connection with my own router running Openwrt, but then I was suddenly given a 100.126.X.X IP address, which is a 'shared address space' IP so it won't route on the public internet.
The unroutable address spaces are
- 10.0.0.0 – 10.255.255.255 (10.0.0.0/8)
- 172.16.0.0 – 172.31.255.255 (172.16.0.0/12)
- 192.168.0.0 – 192.168.255.255 (192.168.0.0/16)
100.126.X.X should be entirely legitimate.
Rummaging around, it looks like Sky have been rolling out Map-t, which might explain it, but I can't see anyone having the symptoms I've been getting.
Map-T is only in effect on circuits with a Sky Max Hub because that hardware is required at the subscriber end.
Edit: it's space covered by https://datatracker.ietf.org/doc/html/rfc6598 for use in CGNAT
BT Halo 3+ Ultrafast FTTP (500Mbs), BT Smart Hub 2
Message posted on 07 Nov 2024 03:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
Thanks - you're right, it's an address used for CGNAT or MAP-T (which is a new approach supposed to be better than CGNAT). Anything inside 100.64.0.0/10 can be treated as private and non-routable.
Anyone any ideas why Now might be doing this, how to deal with it, or how to get in touch with them?
Message posted on 09 Nov 2024 05:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
The good news is that I managed to get my connection working. The bad news is that NOW Broadband were no help at all, and it is only because I'm using OpenWRT that I managed to get it working.
As reported in June this year, Sky are rolling out MAP-T, which is a solution similar to CGNAT:
Having phoned NOW support, their only option was to send an Openreach engineer. He was very professional and helpful, but the issue was not something he was trained on. He phoned NOW who said no idea phone Sky. He phoned Sky, and they were deeply confused as to why I'd been moved onto this configuration. He seemed to think they were moving me back (although that hasn't happened).
Meanwhile, because of the 100.126.X.X address assigned I thought I would see if I could set up my own router with MAP-T. The short version is that having installed the software it seems to work very well. OpenWRT is a brilliant peice of software, and the packages you can install cover such a vast array of situations and services. Plugging my NOW router back in confirms that still doesn't work.
The icing on the cake is that I had a follow-up call from the NOW support call centre. Their advice to me was to use my NOW router 😂
I did attempt to explain to them that this would result in me having no Internet access, but it's not as though they had any way to respond to my situation. It's not their fault, they have a difficult job. My conclusion is that NOW have zero processes to escalate or deal with anything other than 'switch it off and on again' or 'call Openreach', which is not great if they are fiddling with their network. Likelihood is that anyone finding themselves in the same position (but without OpenWRT) is going to have to get an updated router. It might be that NOW have a current model of router that supports MAP-T...but if not, it may take some time for anyone who can do anything about it to notice.
Message posted on 11 Nov 2024 09:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
Sadly there's a bug with OpenWRT where by default it asks for MAP-T but doesn't support it by default, without adding the additional map package.
You should have working IPv6 connectivity, so if you run:
`opkg update`
followed by
`opkg install map`
This will get your IPv4 connectivity back up and working as well (via MAP-T). You will have a shared IPv4 address by default, but if you would like to be opted out of IPv4 address sharing, send me a direct message and I can arrange that for you.
Message posted on 11 Nov 2024 09:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
Thanks, much appreciated - have messaged you. Interested to know about the Openwrt bug - great if you have any more details.
David
Message posted on 11 Nov 2024 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
No worries. The OpenWRT bug report can be found here.
Message posted on 11 Nov 2024 10:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
Ahh, this is as you say an issue with Openwrt, here's the ticket:
https://github.com/openwrt/openwrt/issues/14056
Many thanks,
David
Message posted on 11 Nov 2024 10:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
Oops - post crossed in the ether.
Message posted on 14 Nov 2024 07:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Now Broadband giving me an unroutable IPv4 address
Just to give a public thanks to @-rpnz- for his help and patience in resolving this - very much appreciated.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page