Router as an Access Point: A Complete Setup Guide

Converting an old router into a fully-functional access point is the most efficient way to recycle equipment that's been collecting dust on a shelf while significantly improving the wireless signal in remote rooms of your home. Instead of buying expensive mesh systems or additional extenders, you can use what you already have. router, repurposing its functionality. This solution allows you to create a unified network with seamless roaming or simply expand your range while maintaining high data transfer speeds.

Many users mistakenly believe that organizing such a scheme requires complex enterprise-class network equipment, but modern consumer models from TP-Link, Asus or MikroTik They have all the necessary functionality in the standard firmware. The key here is to properly understand the difference between the device's operating modes: a router distributes traffic between networks and assigns IP addresses, while an access point simply broadcasts a signal, acting as a "bridge" between the cable and wireless clients.

In this article, we'll cover the technical details necessary for successful implementation, including setting up static IP addresses, disabling the DHCP server, and choosing the optimal installation location. You'll learn how to avoid common mistakes, such as address conflicts that can cripple your entire home network, and how to maximize performance from your primary router and secondary node.

Conceptual differences between a router and an access point

The fundamental difference between these two devices lies in the OSI model layer at which they operate and in the traffic processing logic. Router It operates at the network layer (L3), analyzing IP addresses, managing NAT (network address translation), and acting as a gateway between your local network and the global internet. It decides where to send a data packet based on its routing table.

In turn, access point It operates primarily at the data link layer (L2), working with MAC addresses. Its job is simpler: it receives Ethernet frames over the cable and converts them into a WiFi radio signal, and vice versa. It doesn't care what IP address the device connecting to it receives, leaving this task to the main gateway in the network.

  • 📡 The router creates a local network and manages traffic between its members and the Internet.
  • 🔗 The access point only extends the physical network environment by transmitting data without deeply analyzing it.
  • 🛑 A conflict between two DHCP servers on the same network will prevent all devices from accessing the Internet.
⚠️ Important: If you connect a second router in router mode to the first one without proper configuration, you will create two isolated subnets. Devices from different subnets will not be able to see each other, which is critical for Smart TVs, printers, and file shares.

Preparing equipment and selecting a connection diagram

Before you begin setup, you need to determine the physical topology of your future network. There are two main methods for connecting devices, each with its own advantages and limitations. The choice depends on whether you already have cables running through the room or plan to use a wireless connection.

A wired connection via LAN ports is considered the most stable and efficient option. In this setup, the second router (the future access point) is connected to the primary router via a cable. This ensures maximum speed and eliminates packet loss, which is common with wireless bridges.

📊 How do you plan to connect the routers?
Via cable (LAN-LAN)
Via cable (LAN-WAN)
Wireless bridge (WDS)
I only have one router.

If cable installation is not possible, you can use wireless bridging (WDS) or repeater mode. However, this always reduces the actual channel throughput by at least 50%, as the radio module operates in half-duplex mode. To set this up, you will need: a primary router with a working internet connection, a second router (the one being configured), and a computer with a network card.

It's also important to consider WiFi standards. If your main router supports WiFi 6 (802.11ax), and the old one that you use as an access point is only WiFi 4 (802.11n), all devices connected to the second point will operate at a reduced speed. Try to select equipment of similar generations to evenly distribute the load.

Step-by-step instructions: Setting up an IP address and DHCP

The most critical step in setup is changing the IP address of the second router. By default, most devices have an address 192.168.0.1 or 192.168.1.1If your main router has the same address, a conflict will occur and the network will stop functioning. You need to log into the web interface of the router you're configuring (by connecting directly to it) and find the section Network or LAN.

Change the IP address of the second device to an address from the same subnet, but with a unique last octet. For example, if the main router has the address 192.168.1.1, ask the second one 192.168.1.2 or 192.168.1.254This will allow you to easily find the access point interface for management in the future.

The next step is to disable the DHCP server. This step is mandatory, as there can only be one active IP address assigner on a single local network. Find the section DHCP Server and select the option Disable or OffAfter saving the settings, the router will most likely require a reboot.

☑️ Basic setup checklist

Completed: 0 / 1

After rebooting, the computer will need to connect to the new IP address for further configuration. Make sure your PC is set to obtain an IP address automatically so it can be correctly identified on the changed network.

Parameter Main router (gateway) Second router (Access point) DHCP status
IP address 192.168.1.1 192.168.1.2 Enabled (Master)
Subnet mask 255.255.255.0 255.255.255.0 -
DHCP Server On Turned off Only one active
Connection port Any LAN Any LAN (except WAN) -
⚠️ Note: Firmware interfaces from different manufacturers (Asus, Zyxel, Keenetic, TP-Link) may differ. Look for sections with similar names: "Local Network," "Network Settings," "TCP/IP."

Setting up a wireless network and selecting a channel

After setting up IP and DHCP, move on to WiFi configuration. Go to the section Wireless or WiFiIt's important to set the network name (SSID) and password correctly. You can set the same name and password as your main router so devices can automatically switch between them, or create a separate network, for example, with the suffix "_Ext."

Selecting the broadcast channel is critical. If both routers operate on the same channel, they will interfere with each other, dramatically reducing speed. In the 2.4 GHz band, it is recommended to use only channels 1, 6, and 11, as they do not overlap.

  • 📶 Main router: Channel 1 (or Auto if the network is not busy).
  • 📶 Access Point: Channel 6 or 11 (manually to avoid interference).
  • 🔒 Encryption type: WPA2-PSK (AES) - the most compatible and secure standard.

The situation is simpler for the 5 GHz band: there are many non-overlapping channels, and the likelihood of interference from neighboring networks is lower. However, the 5 GHz range is shorter, so it makes sense to place the access point in this band closer to the active area.

Why shouldn't you use 40 MHz channel width in 2.4 GHz?

Increasing the channel width from 20 to 40 MHz theoretically doubles the speed, but in apartment buildings this leads to colossal amounts of interference. Neighboring networks begin to "crowd" each other, and the actual speed drops below 20 MHz.

Don't forget to turn off the feature as well WPS on both devices. This technology is convenient for a quick connection, but it poses a serious security vulnerability, allowing attackers to easily guess your network password.

Physical connection and operation check

Once the software is configured, you can proceed to the final connection. Take a patch cord (network cable) and connect one of the LAN ports of the main router to any LAN port second router. Important: The WAN (Internet) port on the second router in this setup is typically not used and should remain free unless the firmware explicitly provides for an "Access Point" mode that automatically reassigns ports.

Once connected via cable, the indicators on the device should light up or blink, indicating a link. Wait 1-2 minutes for the connection to stabilize. Now try connecting your smartphone or laptop to the new access point.

The functionality check is carried out as follows:

  1. Make sure that the device has received an IP address from the main router (the range must match the main network).
  2. Check your internet access.
  3. Try forwarding a file from a computer connected to the main router to a device connected to the access point. If the files transfer, the network is working correctly.

Typical problems and solutions

During setup, users often encounter a number of common issues. One of the most common is a lack of internet access despite a WiFi connection. This almost always indicates that the DHCP server on the second router is still enabled and is providing incorrect gateway settings to clients.

Another common problem is the inability to access the second router's settings after changing the IP address. The solution is simple: manually enter a static IP address from the same subnet on the computer (for example, 192.168.1.50), go to the interface, and then return the network card settings to automatic acquisition mode.

The issue of client "stickiness" is also worth mentioning. Devices may cling to a weak signal from the main router, even when close to an access point, and fail to switch to it. The solution is to reduce the transmit power (Tx Power) on the main router or use different network names (SSIDs) to force the connection to switch.

⚠️ Note: Technical specifications, interfaces, and menu names may vary depending on the firmware version and hardware model. Always consult the manufacturer's official documentation for your specific model.

Frequently Asked Questions (FAQ)

Is it possible to connect routers via the WAN port of a second device?

Yes, this is possible, but only if you select the "Access Point" mode on the second router in the special system settings. In this mode, the router will automatically reconfigure the routing. Without this mode, the WAN connection will create a double NAT, which can cause problems with online gaming and torrenting.

Will my internet speed decrease when I use my old router as an access point?

With a wired connection (LAN-to-LAN), speed loss is virtually unnoticeable if the cable is in good condition. However, if you're using an older 802.11n (WiFi 4) router in a network where the primary router supports 802.11ac (WiFi 5), devices connected to the secondary router will be limited to its maximum speed.

Do I need to set the same passwords on both routers?

For ease of use and to create the illusion of a unified network (although full roaming without a controller will not work), it is recommended to set the same encryption type (WPA2), the same password, and the same network name (SSID). This will allow devices to switch between signal sources more quickly.

What should I do if the second router doesn't see the cable from the first one?

Check the cable's integrity (all 8 wires should be connected). Make sure the port indicators are lit. Also, check if MAC address filtering is enabled on the main router, which could block the new device's connection.