Many users face a dilemma: what to do with obsolete equipment left over after changing providers or switching to fiber optics. electronics It's a shame, and it's of no use sitting there collecting dust. Fortunately, technological progress allows us to give a second life to even devices officially considered obsolete.
Transformation of the old ADSL modem or a USB whistle into a full-fledged access point — is a great way to expand your wireless network coverage without breaking the bank. This approach not only saves money but also reduces electronic waste. In this article, we'll cover the technical details that will help you implement this project yourself.
Before you get started, it's important to clearly understand the difference between the different types of devices. In everyday life, the word "modem" is often used to refer to router, although functionally they are different devices. If you have a classic ADSL modem with a telephone jack, using it as an access point will require specific settings, which we'll discuss in detail below.
Equipment analysis and compatibility
The first step is a thorough review of your existing equipment. Not every device can be repurposed, and it's important to understand this from the start. Pay particular attention to the presence of an Ethernet (LAN) port, as this is what will connect to the main network. If your device has yellow connectors on the back panel, labeled LAN or Ethernet, the chances of success are high.
The situation becomes more complicated if you only have a USB modem (a dongle) that plugs directly into your computer. Such devices rarely have the computing power to distribute Wi-Fi without a PC connection. However, there are special micro routers that can work with USB modems, turning them into a signal source.
It's important to check the device model and find its technical specifications online. Some manufacturers block the ability to change operating modes at the firmware level. In such cases, standard methods won't work; you'll need to reflash the device to alternative software, such as OpenWrt or DD-WRT.
It's also worth considering the age of the hardware platform. Older models may not support modern encryption standards, such as WPA2/WPA3, making their use unsafe. In this case, it's best to limit the use of such an access point to local tasks or guest access without access to personal data.
⚠️ Attention: If your modem only supports PPPoE and does not have a "Bridge" mode, using it as a simple access point in conjunction with another router will be extremely difficult or impossible.
Preparing to reconfigure the device
Before making any configuration changes, you should perform a factory reset. This is a critical step to remove old provider profiles that may conflict with the new operating system. A factory reset is usually as simple as finding a small hole. Reset on the body and press the button inside with a paper clip for 10-15 seconds.
After rebooting, connect your computer to the modem using an Ethernet cable. Avoid using Wi-Fi at this stage, as the wireless connection may be unstable during the reconfiguration process. You will need a static connection. IP address on the computer's network card to access the device's web interface if the modem's DHCP server is not activated automatically.
- 🔌 Connect the Ethernet cable from your computer to the modem's LAN port.
- 🔌 Power on the device and wait for the indicators to load.
- 🔌 Check the network adapter settings in the operating system.
- 🔌 Open your browser and enter the control panel address (usually 192.168.1.1 or 192.168.0.1).
Access to the control panel is password-protected. The default login details are often located on a sticker on the bottom of the device. If you've previously changed your password and don't remember it, a reset is required. Without access to the administrative panel, further configuration is impossible.
☑️ Ready to customize
Setting Bridge Mode
The key to turning a modem into an access point is switching it to bridge mode. In this mode, the device stops acting as a router (assigning IP addresses and managing traffic) and simply transfers data between ports. This allows the main router to control the network, while the old modem functions as a Wi-Fi switch.
In the settings interface, you need to find the section responsible for the connection type. It may be called WAN Settings, Internet Setup or Operation ModeYou need to select an option. Bridge ModeIf there is no such option explicitly, it is sometimes necessary to delete the PPPoE connection profile, leaving the interface "clean".
After enabling bridge mode, the modem's IP address may change or become unavailable via the old path. Some models require manually assigning an IP address from the primary network range, but with the DHCP server disabled. This will prevent addressing conflicts when two devices attempt to assign IP addresses to connected clients.
| Parameter | Importance for the Main Router | Meaning for Old Modem (Access Point) |
|---|---|---|
| Opening hours | Router | Bridge / Access Point (AP) |
| DHCP Server | Enabled | Disabled |
| IP address | 192.168.1.1 | 192.168.1.2 (static) |
| Subnet | 255.255.255.0 | 255.255.255.0 |
It's important to remember the new IP address you assigned to the modem in bridge mode. You'll need it in the future if you need to change the Wi-Fi settings or password. Write it down in a safe place or take a photo of the settings screen.
What if the modem does not have Bridge mode?
Some D-Link or TP-Link models have hidden bridging mode. Try selecting the "Dynamic IP" connection type in the WAN settings and disabling the DHCP server. This will simulate bridging.
Wi-Fi wireless network configuration
After successfully setting up the network mode, we move on to organizing the wireless space. In the section Wireless or Wi-Fi Settings You need to set a network name (SSID). For easier navigation, you can give it a name that indicates your location, for example, Home_Ext or Kitchen_WiFi.
Connection security is our number one priority. Be sure to select an encryption method. WPA2-PSK (or WPA3, if your device supports it). Avoid using the outdated WEP protocol, as it can be cracked in minutes, even by a novice. Create a complex password that includes mixed-case letters and numbers.
Pay special attention to your broadcast channel selection. In apartment buildings, the airwaves are often clogged with signals from neighboring routers. Use Wi-Fi analyzer apps on your smartphone to find a clear channel. For the 2.4 GHz band, channels 1, 6, and 11 are considered optimal because they don't overlap.
⚠️ Attention: Firmware interfaces are constantly updated. The menu item layout may differ from that described above. Search for keywords: Wireless, WLAN, Security, Encryption.
If your modem is dual-band, it makes sense to separate the 2.4 GHz and 5 GHz networks by giving them different names. This will allow you to manually connect devices that require higher speeds to the faster band, while leaving smart home devices on the 2.4 GHz frequency.
Connection diagram to the main network
The physical connection is the final preparation step. The cable from the main router (the one distributing the internet) should be inserted into the LAN port of the old modem. Important: do not use the WAN port (if it has one and has not been reprogrammed to LAN), as it is often blocked or behaves differently in access point mode.
If your modem has multiple LAN ports, use any of them except the one marked with a special color or the word "Uplink" (unless the instructions say otherwise). After connecting with a cable, the LEDs on the modem should indicate connection activity (usually a blinking green or orange light).
To test functionality, connect a smartphone or laptop to the newly created network. If the device receives an IP address from the main router and has internet access, the configuration is correct. Data transfer speeds in this setup will be limited by the capabilities of the older equipment.
Advanced Features and Alternatives
If standard methods fail to convert a device, enthusiasts who create alternative firmware come to the rescue. Software OpenWrt or DD-WRT can radically change the functionality of your hardware, adding support for VPNs, torrents, and complex routing schemes.
However, flashing the firmware is risky. If the process is interrupted or the wrong version is selected, the device could become bricked. Before starting such procedures, be sure to find the exact model of the board inside the case, as modems that appear identical may have different internal components.
- 🛠 Find the exact hardware revision (board version).
- 🛠 Download the appropriate firmware version from the official repository.
- 🛠 Connect via TFTP or special recovery mode.
- 🛠 Upload the new image and wait for the reboot.
It's also worth considering using an old modem as an isolated network for your smart home. A separate network for light bulbs, outlets, and cameras improves overall security, as if one of your IoT devices is hacked, the attacker won't have access to your computers and banking data.
Can I use a 3G/4G USB modem as a hotspot?
A USB modem itself can't distribute Wi-Fi. This requires a host device—a device running an operating system. You can connect such a modem to a Windows computer and enable the "Mobile Hotspot" feature, or use a dedicated router with a USB port that supports 3G/4G dongles.
Why does the speed drop when connecting through an old modem?
Speed is limited by the Ethernet port. If your modem has a Fast Ethernet port (100 Mbps), you won't get speeds higher than 90-95 Mbps, even if your plan allows 500 Mbps. Furthermore, older Wi-Fi standards (802.11g/n) have a physical speed limit.
Is it safe to leave WPS enabled?
No, WPS technology has known vulnerabilities that allow someone to brute-force the PIN code and gain access to the network. It's best to disable WPS in your old modem's security settings, even if it makes it slightly less convenient for guests to connect.