Connecting a Wi-Fi router to a computer via a modem

Establishing a stable home internet connection often requires careful integration of equipment, especially in environments where the ISP provides access via a DSL modem and the user wants to create a unified wireless network. Connecting a Wi-Fi router to a computer using the modem as a gateway is common in older housing stock or rural areas. Understanding the physical and logical structure of such a connection will help avoid IP address conflicts and ensure high data transfer speeds.

There are several possible device interaction scenarios, and choosing the right one depends on the modem's operating mode. In most cases, the modem acts as a bridge, transmitting the raw signal to the router, which then handles PPPoE authentication and address distribution. However, sometimes the modem itself acts as a router, requiring reconfiguration of the second device to avoid double NAT. Your task — build a single chain where each device knows its address and purpose.

Before tinkering with cables and browser settings, it's important to have a clear understanding of the physical network topology. Errors during port switching often result in the computer not seeing the network or not accessing the router's web interface. Carefully studying the connection diagram will save you time troubleshooting later.

Physical connection and equipment preparation

The first step is always to properly connect the devices with cables. You'll need an Ethernet patch cord, which is usually included with the router. The modem should be connected to the phone line (or fiber optics, if it's an ONT terminal) and plugged into the network. The computer can be disconnected from the network for now or left unplugged for later configuration.

Take an Ethernet cable and plug one end into any available LAN port on your modem. If your modem has a single port, use that port. The other end of the cable goes into the port. WAN (often highlighted or labeled "Internet") on your Wi-Fi router. This is the port through which the router will receive the internet signal from the modem.

⚠️ Caution: Never plug the modem cable into the router's LAN port unless you plan to configure it in access point (AP) mode. In standard router mode, this will cause a DHCP server conflict and prevent internet access for all devices.

Now connect your computer to the router. This can be done in two ways: via Wi-Fi (if the router is already configured and you know the password) or, more reliably for initial setup, via a second patch cord, plugging it into any available LAN port on the router and the PC's network card. After powering on all devices, wait for the indicators to load: the Power, WAN (or globe), and at least one LAN indicator lights should be lit.

☑️ Checking the physical connection

Completed: 0 / 4

Configuring a computer's network card

To successfully communicate with the router, your computer's network card must obtain an IP address automatically. In most modern operating systems, such as Windows 10 or 11, this is the default setting, but it's a good idea to check. If your computer has a static address from a different subnet, you simply won't be able to access the router's menu.

To check your settings, open the Network Control Panel. In Windows, this is done via Control Panel → Network and Internet → Network and Sharing CenterNext, select "Change adapter settings," find your connection (Ethernet or Wireless), right-click and select "Properties." In the list of protocols, find Internet Protocol version 4 (TCP/IPv4) and make sure that the boxes for automatically obtaining IP and DNS are checked.

If automatic acquisition doesn't work, your router's DHCP server may be disabled or operating in a non-standard range. In this case, you'll need to manually enter a static IP address. Typically, the router's default address is 192.168.0.1 or 192.168.1.1. This means that the computer needs to be given an address of the form 192.168.0.X, where X is a number from 2 to 254.

After changing network settings, it is recommended to refresh the configuration. Open the command prompt (press Win + R, enter cmd) and enter the command:

ipconfig /renew

This command will force the computer to re-request an address from the router. Make sure your router's address appears in the "Default Gateway" line.

Login to the router's web interface

Once the physical connection is established and the network settings are verified, you can move on to the software. Open any modern browser: Chrome, Firefox, Edge, or Opera. In the address bar, not the search bar, enter the router's IP address. Most often, this is 192.168.0.1 or 192.168.1.1.

The browser will ask for a login and password. The default credentials are also listed on a sticker on the bottom of the device. Typically, it's a pair admin/admin or admin/passwordIf you've changed your password before and don't remember it, you'll need to reset the router by pressing and holding the button on the router for 10-15 seconds.

⚠️ Note: Interfaces from different manufacturers (TP-Link, ASUS, D-Link, Keenetic) may look different, but the setup logic remains the same. Look for sections labeled "Internet," "WAN," or "Global Network."

After successful authorization, you'll be taken to the main status page. Here, it's important to ensure that the router detects the cable in the WAN port. If the connection status says "Disconnected" or "Cable not connected," double-check the physical connection between the modem and the router.

📊 What brand is your router?
TP-Link
ASUS
D-Link
Keenetic
MikroTik
Another

Selecting a WAN connection type

The most critical step in setup is determining the connection type required by your ISP. Since the signal goes through a modem, there may be several options. If the modem is operating in Bridge mode, the router should support PPPoE, L2TP, or PPTP connections. If the modem is distributing the internet itself (router mode), the "Dynamic IP" type should be selected on the Wi-Fi router.

Let's look at the most common use case for ADSL modems: PPPoE mode. In this mode, the modem simply broadcasts the signal, and the router must authenticate to the provider's network. Go to the WAN settings section. Select the connection type. PPPoEYou will need to enter the username and password provided by your provider when you signed your contract. This information is often different from the username and password you use to access your personal account.

If your ISP uses MAC address binding, which is common with major carriers, find the "MAC Address Clone" section. Click the "Clone MAC Address" button or manually enter the network card address of a computer that was previously directly connected to the internet.

Connection type Description Where required Required data
Dynamic IP Automatic IP acquisition Modem in router mode No (automatically)
PPPoE Authorization protocol ADSL, Twisted pair Login, Password
Static IP Fixed address Business rates, old networks IP, Mask, Gateway, DNS
L2TP/PPTP Tunneling protocols Some providers Login, Password, Server
What to do if you don’t know the connection type?

Call your provider's technical support. The operator will tell you the connection type (PPPoE, Dynamic IP, etc.) and provide your username and password, if required. Without this information, it's impossible to set up your internet connection.

Setting up a Wi-Fi network and security

Once the internet is back online (the WAN indicator is lit or flashing), you need to secure your wireless network. By default, Wi-Fi may be open or have a default password, which is unsafe. Go to the "Wireless" or "Wi-Fi" section.

Create a unique network name (SSID). Avoid using personal information in the name; it's better to choose a neutral name, such as Home_Network_5GThen go to security settings. Select the encryption mode. WPA2-PSK or WPA3, if the devices support it. Avoid the outdated WEP, as it can be cracked in minutes.

Set a strong password consisting of letters and numbers. Save the settings. The router may reboot. Afterwards, connect your devices (laptop, phone) to the new network using the password you set.

It's also recommended to change the password for your router's admin panel (the one you entered initially). This will prevent unauthorized access to your equipment's settings even if they connect to the network.

Diagnostics and troubleshooting

Even with proper configuration, problems can still occur. If your computer is connected but the internet isn't working, first check the connection status in the router's web interface. If it says "Authorization Error" or "No Server Response," double-check your PPPoE username and password. A single character or letter case error will deny access.

A common problem is IP address conflicts. If the modem and router have the same addresses (for example, both 192.168.0.1), the network won't work. In this case, you need to change the router's LAN IP address. Go to the LAN settings and change the last digit, for example, to 192.168.0.254After saving, the router will reboot, and you'll need to access its settings using the new address.

⚠️ Warning: If you change the router's LAN IP address, your computer may lose connection with it. You will need to obtain a new IP address (command ipconfig /renew) or register a static address in the same subnet as the new router address.

If you have internet access but the speed is slow, try replacing the Ethernet cable between your modem and router. Cheap cables may not support high speeds or may have a poor connection. Also, check if your modem is overheating—a hot device can cause connection drops.

Why doesn't the router see the modem?

The modem may be frozen. Try powering off the modem, waiting 10 seconds, and then powering it back on. Wait until the modem fully boots up (the DSL or Link indicators should be steady) before turning on the router.

Frequently Asked Questions (FAQ)

Is it possible to use a router without a modem if you have a regular Ethernet outlet?

Yes, if your ISP installs a twisted pair cable directly into your apartment, a modem is not required. The cable from your ISP is plugged directly into the router's WAN port. Setting up the WAN type (PPPoE or Dynamic IP) depends on your ISP's terms.

What should I do if I forgot my Wi-Fi password and my computer is connected via cable?

You can view or change the password in the router's web interface. Go to the Wireless Security section. If the password is hidden behind asterisks, you can try to find it in the wireless network properties in Windows or simply enter a new one.

Do I need to configure my modem if I bought a new router?

Typically, no, if the modem is already configured by your ISP. However, if the modem is in router mode and you want to use the new router's features, it's best to switch the modem to bridge mode. This may require root access on the modem.

Why is the WAN indicator on, but there is no Internet?

This means there's a physical connection, but no logical access. Check your account balance, the correct time settings on your router (for certificates to work correctly), and your WAN connection type.

Is it possible to connect two routers with a cable?

Yes, this is called cascading. A cable from the LAN port of the first router (or modem) is inserted into the WAN port of the second router. The second router should be configured in Access Point (AP) mode or dynamic IP to avoid conflicts.