Router D-Link DIR-615 — one of the most popular devices for home networks, but not everyone knows that it can be used not only as a main access point, but also as Wi-Fi signal repeater (repeater). This is especially relevant for large apartments, country houses, or offices where the main router's coverage area doesn't cover all rooms. The advantage of this solution is saving on additional equipment and the ability to use existing equipment.
In this article we will look at Three working methods of setting up the DIR-615 in repeater mode: via standard firmware, using alternative software (for example, DD-WRT) and manual mode for experienced users. Each method has its own nuances, so you can choose the best option depending on your technical skills and network requirements. It's important to keep in mind that DIR-615 revisions A/C/E/F support repeater mode out of the box, while revisions G/N1 may require firmware from third-party developers..
Preparing the DIR-615 router for setup
Before you convert DIR-615 To configure the repeater, you need to complete several mandatory steps. This will help avoid errors and failures during the configuration process.
Firstly, Update your router firmware to the latest versionOutdated software versions may not support repeater mode or contain critical vulnerabilities. You can download the latest firmware at official D-Link website (Please select the exact version of your device!) Secondly, reset your device to factory settings: to do this, hold down the button Reset on the back panel for 10-15 seconds until the indicators flash.
- 🔌 Connect the router to the PC via Ethernet cable (port
LAN). Using Wi-Fi during the setup phase is not recommended due to possible connection interruptions. - 🌐 Check your IP address the main router. It will be needed to bind the repeater. Usually it is
192.168.0.1or192.168.1.1. - 📋 Write down the main network data: Name (
SSID), encryption type (WPA2-PSK(recommended) and password.
⚠️ Attention: If your DIR-615 revisions G or newer, the standard firmware may not support repeater mode. In this case, you will need to install DD-WRT or OpenWRT.
Method 1: Setting up via standard firmware (for revisions A/C/E/F)
This method is suitable for most users, as it does not require the installation of third-party software. Interface DIR-615 It is intuitive, but some menu items may differ depending on the firmware version.
Step 1: Connect to the router's web interface by entering in your browser 192.168.0.1 (or another IP if you changed it). Log in with your username admin and password admin (or your current data). Go to the section Setup → Wireless Settings.
Step 2. In the field Wireless Mode select Repeater (or Universal Repeater, if available). In the fields that appear, specify:
- 📡
SSIDmain network (exact name without typos!). - 🔒 Security type (
WPA2-PSK(preferred). - 🔑 Password from the main network.
Step 3. Save the settings (Save Settings) and reboot the router. After rebooting DIR-615 should connect to the main network and rebroadcast its signal. Check this by connecting to a new network named Your_SSID_EXT (or similar).
☑️ Checking the successful setup of the repeater
| Parameter | Recommended value | Note |
|---|---|---|
Wireless Mode |
Repeater |
For some firmwares - Universal Repeater |
Channel Width |
Auto 20/40 MHz |
Narrow band (20 MHz) is more stable in busy networks |
Security Mode |
WPA2-PSK |
WPA3 may not be supported by older devices |
Transmit Power |
100% |
Reduce only when there is interference from neighboring networks |
⚠️ Attention: If after setup the repeater does not retransmit the Internet, check whether it is turned on DHCP on the main router. In repeater mode DIR-615 should receive IP automatically.
Method 2: Using Alternative DD-WRT Firmware
For revisions DIR-615 G/N1 or if the standard firmware does not support the repeater mode, the optimal solution would be to install DD-WRTThis open source software extends the router's functionality, but requires careful installation.
Step 1: Download the version DD-WRT for your revision with official website. Please pay attention to the section Factory Image — this is the firmware for the first installation. Files marked Webflash are intended to update an already installed one DD-WRT.
Step 2: Log in to the web interface DIR-615 and go to Maintenance → Firmware UpdateUpload the downloaded file and wait for the process to complete (5-7 minutes). Do not turn off the power during firmware!
Step 3. After installation DD-WRT Log in to the new interface (usually at 192.168.1.1). Go to Wireless → Basic Settings and configure:
- 📶
Wireless Mode→Repeater Bridge. - 🔄
Wireless Network Mode→Mixed(orN-Only, if all devices are modern). - 🔍
Wireless Network Name (SSID)→ name of the primary network.
Step 4. In the section Wireless Security Set the same parameters as on the main router. Save the settings and reboot the device.
What should I do if my router stops responding after installing DD-WRT?
If the indicators are on, but there is no access to 192.168.1.1, try:
1. Reset the settings using the Reset button (hold for 30 seconds).
2. Connect via cable and assign the PC a static IP 192.168.1.2.
3. Repeat the firmware update via TFTP client (instructions on the DD-WRT forum).
Method 3: Manual setup for advanced users
If you prefer full control over the configuration, you can configure DIR-615 How to manually repeat through telnet or SSHThis method requires knowledge of commands and an understanding of network protocols, but allows for fine-tuning of relay parameters.
Step 1: Enable access by telnet in the router's web interface (Tools → Admin). Connect to the device via the command line:
telnet 192.168.0.1login: admin
password: admin
Step 2: Run commands to configure the interface wlan0 in client mode:
nvram set wl0_mode=stanvram set wl0_ssid="Your_SSID"
nvram set wl0_security_mode=psk2
nvram set wl0_wpa_psk="Your_password"
nvram commit
reboot
Step 3: After rebooting, configure the virtual interface for relaying:
nvram set wl0.1_ifname=eth1nvram set wl0.1_ssid="Your_SSID_EXT"
nvram set wl0.1_security_mode=psk2
nvram set wl0.1_wpa_psk="New_password"
nvram commit
reboot
⚠️ Attention: Errors in manual commands can lead to loss of access to the router. We recommend backing up your settings beforehand. nvram save.
Optimizing Repeater Performance: Stability Tips
Even after successful setup DIR-615 Repeater mode can cause problems, such as slow speeds, dropped connections, or the inability to connect to some devices. Here's how to avoid them:
1. Router placement. The repeater must be located within a strong coverage area of the main network (at least 70% signal strength). The optimal distance is 10-15 meters from the main router. Avoid placing it near metal objects, microwaves, or other sources of interference.
2. Channel settings. If the main router and repeater are on the same channel, interference may occur. Try setting the repeater to a channel 5 notches away from the main channel (for example, the main channel is 6, and the repeater is 1 or 11).
- 📶 Change the channel width With
Autoon20 MHz, if frequent breaks are observed. - 🔄 Disable WPS - This function often causes vulnerabilities.
- 🔋 Check the power supplyUnstable voltage can cause spontaneous reboots.
| Problem | Possible cause | Solution |
|---|---|---|
| Low speed | Dual Relay (Main Router → Repeater → Device) | Connect devices directly to the repeater, not through the main network |
| The repeater does not connect. | Mismatch of encryption types | Install WPA2-PSK on both devices |
| Frequent breaks | Interference from neighboring networks | Change the channel manually to a less busy one |
Troubleshooting: What to do when nothing works
If the repeater does not function after setup, follow this diagnostic algorithm:
1. Check the physical connections. Make sure the cables (if used) are securely connected and the lights on the router are steady. Blinking Wi-Fi- the indicator may indicate problems with connecting to the main network.
2. Reset the settings. If the repeater has been configured previously, perform a hard reset (Reset) and repeat the configuration from scratch. This will eliminate any possible settings conflicts.
- 🔍 Check the logs in the web interface (
Status → Log). Connection errors usually contain codes that can be Googled. - 📡 Test step by step: First set up the repeater as a client (no relay), then add the repeater function.
- 🔧 Update the firmware the main router. Sometimes compatibility issues can be resolved by updating the software on both sides.
⚠️ Attention: If your DIR-615 After an unsuccessful firmware update, it does not turn on (the indicators do not light), try to restore it through TFTP-server. Instructions and utilities are available on the forums. 4PDA or DD-WRT.
Comparison with other solutions: is the DIR-615 worth using as a repeater?
Transformation DIR-615 A repeater is a budget-friendly solution, but not always optimal. Let's consider its pros and cons compared to alternatives:
Advantages:
- ✅ Saving - no need to buy a separate repeater.
- ✅ Flexibility — you can fine-tune the network parameters.
- ✅ Support for legacy equipment — gives a second life to an outdated router.
Flaws:
- ❌ Decrease in speed by 30–50% due to double retransmission.
- ❌ Difficulty of setup for beginners (especially with DD-WRT).
- ❌ Limited coverage area - One repeater will not solve the problem of a large area.
Alternatives:
- 📶 Mesh systems (For example, TP-Link Deco) - more expensive, but more stable and easier to set up.
- 🔌 Powerline adapters — transmit the Internet through electrical wiring, suitable for houses with thick walls.
- 📡 Dedicated repeaters (For example, Xiaomi Wi-Fi Repeater) are compact and optimized for retransmission.
FAQ: Frequently asked questions about setting up the DIR-615 as a repeater
Is it possible to use DIR-615 as a repeater without firmware?
Yes, but only for revisions A/C/E/FThe standard firmware of these models has a mode RepeaterFor revisions G/N1 will be required DD-WRT or OpenWRT.
Why doesn't the repeater distribute the Internet after setup?
Check:
- Is it included?
DHCPon the main router. - Do the security settings match? (
WPA2-PSK) on both devices. - Does the repeater receive an IP address from the main router (check in
Status → Network).
How do I reset the DIR-615 if it freezes after flashing the firmware?
Hold the button Reset 30 seconds, then turn off the power for 10 seconds and turn it on again. If this does not help, use TFTP- recovery (look for instructions for your revision on the forums).
Is it possible to connect a printer or IP camera to the repeater?
Technically yes, but there are some nuances:
- Devices must support network connectivity without
DHCP(assign IP manually). - In repeater mode DIR-615 may not allow multicast traffic (streaming video from cameras).
- For printers, it is better to use the main network or a wired connection.
How can I check if the repeater is actually boosting the signal?
Use Wi-Fi analysis utilities:
- Wi-Fi Analyzer (Android) - shows the signal level in dBm.
- NetSpot (Windows/macOS) — creates a heat map of the coverage.
- Speedtest — compare the speed near the main router and in the repeater coverage area.
An improvement of 10-15 dBm or a stable speed of >20 Mbps indicates that the repeater is working effectively.