Skip to main content

How do I use a different router with my DSL or Fiber service like CenturyLink?

 Many ISPs like CenturyLink will either sell or rent you a modem/router combo box. It includes both a DSL or Fiber modem and a wireless router, all in one box. 

These little combo boxes are usually okay, but you might want to upgrade to a better router that supports 5 GHz, has a better firewall, and has more features.

We don’t want to simply connect a new router to this one via ethernet, because then we’d have two NAT’s and two firewalls, which could cause connection problems for some applications. Basically, it would be sloppy networking, and we don’t want that.

Instead, we need our modem to be just a modem, and our new router to handle all of the routing. This was pretty common back in the day, but it isn’t common anymore.

To make the modem be just a modem, we need to put it in Transparent Bridging Mode. That way, the modem will handle talking to your ISP, and the router will route all of the traffic on your network. Two boxes that are each dedicated to doing their own job. For Fiber services, you may also need to enable VLAN tagging (201). 

In this case, we are using a CenturyLink modem/router combo and an Apple AirPort Extreme, but you can apply these concepts to most other DSL modems and home routers, just make sure it is a CenturyLink compatible modem.

Configure the Modem

1. Before you get started, obtain your PPPoE username and password from CenturyLink.

Note: You may be able to log into your current router and copy it out into a text file, but if the password is hidden, you might need to give CenturyLink a call. Just say, “I need my PPPoE username and password” and they should know what you are talking about.

2. Connect to your modem via ethernet. If you’re already connected via WiFi, that’s fine.

3. Go to 192.168.0.1 in your web browser to open up the settings page for the modem.

4. Log in to your modem with the CenturyLink login credentials on the bottom.

It’s usually “admin” and a random password.

Source:

https://www.metageek.com/training/resources/use-router-with-dsl/

https://gospeedcheck.com/article/can-i-use-my-own-router-with-centurylink-1114

Comments

Popular posts from this blog

Telus introduces two new Wi-Fi solutions

  Wi-Fi 6 and Wi-Fi Plus work together to create a responsive experience Telus has launched two new Wi-Fi solutions for its customers in Western Canada. The first is Wi-Fi 6. It offers tri-band technology and the fastest home internet speed in Western Canada, the company says. It provides fast speeds even if multiple devices are connected. Wi-Fi Plus is the second offering. According to the company’s website, this is a monthly add-on to Wi-Fi 6 for those looking to ensure their Wi-Fi connection works in all corners of their home. It cost $10 a month. Company technicians install the services and determine the number of access points needed for the best experience. A combination of the two creates “an unmatched home Wi-Fi experience that is only offered by Telus,” the company says. “We all know what it feels like to have that one spot in our home where the Wi-Fi connection just isn’t as strong, and the frustration that can cause ourselves and our families,” Zainul Mawji, preside...

The Average Ping Speed

  By Jacob Andrew Many services, particularly games, measure performance according to ping. Acquiring your ping is relatively easy, but interpreting the results requires a deeper understanding of Internet bandwidth and server response times. To get your average ping, use tools available natively to Windows, or online speed measurement websites. Understanding Ping Ping measures the time it takes for a remote device to respond to your ping request. The results are measured in milliseconds or ms. As part of the Internet Control Messaging Protocol, the ICMP ping command requires a specific destination. Your response time varies depending on the location of that destination, typically a server or router. Pinging your gateway address, for example, should result in less than a 1 ms response time. Pinging google.com, however, may take 50ms. A single ping is also affected by a number of factors, including load on the server and congestion on your own network; this is why ping commands ...

How to test ping on PC?

  Follow these instructions to run a Ping test in Windows. Using the  Start Menu  at the lower left corner of your screen: Windows 10: Right-click the Start menu, and click  Command Prompt  from the resulting menu Windows 8: Press the  Windows  key ⊞ on your Keyboard to open your Windows 8 Menu Windows 7: Open your Start menu, and then click the  Search Program and Files  entry field Windows Vista: Click on the  Start Search  entry field Windows XP: Choose the  Run  command from the Start menu Type  CMD  into the text box (or at the Windows 8 Menu) and then select the  Command Prompt  program A black window will appear. This is the command window in the Windows operating system. You will not be able to use your mouse to manipulate this window Type  ping www.google.ca  into this window and then press the  ENTER  key on your keyboard. This will begin a ping test which will attem...