First, I feel I have to say, I'm very new to Networking. I've used my ISP provided router for years and I'm only now looking into ways to improve my Wifi signal, network security etc.
So, I'm thinking about buying a UniFi Dream Machine. Having read lots of positive reviews (Scott Helm, Troy Hunt, this YouTube video from Pete Matheson), but being new to this area, I have questions.
The Dream Machine does not have a dsl input port, like my current ISP provided router...so how do I connect a Dream Machine to my phone socket? Do I need to keep my ISP provided modem/get a converter/buy a separate modem? As I understand it the Dream Machine isn't a modem, its WAN port wants an Ethernet cable.
I understand if, say, I had fiber to the cabinet (FTTC) I'd have a different "box" in my house that I could just plug the Dream Machine into via an Ethernet cable.
update
My equipment: Bright Box 1 (R) Wireless Router
My ISP: EE
31 Answer
First, some terminology and diagrams:
All-In-One Router
The EE Bright Box 1 is a typical "Home Router", which means that includes all of the components necessary to facilitate the customer. ISPs generally provide these as they can have better control over the configuration, and customers don't generally like having multiple boxes. They exist for both Cable and xDSL connections.
They are actually a number of devices in one unit:
- xDSL Modem
- Router
- Switch
- Wireless Access Point
Separate Router and Modem (or Media Converter)
The UniFi Dream Machine aligns with what has been previously marketed as a "Cable Router" - which fundamentally means that it doesn't include a modem, and the user will generally require either an external modem (e.g: xDSL or DOCSIS, etc...) or media converter (i.e: FTTP).
FTTP customers will likely have this setup - I've not yet seen a consumer / home router with built-in optics for FTTP customers, but I imagine that they'll be around in the not too distant future.
Routers in "Bridge Mode"
Many DSL routers support what is known as "Bridge Mode" - where only the modem remains functional, and all of the other internal components are disabled.
This allows you to use their hardware to provide the underlying connection, and your own hardware to manage your internal network.
Summary
Unfortunately, it looks like it is not possible to configure the EE Bright Box 1 into "Bridge Mode", meaning that you have two options available.
Keep the Bright Box
Keep using the Bright Box as it is, and use the Dream Machine as a second (internal) router... this comes with some negative points:
- The Dream Machine may not be able to accurately determine its public IP address - it may instead report the IP address that the Bright Box's DHCP server gave it. This could affect things like Dynamic DNS services that it may offer, as well as reporting in the UI
- Any port forwarding will need configuration on both routers (unless you are able to configure a DMZ on the Bright Box)
- Routing and address conflicts will need to be carefully managed between the Bright Box and Dream Machine (i.e: they can't both use
192.168.0.0/24), which can lead to confusion when things don't work. - You're adding a step to the path of all internet-bound traffic, meaning that latencies may rise.
Replace the Bright Box
Instead, you could purchase another xDSL modem, such as the DrayTek Vigor 130, and replace the Bright Box entirely.
This is the route I'd suggest that you take, and it aligns with the second diagram above. You may even improve your connection stability and speeds by replacing the modem built into the Bright Box as well.
2