An old Wi-Fi router gathering dust on a shelf isn't junk; it's a potential asset to your home or office network. Even if the device isn't up to date with modern standards. Wi-Fi 6 or can't handle gigabit speeds, it can be adapted for dozens of useful tasks. In this article, we'll look at specific scenarios for using legacy routers from TP-Link, Asus, D-Link and other brandsthat save money and expand your network's capabilities.
The main advantage of this approach is the lack of additional costs. Instead of buying new equipment (a repeater, switch, server), you use what you already have. And if the router supports alternative firmware versions like OpenWRT or DD-WRTIts functionality is limited only by your imagination. But even without any reflashing, there are more than enough options.
Before you begin, check two things:
1) Device functionality: connect it to a power source and a computer via cable – at least one indicator should light up.
2) Firmware version: outdated versions may contain vulnerabilities. Update the software via the web interface (usually at 192.168.0.1 or 192.168.1.1).
1. Wi-Fi repeater for "dead zones"
The most obvious use is to boost the signal in remote areas of an apartment or house. If your main router doesn't reach the balcony, garage, or second floor, the old router can serve as an intermediate link. To do this:
- 🔌 Connect the router to a power outlet in an area with a weak signal (but where the main device's network still reaches it).
- 📶 Activate the mode in the settings WDS (Wireless Distribution System) or Repeater (depending on the model).
- 🔄 Enter the SSID and password of the primary network you want to repeat.
- 🔒 Disable DHCP on the secondary router to avoid IP address conflicts.
Important: In repeater mode, the connection speed will decrease by approximately 30-50% due to double data retransmission. If stability is critical (for example, for Smart TV or game console), it is better to use a cable connection (see the next section).
2. Wired access point (AP) for stable connection
If you can run a network cable from your main router to the problem area (for example, through a ventilation shaft or baseboard), the old router can be converted into a fully-fledged access point. This method is more reliable than a repeater because:
- ⚡ There is no loss of speed (data is transmitted via cable, not over the air).
- 📡 You can set up a separate SSID for guests or smart devices.
- 🔧 Easily limit bandwidth for specific clients.
Instructions for most models:
- Connect the router to the main device via the port
LAN(NOTWAN!). - Go to the web interface (
192.168.0.1) and disable the DHCP server in the sectionLAN. - Set up your wireless network: enter a new SSID (or the same as your main router for roaming) and password.
- Assign the device a static IP address outside the main router's DHCP range (e.g.
192.168.0.250).
Disable DHCP on the secondary router | Connect the cable to the LAN port (not WAN!) | Assign a static IP outside the DHCP pool | Check for Wi-Fi channel conflicts -->
For advanced users: If your router supports VLAN, you can separate guest and main network traffic at the port level. For example, port LAN1 - for smart TV, LAN2 — for guest devices.
3. Isolate smart devices in a separate network
Smart bulbs, cameras, sockets, and other gadgets IoT They often become a weak point in home network security. An old router can help create an isolated segment for them, so even if one device is hacked, hackers won't gain access to your computers or smartphones.
Work scheme:
- Connect the old router to the main one via the port
WAN(as if it were internet from a provider). - Set up a separate subnet on it (for example,
192.168.2.0/24, if the main network192.168.1.0/24). - Enable DHCP and assign a range of IP addresses (e.g.
192.168.2.100–200). - Connect smart devices only to this router (via Wi-Fi or cable).
The advantages of this approach:
- 🛡️ IoT devices cannot be seen by your main gadgets (computers, phones).
- 🔄 Easily reboot the entire smart network without affecting the main one.
- 📊 You can limit the speed for cameras or other bandwidth-hungry devices.
⚠️ Please note: Some smart devices (eg. Xiaomi or Tuya) require a connection to the manufacturer's cloud. If the isolated network doesn't have internet access, they may not work correctly. In this case, configure them on the old router. port forwarding or use it as a bridge (mode Client).
4. VPN server for secure access to your home network
If your router supports OpenVPN or WireGuard (or allows you to install alternative firmware), it can be turned into a VPN server. This is useful for:
- 🔒 Securely connect to your home network from a cafe or a business trip.
- 🎮 Bypassing geoblocks (for example, to access Netflix or game servers).
- 📁 Remote access to files on your home NAS or computer.
Step by step instructions for OpenWRT:
- Install packages
openvpn-opensslAndluci-app-openvpnthroughSSH:opkg updateopkg install openvpn-openssl luci-app-openvpn - Generate certificates and keys (you can use the utility
easy-rsa). - Set up the configuration file
/etc/config/openvpn(examples of configs are on the official website) OpenVPN). - Open the port
1194/UDPon the router and forward it to the VPN server.
For routers with native firmware (for example, Asus RT-AC68U) the process is simplified: just activate the VPN server in the web interface and upload the generated configuration to the client application.
⚠️ Attention: If your Internet provider issues a "gray" IP address (for example,100.64.0.0/10), you won't be able to connect to the VPN from the outside. Check your external IP on the websiteifconfig.me- if it matches the address on the local network, additional configuration will be required (for example, through the service Cloudflare Tunnel).
5. Media server for streaming content
An old router with a USB port and support DLNA or Samba It can become a mini-server for distributing movies, music, and photos over your home network. For example, by connecting an external hard drive to it, you can access your media library from any device—from Smart TV to the smartphone.
How to set up using an example TP-Link Archer C7:
- Connect the USB drive to the router.
- In the web interface, go to
USB Settings → Media Server. - Activate DLNA and specify the folders for distribution.
- On your TV or smartphone, open the player app (e.g. VLC or Kodi) and select your router as the source.
For advanced users: If the native firmware does not support DLNA, install OpenWRT and set up miniDLNA or ReadyMedia via package manager.
| Router model | USB support | Max disk capacity | Protocols |
|---|---|---|---|
| Asus RT-N66U | Yes (2 ports) | 2 TB | Samba, FTP, DLNA |
| TP-Link Archer C7 | Yes (1 port) | 1 TB | Samba, FTP |
| D-Link DIR-868L | Yes (1 port) | 4 TB | Samba, DLNA, iTunes |
| Zyxel Keenetic Giga | Yes (1 port) | 8 TB | Samba, FTP, DLNA, Time Machine |
How to speed up file access on a router?
Use the protocol SMB 3.0 Instead of the outdated SMB 1.0 (configured in the router settings). Also, disable file indexing for the media server if you don't use content search. For large files (4K video), it's better to connect via cable rather than Wi-Fi.
6. Network monitoring and parental controls
An old router can be turned into a tool for traffic analysis or access control. For example:
- 📊 Keep a log of visited websites (useful for monitoring children or employees).
- ⏰ Limit internet access time for specific devices.
- 🚫 Block ads and dangerous websites at the DNS level.
This firmware is suitable for this DD-WRT with module Access Restrictions or OpenWRT with a package adblockExample of ad blocking settings:
- Install the package
adblock:opkg updateopkg install adblock - Edit the file
/etc/adblock/adblock.conf, indicating the sources of the blocklists (for example,https://adaway.org/hosts.txt). - Restart the service:
/etc/init.d/adblock restart.
For parental control in DD-WRT:
- Go to
Applications & Gaming → Access Restrictions. - Create a rule specifying the days/hours to block and target devices (by MAC address).
- Apply the changes and reboot the router.
⚠️ Note: Visitor logs and blocking only work for traffic passing through this router. If the device is connected to the main network, monitoring will not work. For full coverage, configure the old router as the default gateway (but this will require reconfiguring the entire network).
7. Internet backup channel (failover)
If you have two internet providers (for example, fiber optic + 4G modem), an old router can help you automatically switch over when the primary connection fails. This is useful for:
- 🏠 Home offices where continuous communication is important.
- 🎮 Gamers who value ping stability.
- 📺 IP television, where interruptions lead to broadcast freezing.
Setting scheme:
- Connect the main internet to the port
WANold router. - Set up a second channel (for example, a 4G modem in a USB port).
- In the section
Network → Failover(V OpenWRT) orDual WAN(in native firmware) specify channel priorities. - Set the connection check interval (for example, ping to
8.8.8.8every 30 seconds).
Configuration example for OpenWRT (file /etc/config/network):
config interface'wan'option ifname'eth0.2'
option proto'dhcp'
option metric'10' # Primary channel (lower metric = higher priority)
config interface'wan2'
option ifname'eth1'
option proto'dhcp'
option metric '20' # Backup channel
8. Test site for experiments
An old router is the perfect platform for learning and experimenting without the risk of disrupting your main network. Here's what you can try:
- 🛠️ Installation of alternative firmware (OpenWRT, LEDE, Tomato).
- 🔧 Setting up VLAN, QoS, IPv6.
- 📡 Testing antennas or signal boosters.
- 🔒 Practice with firewall (
iptables,nftables).
Example: how to flash OpenWRT on TP-Link TL-WR841N:
- Download the firmware from the website
openwrt.org(select the version for your router revision!). - Connect the router to the computer via cable, turn off Wi-Fi.
- Go to the web interface and update the software through the section
System Tools → Firmware Upgrade. - After rebooting, configure the network via
LuCI(web interface OpenWRT) orSSH.
⚠️ Please note: Some models (eg. TP-Link Archer C20 v4) have limited memory and do not support full-fledged OpenWRTBefore flashing, check compatibility on the forum. forum.openwrt.org.
If your router won't boot, try:
1) Hold the button Reset 10-15 seconds to reset.
2) Use the mode TFTP recovery (connect via cable, assign IP to PC 192.168.1.2, and send the firmware via tftp -i 192.168.1.1 PUT firmware.bin).
3) For some models (Asus) the utility will help Firmware Restoration Tool.
FAQ: Frequently Asked Questions
Is it possible to use a router without the Internet, only for a local network?
Yes! Disable the port WAN and configure the router as a switch (disable DHCP, assign a static IP). Devices on the local network will be able to share files, play online games, or stream content without internet access.
How do I check if my router supports alternative firmware?
Go to the website openwrt.org/toh/start and find your model in Table of Hardware. Please note the version (v1, v2 etc.) - it is indicated on the router sticker. For example, TP-Link TL-WR841N v11 is not supported, but v9 — supported.
Will an old router slow down the network if used as a repeater?
Yes, in repeater mode (Repeater) the speed will drop by 30-50% due to signal retransmission. If performance is critical, use a cable connection (mode access points) or a mesh system (if the router supports it, for example, Asus AiMesh).
Is it possible to connect a hard drive to a router and use it as a NAS?
Yes, if the router has a USB port and supports it. Samba or FTPHowever, read/write speeds will be low (5–10 MB/s) due to a weak processor. For more demanding tasks, it's better to use a dedicated NAS or connect the drive directly to your computer.
How to reset a router if you forgot the password?
Press and hold the button Reset (usually located on the back panel) for 10-15 seconds until the indicators start flashing. This will restore the factory settings. The default login/password is usually admin/admin or admin/empty password (see the sticker on the router).