0

Discussion topic: Now Broadband giving me an unroutable IPv4 address

Reply
This message was authored by: David_Evans

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?

Reply

All Replies

This message was authored by: TimmyBGood

Re: Now Broadband giving me an unroutable IPv4 address

Posted by a Superuser, not a Sky employee. Find out more

@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

* * * * * * *

Sky Glass 55" (on ethernet) & two Stream Pucks (one ethernet / one WiFi)
BT Halo 3+ Ultrafast FTTP (500Mbs), BT Smart Hub 2
Avatar for David_Evans
Level 1 icon
Topic Author
This message was authored by: David_Evans

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?

Avatar for David_Evans
Level 1 icon
Topic Author
This message was authored by: David_Evans

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:

 

https://www.ispreview.co.uk/index.php/2024/06/isp-sky-broadband-uk-deploying-ip-address-sharing-via-...

 

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.

This message was authored by: -rpnz-

Re: Now Broadband giving me an unroutable IPv4 address

Posted by a Sky employee

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.

Avatar for David_Evans
Level 1 icon
Topic Author
This message was authored by: David_Evans

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

This message was authored by: -rpnz-

Re: Now Broadband giving me an unroutable IPv4 address

Posted by a Sky employee

No worries.  The OpenWRT bug report can be found here.

Avatar for David_Evans
Level 1 icon
Topic Author
This message was authored by: David_Evans

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

Avatar for David_Evans
Level 1 icon
Topic Author
This message was authored by: David_Evans

Re: Now Broadband giving me an unroutable IPv4 address

Oops - post crossed in the ether.

Avatar for David_Evans
Level 1 icon
Topic Author
This message was authored by: David_Evans

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.

Reply