Discussion topic: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- 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 27 Jun 2023 04:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky router replacement (other brand)
Thanks @jamesn123 , just had a thought, will the 2.4ghz wireless be good enough for a skyglass connection or is that likely to suffer?
Message posted on 27 Jun 2023 04:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky router replacement (other brand)
Again depends on the WiFi environment around your house. If its quite populated with a lot of other routers & devices it could suffer, especially during evenings & nights at peak usage time.
If its a fairly quiet area you should be okay.
Myself & Others offer our time to help others, please be respectful.
Message posted on 27 Jun 2023 04:45 PM - last edited: 27 Jun 2023 05:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky router replacement (other brand)
My personal opinion would be
- If you are in FTTP build plans then just get the TP-Link TD-W9970 on its own until you get another Sky hub or get the TD-W9970 with a router only Asus model as you'll find the WiFi a lot better than even your Sky hub and then you'll be able to use it when Full Fibre arrives.
- If you are not in FTTP build plans you'll want to make the most of the line speed that you can get from FTTC so I'd recommend getting an Asus Modem/Router combo and using that instead of your Sky hub because again it'll perform better and offer more features.
Myself & Others offer our time to help others, please be respectful.
Message posted on 28 Jun 2023 10:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky router replacement (other brand)
Just to round this thread out, I got the TP link router as discussed, arrived this morning, installed using info supplied by Cookie Monster and worked instantly.
Brilliant, thanks for the help @jamesn123 and @cookiemonsteruk you should both work for Sky!
Message posted on 29 Jun 2023 10:10 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky router replacement (other brand)
@MarkJ911 wrote:
Brilliant, thanks for the help @jamesn123 and @cookiemonsteruk you should both work for Sky!
Yeah if only I got paid to do this 😂 What do you reckon we are worth @cookiemonsteruk ?
Myself & Others offer our time to help others, please be respectful.
Message posted on 29 Jun 2023 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky router replacement (other brand)
Couldn't agree more 😁
Also @mae-3 once said i should be on commission from asus. We would be worth some money 😁 So i guess we just accept the compliments and praise with gratitude and a slightly inflated ego 😁
Sky Stream , Sky Superfast, SR203 router, Tp link td w9970 + Asus RT AX58U (backup), Xbox Series X, google home mini, LG 55 inch uhd tv, with Dolbyvision, samsung a5 2017 and samsung s21
If I get it right mark as answered
If I get it wrong humour me
If I say something you like give a thumbs up
Message posted on 19 Dec 2023 02:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Hi all,
apologies to jump in this after 18 months, I have had FTTP installed today and Sky haven't sent me a router.
I have the USG and have tried several attemps at programming the information on this thread no no avail.
Any advice is welcome
Message posted on 19 Dec 2023 04:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Hi @Maffy-88
To get going straight away SSH the the USG and enter the following
configure
delete interfaces ethernet eth0 address dhcp
commit
set interfaces ethernet eth0 dhcp-options client-option "send dhcp-client-identifier "bacons";"
set interfaces ethernet eth0 address dhcp
commit
save
To preserve this whenever the USG re-provisions you'll need to add the folloing into a file call config.gatewway.json on your controller.
I have a cloud key gen 2 and it's in /usr/lib/unifi/data/sites/default/config.gateway.json
{
"interfaces": {
"ethernet": {
"eth0": {
"address": [
"dhcp"
],
"dhcp-options": {
"client-option": [
"retry 60;",
"send dhcp-client-identifier "bacons";"
],
"default-route": "update",
"default-route-distance": "1",
"name-server": "no-update"
}
}
}
}
}
If you don't have the directory structure you can go to legacy mode and add a floorplan. Save then switch back and the directory structure should be there.
You may need to chown/chmod the file
Message posted on 19 Dec 2023 04:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Here's some more info on the config.gateway.json file
Message posted on 19 Dec 2023 04:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Thanks @Doofusburger ! I have been trying for hours. does this look about right?
admin@USG# set interfaces ethernet eth0 dhcp-options client-option "send dhcp-client-identifier "bacons";"
[edit]
admin@USG# commit
save
[edit]
admin@USG# save
Saving configuration to '/config/config.boot'...
Done
[edit]
admin@USG# admin@USG# set interfaces ethernet eth0 dhcp-options client-option "send dhcp-client-identifier "bacons";"
vbash: admin@USG#: command not found
[edit]
admin@USG# [edit]
vbash: [edit]: command not found
[edit]
admin@USG# admin@USG# commit
vbash: admin@USG#: command not found
[edit]
admin@USG# save
Saving configuration to '/config/config.boot'...
Done
[edit]
admin@USG# [edit]
vbash: [edit]: command not found
[edit]
admin@USG# admin@USG# save
Message posted on 19 Dec 2023 05:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
If you were in configure mode it should be ok.
It should
Don't forget to update the config.gateway.json on your controller though as this config will be over-written if the USG is re-provisioned or rebooted.
I don't have any manual settings on the Primary WAN1 Interface apart from my expected speeds
Message posted on 19 Dec 2023 05:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Thanks.
Still don't seem to have a connection. Don't want to save the JSON file if it's wrong.
Message posted on 19 Dec 2023 06:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Got it!
Had to pinch a bit of the coding from @Mr+Slant and we are good!
Thanks for your help, I will look at trying to do the JSON file saving when I'm abck tomorrow.
Message posted on 24 Aug 2024 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
I know this is an old thread, can I please confirm my understanding.
I have two options:
without SkyTalk
Openreach ONT > USG or UDM
with SkyTalk
Openreach ONT > SkyHub > USG or UDM
is this correct? Do I need a UDM in either option or could I continue to use the USG?
Message posted on 02 Sep 2024 03:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report post
Re: Sky Fibre Broadband (FTTP) with Ubiquity USG (i.e. 3rd party router)
Yes that is correct. Note Sky hub doesnt have modem mode so the USG/UDM would have to act as an IP client router or AP, it cant authenticate directly to the line.
Myself & Others offer our time to help others, please be respectful.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page