Change Router IP addresses — a challenge faced by both novice users and experienced home network administrators. The reasons for this can vary, from a simple address conflict with another device to the need to hide the local network from scanning or optimize the performance of corporate applications. However, not everyone knows that changing the IP address on a router is different from setting the IP address on a computer or smartphone—it requires tweaking the device's configuration.
In this article we will look at all current methods Changing the IP address on routers of popular brands: TP-Link, ASUS, Keenetic, MikroTik, Zyxel and others. You will learn how to set up correctly static IP, reconfigure DHCP server, avoid common mistakes, and even hide your router from prying eyes on your local network. And for those who are afraid of breaking something, we've prepared A unique security checklist before changing settings.
Why might you need to change your router's IP address?
Before we get started, it's important to understand why you would want to change your router's default IP address (usually 192.168.0.1 or 192.168.1.1). Here are the most common scenarios:
- 🔄 IP address conflict: Two devices on the network are trying to use the same address (for example, if a second router is connected to the router in repeater mode).
- 🛡️ Security: Standard addresses like
192.168.1.1are known to hackers - changing them makes unauthorized access more difficult. - 🏢 Corporate requirements: Office networks often use non-standard subnets (for example,
10.0.0.0/8or172.16.0.0/12). - 🔧 Setting up VPN or ports: Some services (eg. OpenVPN or WireGuard) require specific addresses to work correctly.
- 📡 Network optimization: Changing the subnet can improve traffic routing in complex topologies (mesh networks, multiple access points).
It is important to understand the difference between external (public) IP And internal (local) IP router. This article is exclusively about local address - the one used to access the device's web interface (e.g. 192.168.1.1). Change public IP (which is provided by the provider) is impossible through the router settings - other methods are required for this (for example, VPN or agreement with the provider).
Preparing for an IP Change: What to Do Before You Start
Before accessing your router settings, take a few critical steps. This will prevent you from losing access to your device and other problems.
Find out the current IP address of the router (see the sticker or the ipconfig command)
Connect to the router via cable (Wi-Fi may disconnect!)
Make a backup copy of your current settings (export configuration)
Write down your login/password to access the web interface.
Check if your ISP is binding your MAC address.
The first thing to do is Find out your router's current IP address. It can be found:
- 🏷️ On a sticker on the bottom of the device (usually next to the SSID and Wi-Fi password).
- 🖥️ Via the Windows command line: run
cmd, enteripconfigand find the lineMain gateway. - 📱 On Android:
Settings → Wi-Fi → [your network] → Advanced → Gateway. - 🍎 On macOS/iOS:
System Preferences → Network → Advanced → TCP/IP → Router.
If you are connected to the router via Wi-Fi, be sure to go to wired connection (through LAN-port). When changing the IP address, the Wi-Fi network may temporarily disconnect, and you will lose access to the interface. Also, check if there is a problem with the router. reset buttons (usually recessed into the case) - accidental pressing will return all settings to factory settings.
⚠️ Attention: If your provider uses data binding MAC address (For example, Beeline, MTS (Or local providers), changing the router's IP address may result in loss of internet service. In this case, after changing the settings, you'll need to call support and provide the new MAC address (or clone the old one in the router settings).
Step-by-step instructions: how to change the IP address on routers of different brands
The process for changing your IP address depends on your router model and firmware. Below, we'll cover instructions for the most popular brands. If your model isn't listed, look for a menu item with names like LAN, Local Network or Network Settings.
1. TP-Link routers (Archer, TL-WR, Deco)
Interface TP-Link One of the easiest for beginners. To change your IP address:
- Open your browser and enter your current IP (usually
192.168.0.1or192.168.1.1). - Enter login/password (default)
admin/admin). - Go to
Advanced Settings → Network → LAN. - In the field
IP addressEnter a new address (for example,192.168.10.1). - Save the settings and wait for the reboot.
2. ASUS routers (RT-AX, RT-AC, ZenWiFi)
U ASUS the process is a little different:
- Go to the web interface at
router.asus.comor standard IP. - Go to
Local Area Network (LAN) → IP Address. - In the field
IP addressplease specify a new one (for example,192.168.50.1). - Click
Applyand confirm the reboot.
3. Keenetic routers (Giga, Hero, Extra)
Keenetic uses its own interface NDMS:
- Log in to your control panel at
my.keenetic.net. - Go to
Home Network → Segments → Main Network. - In the block
IP settingschange the address (for example, to192.168.3.1). - Save the changes and wait for them to be applied.
4. MikroTik routers (hAP, RB, CCR)
For MikroTik will be required Winbox or web interface:
- Connect to the router via
Winbox(MAC address or IP). - Go to
IP → Addresses. - Find the line with your current address (for example,
192.168.88.1/24). - Double click, change the address (for example, to
192.168.99.1/24) and save.
After changing the IP address, the router will reboot, and you'll have to connect to the new address. If you forgot to write it down, reset the settings using the button. Reset (hold for 10 seconds).
Setting up a DHCP server after changing your IP address
Changing the router's IP address does not automatically update the range DHCP — a service that distributes addresses to other devices on the network. If DHCP isn't configured correctly, your devices (smartphones, laptops, smart TVs) won't be able to connect to Wi-Fi or will receive incorrect settings.
Here's how to do it with an example TP-Link (for other brands the logic is similar):
- Go to
Advanced Settings → Network → DHCP Server. - In the field
Initial IP addressSpecify the address from the new subnet (for example, if the router is now192.168.10.1, then the beginning of the pool can be192.168.10.100). - In the field
Destination IP addressSpecify the last address of the range (for example,192.168.10.199). - Make sure that
Main gatewaymatches the new IP of the router. - Save the settings and reboot the router.
| DHCP Option | Example for IP 192.168.10.1 |
Explanation |
|---|---|---|
| Initial IP | 192.168.10.100 |
The first address given to devices |
| Final IP | 192.168.10.199 |
The last address in the pool |
| Subnet mask | 255.255.255.0 |
Specifies the size of the subnet (254 addresses) |
| Main gateway | 192.168.10.1 |
Must match the router's IP |
| DNS server | 192.168.10.1 or 8.8.8.8 |
You can specify a router or public DNS (Google, Cloudflare) |
⚠️ Attention: If you use static IP addresses On some devices (for example, a server or IP camera), they also need to be updated manually! Otherwise, they will lose connection with the router. Check the settings in Local Area Network → ARP/Static IP (the name of the item depends on the model).
Common mistakes and their solutions
Even if you follow the instructions, you may encounter problems. Here are the most common errors and how to fix them:
- 🚫 No access to web interface after changing IP
Cause: You have forgotten your new IP or entered it incorrectly.
Solution: Reset the router using the buttonReset(10 seconds) or connect viaMAC address(For MikroTik or Ubiquiti). - 🌐 The Internet disappeared after changing the IP address.
Cause: Incorrect settingsWANor a conflict with the provider.
Solution: Check if your tariff is linked toMAC addressold router. Clone the MAC in the settingsWAN. - 📱 Devices do not receive IP via DHCP
Cause: The DHCP scope is not renewed or is disabled.
Solution: Go to your DHCP settings and check if the server is enabled and if the address pool is correct. - ⚡ The router constantly reboots
Cause: IP conflict with another router on the network (for example, if the second router is connected in modeAP).
Solution: Disable all additional routers and check the settingsLAN.
If your router starts to operate unstably after changing its IP address (for example, Wi-Fi periodically disconnects or the internet slows down), try:
- Restore the old IP and check if the problem persists.
- Update your router firmware to the latest version.
- Reset to factory settings and set everything up again.
What should I do if my router blocks access after changing my IP address?
If you have lost access to the web interface and cannot reset the settings using the button (for example, it is broken), try:
1. Connect to the router via Telnet/SSH (if enabled).
- For TP-Link: `telnet 192.168.0.1` (login/password as for the web interface).
- For MikroTik: use Winbox in mode MAC addresses.
2. Take advantage emergency mode (if any).
- On some routers (for example, ASUS) retention Reset + Power within 30 seconds it resets only the password, but not the network settings.
3. Reflash the router via TFTP.
- You will need a special utility (for example, Tftpd64) and firmware from the manufacturer's website.
- Look for instructions for a specific model (for example, "ASUS RT-AX58U firmware via TFTP").
How to hide a router on a local network: additional security measures
Changing your IP address is just the first step in protecting your network. If you want to maximize your router's security against hacking or scanning, follow these steps:
- 🔒 Disable remote access
In the router settings (
Administration → Remote Management) disable access from the InternetWAN. - 🔄 Change the web interface port
Instead of the standard one
80or8080install a custom one (eg8443). This will complicate automatic scanning. - 🛡️ Enable MAC address filtering
Allow connections only to known devices (setting
Wireless → MAC Filter). - 🔑 Use a complex password
The password for logging into the router must contain at least 12 characters with letters, numbers, and special characters.
- 📡 Disable WPS
Protocol
WPSvulnerable to brute-force attacks. Disable it inWi-Fi Settings → WPS.
We also recommend update firmware regularly router. Manufacturers often patch critical vulnerabilities in new software versions. Check for updates in the section Administration → Firmware Update.
Checking functionality after changing IP
After changing the IP address and configuring DHCP, you need to make sure the network is working properly. Here's a checklist:
- Accessing the router interface
Open your browser and enter the new IP address. The web interface should open without errors.
- Connecting devices via Wi-Fi and cable
Make sure that smartphones, laptops and other gadgets receive IP automatically (in the network settings there should be
DHCPorAuto). - Internet access
Open any website (for example,
ya.ru) and make sure the pages load. - Operation of local services
If you have configured
DLNA,FTPorIP cameras, check their availability. - Router ping
Launch the command line and run:
ping 192.168.X.1(replace
Xto your subnet). Responses should arrive without loss.
If something doesn't work, go back to the previous section with errors or reset the router to factory settings (button Reset).
⚠️ Attention: Router interfaces may vary depending on the firmware version. If your menu items don't match these instructions, check the documentation for your model on the manufacturer's official website. Some brands (e.g., Xiaomi or Tenda) frequently update the design of control panels.
FAQ: Answers to frequently asked questions
Is it possible to change the router's IP address from a phone?
Yes, but it's less convenient than using a computer. You'll need:
- Connect to the Wi-Fi router.
- Open a browser on your phone and enter the current IP address of the router.
- Log in and follow the instructions for your model (see above).
The main risk: if you make a mistake with the new IP, access to the interface will be lost, and it is more difficult to fix this from the phone (you will need a reset or a cable connection).
How to restore the default IP address (192.168.1.1 or 192.168.0.1)?
There are two ways:
- Via the web interface: Go to settings
LANand enter the standard address. - Reset settings: Click the button
Reseton the router (hold for 10-15 seconds). All settings will be reset to factory defaults, including the IP address.
After the reset, you will need to reconfigure your internet connection (enter your provider login/password).
Will there be a conflict if I have two routers with the same IP?
Yes, a conflict will arise if:
- Both routers are connected to the same network (for example, via
LAN-LAN). - They are on the same subnet (for example, both have the address
192.168.1.1with a mask255.255.255.0).
Solutions:
- Change the IP address on one of the routers (for example, on
192.168.2.1). - Set up the second router in mode
AP (access point)- then his IP will not conflict.
Is it possible to change the IP address of a router from a provider (for example, Rostelecom or Beeline)?
You can only change local IP router (the one used to log into the web interface). Public (external) IPThe IP address assigned by your ISP cannot be changed through your router settings. To change your external IP address, you need to:
- Reboot your router (sometimes your provider issues a new IP).
- Contact support and ask them to change your IP (not all providers will do this).
- Use
VPNon devices (this will hide your real IP, but will not change it).
What IP addresses can be used for a router?
The following ranges are suitable for a home network (reserved for local use):
192.168.0.0 – 192.168.255.255(For example,192.168.10.1)172.16.0.0 – 172.31.255.255(For example,172.16.0.1)10.0.0.0 – 10.255.255.255(For example,10.0.0.1)
Do not use addresses from other ranges (for example, 192.0.2.0/24 or 203.0.113.0/24), as they may conflict with public IPs.