Have you bought a used router, moved into a new apartment with your equipment still in place, or simply forgotten which company owns your internet? provider via Wi-Fi router You can do this even without access to the contract or receipt. In this article - 7 working methods For any situation: from a simple case inspection to network packet analysis. We'll explore where to look for data on the device itself, how to retrieve it through the admin panel settings, and what to do if the router has been blocked by the previous owner.
Important: Some methods require a cable connection to the router or knowledge of the factory password. If you are renting or using a corporate network, Changing settings without permission may violate the terms of use.In such cases, it's best to check with your landlord or IT department.
1. Inspect the router case: where the provider hides its labels
The fastest way is to carefully examine the device itself. Manufacturers and providers often leave clues in prominent places so technical support can quickly identify the equipment.
Where to look:
- 📋 Sticker on the bottom cover. The provider name may be specified here (for example, Rostelecom, Beeline, MTS), router model, and even login and password for accessing settings. Sometimes providers put their own sticker over the factory one.
- 🔖 Barcodes and QR codesScan them with your phone—sometimes they lead to the provider's page with instructions or login information.
- 🖼️ Logo on the top panelSome providers (eg. Dom.ru or Third Transport Ring) apply their logo directly to the body of the device.
- 📦 Router boxIf the original packaging is still intact, it will often indicate the name of the company that supplied the device.
⚠️ Attention: Stickers can peel off or wear off over time. If the text is worn off, try shining a light on the surface at an angle—sometimes the letter imprints remain visible.
2. Router web interface: where the provider leaves its traces
If the inspection of the case does not yield any results, the next step is to go to router administrative panelProviders often store their contact information, connection settings, or even direct links to their personal accounts here.
How to access settings:
- Connect to the router via Wi-Fi or
LAN cable. - Open your browser and enter one of the IP addresses in the address bar:
192.168.0.1(the most common)192.168.1.1(For TP-Link, ASUS)192.168.8.1(For Huawei)my.keenetic.net(For Keenetic)
admin/admin or indicated on the router sticker).Where to look for information about the provider:
| Menu section | What to look for | Example data |
|---|---|---|
Status or System Status |
Connection name (WAN Connection), IP address, DNS servers |
PPPoE: login@rt.ru or DNS: 77.88.8.8 (Yandex) |
Internet or WAN |
Connection type (Dynamic IP, PPPoE, L2TP), username |
PPPoE: user@mgts.ru → provider MGTS |
System Tools or Administration |
Firmware version, sometimes there is a field ISP Info |
Firmware: RTK_V1.2.3_BEELINE |
DHCP or Local Area Network (LAN) |
IP address range, sometimes the provider is indicated in the description | IP Pool: 192.168.1.100-199 (MegaFon) |
⚠️ Attention: If the router was configured by the provider, some sections (for example, WAN) may be blocked from editing. In this case, look for the data in the section Status or System log.
Connection name (WAN) for the provider's email address|DNS servers (77.88.8.8 — Yandex, 8.8.8.8 — Google)|Firmware version (may contain the provider's name)|System logs (Logs section or System log)-->
3. DNS Server Analysis: Who's Behind the IP Addresses?
DNS servers are like the internet's "phone book," and many providers use their own. Their addresses can be used to pinpoint a company with great accuracy.
How to find DNS servers:
- IN Windows:
- Click
Win + R, entercmdand pressEnter. - Enter the command:
ipconfig /all - Find the line
DNS serversin the blockEthernet adapterorWireless network.
- Click
cat /etc/resolv.conf
or
nmcli dev show | grep DNS
WAN or Internet).Decoding popular DNS providers:
- 🔹
77.88.8.8,77.88.8.1→ Yandex (often used) Rostelecom, Dom.ru) - 🔹
8.8.8.8,8.8.4.4→ Google Public DNS (can be from any provider) - 🔹
194.186.190.108,194.186.191.108→ MGTS - 🔹
213.174.32.32,213.174.36.36→ Beeline - 🔹
212.193.64.6,212.193.64.7→ MTS - 🔹
94.25.141.1,94.25.142.1→ TTK (Transtelecom)
⚠️ Attention: Some providers use third-party DNS (such as Google or Cloudflare). In this case, this method won't work—you'll have to look for other signs.
4. Command line: deep analysis of network connections
For experienced users, there are more precise methods using the command line. These work even if the router's web interface is blocked.
Method 1: Trace the route
Team tracert (Windows) or traceroute (macOS/Linux) shows the packet path to the destination server. The first "hop" is usually the ISP's.
tracert ya.ru
Example output:
Tracing the route to ya.ru [87.250.250.242]
with a maximum number of jumps of 30:
1 2 ms 1 ms 1 ms 192.168.1.1
2 5 ms 4 ms 4 ms 10.100.200.1 <--- Provider IP
3 6 ms 6 ms 6 ms msk-ix-100g.beeline.net [213.174.32.1]
In this example, you can see that the third hop belongs to Beeline.
Method 2: Analyzing the ARP table
The command displays all devices on the local network, including the provider's gateway:
arp -a
Look for an IP address that does not start with 192.168. or 10. - this may be the provider's external IP.
Method 3: View routes
route print
In the section Active routes look for the line with 0.0.0.0 — this is the default gateway. Sometimes the interface name is listed next to the provider's name.
What should I do if the command line gives an error?
If the commands don't work, check:
1. Are you connected to a router (via Wi-Fi or cable).
2. Is the command prompt run as administrator (in Windows).
3. Is your antivirus blocking network requests (temporarily disable it).
4. For Linux/macOS, you may need to install a package traceroute via the package manager.
5. Router MAC address: how it helps identify your ISP
Each network device has a unique MAC address, the first six characters of which indicate the manufacturer. Some providers use equipment with proprietary MAC addresses or register them in their databases.
How to find out the MAC address of a router:
- Look at the sticker on the case (look for
MAC AddressorMAC ID). - In the router's web interface (section
Status,NetworkorLAN). - Via command line:
ipconfig /all(look for
Physical addressForMain gateway).
How to decipher a MAC address:
- 🔍 The first 6 characters (eg.
00:1A:79) - This OUI (Organizationally Unique Identifier). - 🌐 Check them out on sites like MAC Vendors or Arul John.
- 📌 If the manufacturer is — Sagemcom, Sercomm or Huawei, there is a high probability that the router was issued by the provider (for example, Rostelecom often uses Sagemcom).
⚠️ Attention: The MAC address alone does not always indicate the provider, but when combined with other methods (such as DNS) it can provide an accurate answer.
6. Checking via connected devices (for rented routers)
If you rent a router from a provider, it may be linked to your personal account. Here's how to check:
Method 1: Provider's personal account
Try accessing the personal accounts of popular providers using these links (use the login/password from your contract or the sticker on your router):
- 🔗 Rostelecom:
lk.rt.ru - 🔗 Beeline:
my.beeline.ru - 🔗 MTS:
lk.mts.ru - 🔗 MGTS:
lk.mgts.ru - 🔗 Dom.ru:
lk.domru.ru
If the login is successful, the router is linked to this provider.
Method 2: Mobile app
Install official apps from providers (for example, My Beeline, My MTS, Rostelecom personal account) and try connecting through them. If the router is rented, it will appear in the list of devices.
Method 3: Call support
If nothing helps, call the provider's support team and tell them MAC address of the router (from the sticker) and ask if it's listed in their database. Hotline numbers:
- 📞 Rostelecom: 8-800-100-08-00
- 📞 Beeline: 8-800-700-06-11
- 📞 MTS: 8-800-250-08-90
- 📞 MGTS: 8-495-636-0-636
⚠️ Attention: Don't give your router login information (username/password) to the operator. The MAC address and serial number are sufficient.
7. Specialized services for identifying a provider
If manual methods don't work, you can use online services that analyze your connection and provide information about your provider.
Top 5 services for checking:
- 🌍 2ip.ru — shows the provider, IP address and location.
- 🌍 Whoer.net — detailed information about the network, including the provider's AS number.
- 🌍 IPinfo.io — displays the name of the provider company by IP.
- 🌍 IPLocation — defines the provider and its contacts.
- 🌍 BGP Toolkit — for advanced users (shows AS number and routes).
How to use:
- Connect to your router (via Wi-Fi or cable).
- Open any service from the list.
- Click "Check" or "What is my IP".
- Look for fields in the results
ISP,OrganizationorProvider.
⚠️ Attention: If you're connected via a VPN or proxy, services will show your VPN provider's data, not your internet service provider's. Disable your VPN before testing.
Frequently Asked Questions (FAQ)
❓ Is it possible to find out who my ISP is if my router is password-protected?
Yes, even without access to the router settings, you can:
- 🔍 Look at the sticker on the case (sometimes it contains the provider's information).
- 🖥️ Check DNS servers via command line (
ipconfig /all). - 🌐 Use online services like 2ip.ru.
- 📞 Call the support team of popular providers and provide the MAC address of the router.
If the router is rented, it can be reset to factory settings (button Reset for 10 seconds), but this will delete all personal settings.
❓ What should I do if there are no stickers on the router and the web interface is unavailable?
In this case:
- Connect the router to the computer via cable.
- Launch the command prompt and enter:
arp -aLook for an IP address other than
192.168.x.x- it could be the provider's gateway. - Check the MAC address of the router via
ipconfig /alland find the manufacturer by the first 6 characters. - Use the mobile app Fing (Android/iOS) to scan the network - it will show the router model and possible provider.
❓ How can I tell the difference between a provider's router and one I bought myself?
Signs of a router from a provider:
- 🏷️ Sticker with the provider's logo or contact information.
- 🔒 Blocked access to some settings (for example, mode change
Bridge). - 📡 Non-standard firmware with the provider name (for example, RTK_V1.2.3_BEELINE).
- 📋 In your provider's personal account, the router is displayed as "rented equipment."
- 💰 Sticker with a warning such as "Property of PJSC Rostelecom".
Self-purchased routers usually have standard firmware (TP-Link, ASUS, Keenetic) and full access to all settings.
Why do services like 2ip.ru show the wrong provider?
Possible reasons:
- 🛡️ If you use a VPN or proxy, the service sees your provider.
- 🏢 You are connected to a corporate or hotel network.
- 📡 The router is configured to connect through another router (cascade network).
- 🔄 The provider uses dynamic IPs and leases them from another company.
Solution: Disable the VPN, connect directly to the router (without any intermediary devices), and check again.
❓ Is it possible to find out the router's provider using its serial number?
The serial number itself does not contain information about the provider, but:
- 🔧 If you enter it in serial number database, sometimes you can find out the model and manufacturer.
- 📞 By calling your provider's support team and providing the serial number and MAC address, you can find out if the device is listed in their database.
- 🛒 On some models (for example, ZTE For Beeline) the serial number contains the provider code.
More chances to identify a provider by MAC address or router models.